Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Test on the latest Debian
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true platforms: - name: centos-6.8 - name: centos-7.3 - name: debian-7.11 run_list: apt::default - name: debian-8.6 run_list: apt::default - name: fedora-25 - name: ubuntu-14.04 run_list: apt::default - name: ubuntu-16.04 run_list: apt::default suites: - name: default run_list: - recipe[logwatch::default]
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true platforms: - name: centos-6.8 - name: centos-7.3 - name: debian-7.11 run_list: apt::default - name: debian-8.7 run_list: apt::default - name: fedora-25 - name: ubuntu-14.04 run_list: apt::default - name: ubuntu-16.04 run_list: apt::default suites: - name: default run_list: - recipe[logwatch::default]
Use bento slugs in Test Kitchen
driver: name: vagrant provisioner: name: chef_zero verifier: name: inspec platforms: - name: centos-6 - name: centos-7 - name: debian-7 - name: debian-8.9 - name: oracle-6.8 - name: oracle-7.3 - name: ubuntu-14.04 - name: ubuntu-16.04 suites: - name: default run_list: - recipe[runit_test] - name: service run_list: - recipe[runit_test::service]
driver: name: vagrant provisioner: name: chef_zero verifier: name: inspec platforms: - name: centos-6 - name: centos-7 - name: debian-7 - name: debian-8 - name: oracle-6 - name: oracle-7 - name: ubuntu-14.04 - name: ubuntu-16.04 suites: - name: default run_list: - recipe[runit_test] - name: service run_list: - recipe[runit_test::service]
Update black to fix click issue
repos: - repo: https://github.com/psf/black rev: 22.1.0 hooks: - id: black language_version: python3.10 - repo: https://github.com/pycqa/isort rev: 5.10.1 hooks: - id: isort name: isort (python) - repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: - id: flake8
repos: - repo: https://github.com/psf/black rev: 22.3.0 hooks: - id: black language_version: python3.10 - repo: https://github.com/pycqa/isort rev: 5.10.1 hooks: - id: isort name: isort (python) - repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: - id: flake8
Add Galaxy tag for "girder"
galaxy_info: author: Kitware, Inc. description: Install the Girder data management platform. company: Kitware, Inc. license: Apache min_ansible_version: 1.4 platforms: - name: Ubuntu versions: - trusty galaxy_tags: [] # List tags for your role here, one per line. A tag is # a keyword that describes and categorizes the role. # Users find roles by searching for tags. Be sure to # remove the '[]' above if you add tags to this list. # # NOTE: A tag is limited to a single word comprised of # alphanumeric characters. Maximum 20 tags per role. dependencies: - role: nodesource.node nodejs_version: "4.4"
galaxy_info: author: Kitware, Inc. description: Install the Girder data management platform. company: Kitware, Inc. license: Apache min_ansible_version: 1.4 platforms: - name: Ubuntu versions: - trusty galaxy_tags: - girder dependencies: - role: nodesource.node nodejs_version: "4.4"
Swap 10.04 for 14.04 and use chef-zero
--- driver_plugin: vagrant driver_config: require_chef_omnibus: true platforms: - name: ubuntu-12.04 driver_config: box: opscode-ubuntu-12.04 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box run_list: - recipe[apt] - name: ubuntu-10.04 driver_config: box: opscode-ubuntu-10.04 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box run_list: - recipe[apt] - name: centos-6.4 driver_config: box: opscode-centos-6.4 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box - name: centos-5.9 driver_config: box: opscode-centos-5.9 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box suites: - name: default run_list: - recipe[cron_test::default] attributes: {}
--- driver: name: vagrant provisioner: name: chef_zero driver_config: require_chef_omnibus: true platforms: - name: ubuntu-12.04 driver_config: box: opscode-ubuntu-12.04 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box run_list: - recipe[apt] - name: ubuntu-14.04 driver_config: box: opscode-ubuntu-14.04 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-14.04_provisionerless.box run_list: - recipe[apt] - name: centos-6.4 driver_config: box: opscode-centos-6.4 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box - name: centos-5.9 driver_config: box: opscode-centos-5.9 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box suites: - name: default run_list: - recipe[cron_test::default] attributes: {}
Add Ubuntu 14.04 to the platform list
--- driver_plugin: vagrant driver_config: require_chef_omnibus: true platforms: - name: ubuntu-12.04 suites: - name: default run_list: - recipe[pdns::source] attributes: {}
--- driver_plugin: vagrant driver_config: require_chef_omnibus: true platforms: - name: ubuntu-12.04 - name: ubuntu-14.04 suites: - name: default run_list: - recipe[pdns::source] attributes: {}
Update from Hackage at 2016-02-02T00:41:21+0000
homepage: https://github.com/DanBurton/rev-state#readme changelog-type: '' hash: e2b26a836091c59797356c4358e0b1d1374e349e8a79a5f927d017cffb9f8518 test-bench-deps: base: -any rev-state: -any maintainer: danburton.email@gmail.com synopsis: Reverse State monad transformer changelog: '' basic-deps: base: ! '>=4.8 && <=5.0' mtl: ==2.* all-versions: - '0.1' - '0.1.1' - '0.1.2' author: Dan Burton latest: '0.1.2' description-type: haddock description: ! 'It''s like the State monad transformer. But Reversed! The state goes backwards.' license-name: BSD3
homepage: https://github.com/DanBurton/rev-state#readme changelog-type: '' hash: de8db922a675a68ac8ac03f80fabaed250fe332a20f7b3bd8272238088e3d135 test-bench-deps: base: -any rev-state: -any maintainer: danburton.email@gmail.com synopsis: Reverse State monad transformer changelog: '' basic-deps: base: ! '>=4.8 && <5.0' mtl: ==2.* all-versions: - '0.1' - '0.1.1' - '0.1.2' author: Dan Burton latest: '0.1.2' description-type: haddock description: ! 'It''s like the State monad transformer. But Reversed! The state goes backwards.' license-name: BSD3
Remove `bundle exec` command overrides for Overcommit
gemfile: Gemfile PreCommit: ExecutePermissions: enabled: true exclude: - 'bin/gerrit' HardTabs: enabled: true RuboCop: enabled: true command: ['bundle', 'exec', 'rubocop'] TrailingWhitespace: enabled: true YamlSyntax: enabled: true
# Run Overcommit within a Bundler context using this repo's Gemfile gemfile: Gemfile PreCommit: ExecutePermissions: enabled: true exclude: - 'bin/gerrit' HardTabs: enabled: true RuboCop: enabled: true TrailingWhitespace: enabled: true YamlSyntax: enabled: true
Add Python3 wallaby unit tests
- job: name: cliff-tox-py37-neutronclient-tip parent: openstack-tox-py37 description: | Run unit tests for neutronclient with master branch of cliff Uses tox with the ``unit-tips`` environment and master branch of the required-projects below. branches: ^master$ irrelevant-files: - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ required-projects: - openstack/cliff - openstack/python-neutronclient vars: # Set work dir to neutronclient so that if it's triggered by one of the # other repos the tests will run in the same place zuul_work_dir: src/opendev.org/openstack/python-neutronclient - project: templates: - check-requirements - lib-forward-testing-python3 - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - publish-openstack-docs-pti check: jobs: - cliff-tox-py37-neutronclient-tip - osc-tox-py36-tips: branches: ^master$ gate: jobs: - cliff-tox-py37-neutronclient-tip - osc-tox-py36-tips: branches: ^master$
- job: name: cliff-tox-py37-neutronclient-tip parent: openstack-tox-py37 description: | Run unit tests for neutronclient with master branch of cliff Uses tox with the ``unit-tips`` environment and master branch of the required-projects below. branches: ^master$ irrelevant-files: - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ required-projects: - openstack/cliff - openstack/python-neutronclient vars: # Set work dir to neutronclient so that if it's triggered by one of the # other repos the tests will run in the same place zuul_work_dir: src/opendev.org/openstack/python-neutronclient - project: templates: - check-requirements - lib-forward-testing-python3 - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - publish-openstack-docs-pti check: jobs: - cliff-tox-py37-neutronclient-tip - osc-tox-py36-tips: branches: ^master$ gate: jobs: - cliff-tox-py37-neutronclient-tip - osc-tox-py36-tips: branches: ^master$
Update from Hackage at 2018-12-06T08:23:14Z
homepage: '' changelog-type: '' hash: 181580173130837a8274c8c192e042ef14dcddeb424972d57746d44a628ee217 test-bench-deps: {} maintainer: Kazu Yamamoto <kazu@iij.ad.jp> synopsis: A simple applicative parser changelog: '' basic-deps: bytestring: -any base: ! '>=4 && <5' all-versions: - '0.1.1' - '0.1.2' - '0.1.3' - '0.1.4' author: Kazu Yamamoto <kazu@iij.ad.jp> latest: '0.1.4' description-type: text description: ! 'This is subset of Parsec. Parsec 3 provides features which Parsec 2 does not provide: - Applicative style - ByteString as input But Haskell Platform includes Parsec 2, not Parsec 3. Installing Parsec 3 to Haskell Platform environment makes it mess. So, I have implemented this. ' license-name: BSD3
homepage: '' changelog-type: '' hash: bd2c52d3b7c642fe43888e2c60e4ee36e048d7373fc2b02029572938cadf07ce test-bench-deps: {} maintainer: Kazu Yamamoto <kazu@iij.ad.jp> synopsis: A simple applicative parser changelog: '' basic-deps: bytestring: -any base: ! '>=4 && <5' all-versions: - '0.1.1' - '0.1.2' - '0.1.3' - '0.1.4' - '0.1.5' author: Kazu Yamamoto <kazu@iij.ad.jp> latest: '0.1.5' description-type: text description: ! 'This is subset of Parsec. Parsec 3 provides features which Parsec 2 does not provide: - Applicative style - ByteString as input But Haskell Platform includes Parsec 2, not Parsec 3. Installing Parsec 3 to Haskell Platform environment makes it mess. So, I have implemented this. ' license-name: BSD3
Fix missing directory dependency for sixpack
- name: Install Sixpack Apt Prerequisites apt: name={{ item }} state=present become: yes with_items: - python-pip - python-dev - name: Install Sixpack pip Packages pip: name={{ item }} state=present executable=pip become: yes with_items: - sixpack - gunicorn - name: Install Sixpack configuration become: yes template: src=sixpack.yaml.j2 dest=/etc/sixpack/config.yml owner=root group=root mode=644
- name: Install Sixpack Apt Prerequisites apt: name={{ item }} state=present become: yes with_items: - python-pip - python-dev - name: Install Sixpack pip Packages pip: name={{ item }} state=present executable=pip become: yes with_items: - sixpack - gunicorn - name: Ensures sixpack configuration dir exists become: yes file: path=/etc/sixpack state=directory - name: Install Sixpack configuration become: yes template: src=sixpack.yaml.j2 dest=/etc/sixpack/config.yml owner=root group=root mode=644
Test on Node 5 instead of 4
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.12" - nodejs_version: "4" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.12" - nodejs_version: "5" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
Test against Ruby 3.0 on AppVeyor
version: 1.0.{build}-{branch} environment: RUBYOPT: -Eutf-8 matrix: - RUBY_VERSION: 200 - RUBY_VERSION: 200-x64 - RUBY_VERSION: 21 - RUBY_VERSION: 21-x64 - RUBY_VERSION: 22 - RUBY_VERSION: 22-x64 - RUBY_VERSION: 23 - RUBY_VERSION: 23-x64 - RUBY_VERSION: 24 - RUBY_VERSION: 24-x64 - RUBY_VERSION: 25 - RUBY_VERSION: 25-x64 - RUBY_VERSION: 26 - RUBY_VERSION: 26-x64 - RUBY_VERSION: 27 - RUBY_VERSION: 27-x64 install: - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% - bundle install build: off before_test: - ruby -v - gem -v - bundle -v test_script: - bundle exec rake
version: 1.0.{build}-{branch} environment: RUBYOPT: -Eutf-8 matrix: - RUBY_VERSION: 200 - RUBY_VERSION: 200-x64 - RUBY_VERSION: 21 - RUBY_VERSION: 21-x64 - RUBY_VERSION: 22 - RUBY_VERSION: 22-x64 - RUBY_VERSION: 23 - RUBY_VERSION: 23-x64 - RUBY_VERSION: 24 - RUBY_VERSION: 24-x64 - RUBY_VERSION: 25 - RUBY_VERSION: 25-x64 - RUBY_VERSION: 26 - RUBY_VERSION: 26-x64 - RUBY_VERSION: 27 - RUBY_VERSION: 27-x64 - RUBY_VERSION: 30 - RUBY_VERSION: 30-x64 install: - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH% - bundle install build: off before_test: - ruby -v - gem -v - bundle -v test_script: - bundle exec rake
Add emsdk installation to Appveyor
version: '{build}' image: Visual Studio 2017 branches: only: - master clone_depth: 10 install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - gem install ruby-debug-ide - ps: Install-Product node lts - yarn install build_script: - yarn build test_script: - yarn test environment: matrix: - ruby_version: '24' - ruby_version: '24-x64' - ruby_version: '25' - ruby_version: '25-x64' - ruby_version: '26' - ruby_version: '26-x64'
version: '{build}' image: Visual Studio 2017 branches: only: - master clone_depth: 10 install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - gem install ruby-debug-ide - ps: Install-Product node lts - yarn install - git clone https://github.com/emscripten-core/emsdk.git - cd emsdk - emsdk install latest - emsdk activate latest - emsdk_env.bat build_script: - yarn build test_script: - yarn test environment: matrix: - ruby_version: '24' - ruby_version: '24-x64' - ruby_version: '25' - ruby_version: '25-x64' - ruby_version: '26' - ruby_version: '26-x64'
Replace forward by back slashes
image: Visual Studio 2017 before_build: - nuget restore build: project: JimsBackgroundChanger.sln verbosity: minimal test_script: - .\packages\OpenCover.*\tools\OpenCover.Console.exe -register:user -target:".\packages\NUnit.ConsoleRunner.*\tools\nunit3-console.exe" -targetargs:"./JimsBackgroundChanger.Tests/bin/Release/JimsBackgroundChanger.Tests.dll" -output:".\coverage.xml" - .\packages\Codecov.*\codecov.exe -f "coverage.xml" -t 4b4666f3-dbf9-4798-988e-6533df907d44
image: Visual Studio 2017 before_build: - nuget restore build: project: JimsBackgroundChanger.sln verbosity: minimal test_script: - .\packages\OpenCover.*\tools\OpenCover.Console.exe -register:user -target:".\packages\NUnit.ConsoleRunner.*\tools\nunit3-console.exe" -targetargs:".\JimsBackgroundChanger.Tests\bin\Release\JimsBackgroundChanger.Tests.dll" -output:".\coverage.xml" - .\packages\Codecov.*\codecov.exe -f "coverage.xml" -t 4b4666f3-dbf9-4798-988e-6533df907d44
Add Node.js version 12 to AppVeyor matrix now that it's available.
# appveyor file # http://www.appveyor.com/docs/appveyor-yml # build version format version: "{build}" # what combinations to test environment: matrix: - nodejs_version: "8" - nodejs_version: "10" # Get the stable version of node install: - ps: Install-Product node $env:nodejs_version - npm install build: off test_script: - node --version - npm --version - cmd: npm test cache: - node_modules # local npm modules
# appveyor file # http://www.appveyor.com/docs/appveyor-yml # build version format version: "{build}" # what combinations to test environment: matrix: - nodejs_version: "8" - nodejs_version: "10" - nodejs_version: "12" # Get the stable version of node install: - ps: Install-Product node $env:nodejs_version - npm install build: off test_script: - node --version - npm --version - cmd: npm test cache: - node_modules # local npm modules
Use Python 3 for Appveyor CI
build: off environment: matrix: - PLATFORMIO_PROJECT_DIR: "examples/arduino-blink" - PLATFORMIO_PROJECT_DIR: "examples/arduino-external-libs" - PLATFORMIO_PROJECT_DIR: "examples/arduino-internal-libs" - PLATFORMIO_PROJECT_DIR: "examples/arduino-web-thing-led" - PLATFORMIO_PROJECT_DIR: "examples/mbed-blink" - PLATFORMIO_PROJECT_DIR: "examples/mbed-dsp" # - PLATFORMIO_PROJECT_DIR: "examples/mbed-events" - PLATFORMIO_PROJECT_DIR: "examples/mbed-serial" - PLATFORMIO_PROJECT_DIR: "examples/simba-blink" install: - cmd: git submodule update --init --recursive - cmd: SET PATH=%PATH%;C:\Python27\Scripts - cmd: pip install -U https://github.com/platformio/platformio/archive/develop.zip - cmd: platformio platform install file://. test_script: - cmd: platformio run -d %PLATFORMIO_PROJECT_DIR% notifications: - provider: Slack incoming_webhook: secure: E9H0SU0Ju7WLDvgxsV8cs3J62T3nTTX7QkEjsczN0Sto/c9hWkVfhc5gGWUkxhlD975cokHByKGJIdwYwCewqOI+7BrcT8U+nlga4Uau7J8= on_build_success: false on_build_failure: true on_build_status_changed: true
build: off environment: matrix: - PLATFORMIO_PROJECT_DIR: "examples/arduino-blink" - PLATFORMIO_PROJECT_DIR: "examples/arduino-external-libs" - PLATFORMIO_PROJECT_DIR: "examples/arduino-internal-libs" - PLATFORMIO_PROJECT_DIR: "examples/arduino-web-thing-led" - PLATFORMIO_PROJECT_DIR: "examples/mbed-blink" - PLATFORMIO_PROJECT_DIR: "examples/mbed-dsp" # - PLATFORMIO_PROJECT_DIR: "examples/mbed-events" - PLATFORMIO_PROJECT_DIR: "examples/mbed-serial" - PLATFORMIO_PROJECT_DIR: "examples/simba-blink" install: - cmd: git submodule update --init --recursive - cmd: SET PATH=%PATH%;C:\Python36\Scripts - cmd: pip3 install -U https://github.com/platformio/platformio/archive/develop.zip - cmd: platformio platform install file://. test_script: - cmd: platformio run -d %PLATFORMIO_PROJECT_DIR% notifications: - provider: Slack incoming_webhook: secure: E9H0SU0Ju7WLDvgxsV8cs3J62T3nTTX7QkEjsczN0Sto/c9hWkVfhc5gGWUkxhlD975cokHByKGJIdwYwCewqOI+7BrcT8U+nlga4Uau7J8= on_build_success: false on_build_failure: true on_build_status_changed: true
Fix path to s3 deploy script
name: Continuous Integration on: push jobs: build_test: name: Build and Run Jest Tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - name: Install Dependencies run: npm ci - name: Build run: npm run build - name: Run Tests run: npm run test cypress: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 - uses: cypress-io/github-action@v2 with: browser: chrome headless: true start: npm start wait-on: 'http://localhost:8080' s3-deploy: name: S3 Deploy needs: - build_test - cypress runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - name: Setup Ruby 2.4 uses: actions/setup-ruby@v1 with: ruby-version: '2.4' - name: Install Dependencies run: | gem install s3_website -v 3.4.0 npm ci - name: Build run: npm run build - name: Deploy run: ./s3_deploy.sh env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
name: Continuous Integration on: push jobs: build_test: name: Build and Run Jest Tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - name: Install Dependencies run: npm ci - name: Build run: npm run build - name: Run Tests run: npm run test cypress: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 - uses: cypress-io/github-action@v2 with: browser: chrome headless: true start: npm start wait-on: 'http://localhost:8080' s3-deploy: name: S3 Deploy needs: - build_test - cypress runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - name: Setup Ruby 2.4 uses: actions/setup-ruby@v1 with: ruby-version: '2.4' - name: Install Dependencies run: | gem install s3_website -v 3.4.0 npm ci - name: Build run: npm run build - name: Deploy run: ./deploy/s3_deploy.sh env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Remove ambertools dependency (let openmoltools handle it)
package: name: yank-dev version: 0.0.0 source: path: ../.. build: preserve_egg_dir: True number: 0 skip: True # [py2k] requirements: build: - python - setuptools run: - python - pandas - numpy >=1.14 - scipy - openmm >=7.3 - mdtraj >=1.7.2 - openmmtools >=0.18.3 - pymbar - ambertools - docopt - openmoltools >=0.7.5 - mpiplus - pyyaml - clusterutils - sphinxcontrib-bibtex - cerberus - matplotlib - jupyter - pdbfixer about: home: https://github.com/choderalab/yank license: MIT license_file: LICENSE
package: name: yank-dev version: 0.0.0 source: path: ../.. build: preserve_egg_dir: True number: 0 skip: True # [py2k] requirements: build: - python - setuptools run: - python - pandas - numpy >=1.14 - scipy - openmm >=7.3 - mdtraj >=1.7.2 - openmmtools >=0.18.3 - pymbar - docopt - openmoltools >=0.7.5 - mpiplus - pyyaml - clusterutils - sphinxcontrib-bibtex - cerberus - matplotlib - jupyter - pdbfixer about: home: https://github.com/choderalab/yank license: MIT license_file: LICENSE
Update from Hackage at 2017-01-24T07:08:06Z
homepage: https://github.com/wyager/FastPush/ changelog-type: '' hash: f18fd146636991f4d4dffdc3a09fd73f1b21c8ac6b83261b6fc6baaa04a54663 test-bench-deps: {} maintainer: dev@yager.io synopsis: A monad and monad transformer for pushing things onto a stack very fast. changelog: '' basic-deps: base: ! '>=4.9 && <4.10' STMonadTrans: ! '>=0.3 && <0.4' mtl: ! '>=2.2 && <2.3' transformers: ! '>=0.5 && <0.6' vector: ! '>=0.12 && <0.13' all-versions: - '0.1.0.0' - '0.1.0.1' author: Will Yager latest: '0.1.0.1' description-type: haddock description: ! 'This library gives you a monad that lets you push things onto a stack very quickly. You get things off the stack when you run the monad. Under the hood, this uses mutable vectors. I''ve also included a monad transformer using the STMonadTrans library that does the same thing as a transformer, but it''s probably very unsafe.' license-name: BSD3
homepage: https://github.com/wyager/FastPush/ changelog-type: '' hash: 7a85780566c3ca89d9c1c27e6c40abe2d4b0863e23e138feff31a06196b15495 test-bench-deps: {} maintainer: dev@yager.io synopsis: A monad and monad transformer for pushing things onto a stack very fast. changelog: '' basic-deps: base: ! '>=4.9 && <4.10' STMonadTrans: ! '>=0.3 && <0.4' vector: ! '>=0.11 && <0.13' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' author: Will Yager latest: '0.1.0.2' description-type: haddock description: ! 'This library gives you a monad that lets you push things onto a stack very quickly. You get things off the stack when you run the monad. Under the hood, this uses mutable vectors. I''ve also included a monad transformer using the STMonadTrans library that does the same thing as a transformer, but it''s probably very unsafe.' license-name: BSD3
Revert the previous 'make parallel' change
#general: # build_dir: koordinates #machine: # python: # version: 2.7.9 #test: # override: # - python setup.py test machine: python: version: 3.4.2 dependencies: pre: - if [ $CIRCLE_NODE_INDEX == "1" ] ; then pyenv global 2.7.9 ; fi test: override: parallel: true - make test
#general: # build_dir: koordinates #machine: # python: # version: 2.7.9 #test: # override: # - python setup.py test machine: python: version: 3.4.2 dependencies: pre: - if [ $CIRCLE_NODE_INDEX == "1" ] ; then pyenv global 2.7.9 ; fi test: override: - make test
Comment Circle config about Android SDK license
machine: java: version: oraclejdk8 environment: ANDROID_SDK: $HOME/.android ANDROID_HOME: $HOME/.android dependencies: pre: - mkdir -p "$ANDROID_SDK/licenses" - echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_SDK/licenses/android-sdk-license"
machine: java: version: oraclejdk8 environment: ANDROID_SDK: $HOME/.android ANDROID_HOME: $HOME/.android # Simulate Android license acceptance by copying SHA from local # development machine at $ANDROID_SDK/licenses/android-sdk-license # (Mac: ~/Library/Android/sdk/licenses/android-sdk-license) # into CI's Android SDK directory. The SHA may require updating # upon moving to a new SDK version. # See https://stackoverflow.com/a/38381577/6277151 dependencies: pre: - mkdir -p "$ANDROID_SDK/licenses" - echo -e "\nd56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_SDK/licenses/android-sdk-license"
Set sphinx version to 1.5
name: starkit channels: - conda-forge dependencies: - python=2.7.15 - numpy=1.12 - scipy=1.0 - pandas - pytables - h5py=2.6 - matplotlib - astropy=2 - numexpr=2.6 - pytest=3.0 - pyyaml=3.12 - tqdm=4 - jupyter # RTD requirements - nbformat - nbsphinx - nbconvert - sphinx #Coverage requirements - coverage=3.7.1 - requests=2.9.1 - docopt=0.6.2 - pytest-cov=2.2.1 - pip: - sphinx_bootstrap_theme - coveralls - numpydoc - docutils
name: starkit channels: - conda-forge dependencies: - python=2.7.15 - numpy=1.12 - scipy=1.0 - pandas - pytables - h5py=2.6 - matplotlib - astropy=2 - numexpr=2.6 - pytest=3.0 - pyyaml=3.12 - tqdm=4 - jupyter # RTD requirements - nbformat - nbsphinx - nbconvert - sphinx==1.5.6 #Coverage requirements - coverage=3.7.1 - requests=2.9.1 - docopt=0.6.2 - pytest-cov=2.2.1 - pip: - sphinx_bootstrap_theme - coveralls - numpydoc - docutils
Add missing link to JDBC Poller Input doc, sort operator list alphabetically, and correct typos.
site_name: Apache Apex Malhar Documentation site_favicon: favicon.ico theme: readthedocs pages: - Apache Apex Malhar: index.md - Operators: - Kafka Input: operators/kafkaInputOperator.md - JMS Input: operators/jmsInputOperator.md - File Splitter: operators/file_splitter.md - Block Reader: operators/block_reader.md - File Input: operators/fsInputOperator.md - Csv Parser: operators/csvParserOperator.md - File Output: operators/file_output.md - Enricher: operators/enricher.md - Filter: operators/filter.md - Deduper: operators/deduper.md - Windowed Operator: operators/windowedOperator.md - Json Parser: operators/jsonParser.md - Json Formatter: operators/jsonFormatter.md - Transform Operator: operators/transform.md - Xml Parser: operators/xmlParserOperator.md - Csv Formatter: operators/csvformatter.md
site_name: Apache Apex Malhar Documentation site_favicon: favicon.ico theme: readthedocs pages: - Apache Apex Malhar: index.md - Operators: - Block Reader: operators/block_reader.md - CSV Formatter: operators/csvformatter.md - CSV Parser: operators/csvParserOperator.md - Deduper: operators/deduper.md - Enricher: operators/enricher.md - File Input: operators/fsInputOperator.md - File Output: operators/file_output.md - File Splitter: operators/file_splitter.md - Filter: operators/filter.md - JDBC Poller Input: operators/jdbcPollInputOperator.md - JMS Input: operators/jmsInputOperator.md - JSON Formatter: operators/jsonFormatter.md - JSON Parser: operators/jsonParser.md - Kafka Input: operators/kafkaInputOperator.md - Transformer: operators/transform.md - Windowed Operator: operators/windowedOperator.md - XML Parser: operators/xmlParserOperator.md
Fix generating coverage.xml for codecov
name: Test on: ['push', 'pull_request'] jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: ['3.5', '3.6', '3.7', '3.8', '3.9'] 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: | python3 -m pip install -U pip python3 -m pip install -r requirements.txt python3 -m pip install pytest pytest-cov python3 -m pip install . - name: Lint codebase run: pylint_runner - name: Run tests run: python3 -m pytest --cov=pylint_runner tests/ - uses: codecov/codecov-action@v2 with: files: ./.coverage
name: Test on: ['push', 'pull_request'] jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: ['3.5', '3.6', '3.7', '3.8', '3.9'] 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: | python3 -m pip install -U pip python3 -m pip install -r requirements.txt python3 -m pip install pytest pytest-cov python3 -m pip install . - name: Lint codebase run: pylint_runner - name: Run tests run: python3 -m pytest --cov=pylint_runner --cov-report=xml tests/ - uses: codecov/codecov-action@v2
Revert "[SPARK-1105] fix site scala version error in doc"
pygments: true markdown: kramdown # These allow the documentation to be updated with nerw releases # of Spark, Scala, and Mesos. SPARK_VERSION: 1.0.0-incubating-SNAPSHOT SPARK_VERSION_SHORT: 1.0.0 SCALA_VERSION: "2.10.3" MESOS_VERSION: 0.13.0 SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net SPARK_GITHUB_URL: https://github.com/apache/incubator-spark
pygments: true markdown: kramdown # These allow the documentation to be updated with nerw releases # of Spark, Scala, and Mesos. SPARK_VERSION: 1.0.0-incubating-SNAPSHOT SPARK_VERSION_SHORT: 1.0.0 SCALA_VERSION: "2.10" MESOS_VERSION: 0.13.0 SPARK_ISSUE_TRACKER_URL: https://spark-project.atlassian.net SPARK_GITHUB_URL: https://github.com/apache/incubator-spark
Add more labels to exempt-issue-labels in stale GitHub action
# This workflow uses the following github action to automate # management of stale issues and prs in this repo: # https://github.com/marketplace/actions/close-stale-issues name: Close stale issues and PRs on: workflow_dispatch: schedule: - cron: '0 0 * * 0' permissions: issues: write pull-requests: write jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v4.0.0 with: days-before-issue-stale: 30 days-before-issue-close: 10 days-before-pr-stale: -1 days-before-pr-close: -1 stale-issue-label: auto-triage-stale stale-issue-message: 👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out. close-issue-message: As this issue has been inactive for more than one month, we will be closing it. Thank you to all the participants! If you would like to raise a related issue, please create a new issue which includes your specific details and references this issue number. exempt-issue-labels: auto-triage-skip exempt-all-milestones: true remove-stale-when-updated: true enable-statistics: true operations-per-run: 60
# This workflow uses the following github action to automate # management of stale issues and prs in this repo: # https://github.com/marketplace/actions/close-stale-issues name: Close stale issues and PRs on: workflow_dispatch: schedule: - cron: '0 0 * * 0' permissions: issues: write pull-requests: write jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v4.0.0 with: days-before-issue-stale: 30 days-before-issue-close: 10 days-before-pr-stale: -1 days-before-pr-close: -1 stale-issue-label: auto-triage-stale stale-issue-message: 👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out. close-issue-message: As this issue has been inactive for more than one month, we will be closing it. Thank you to all the participants! If you would like to raise a related issue, please create a new issue which includes your specific details and references this issue number. exempt-issue-labels: auto-triage-skip,bug,discussion,docs,enhancement,security,tests exempt-all-milestones: true remove-stale-when-updated: true enable-statistics: true operations-per-run: 60
Reduce indent to two spaces
--- impl: gcc48: executable: gcc version: "%(executable)s --version" build: "%(executable)s -O2 %(CFLAGS)s %(LDFLAGS)s %(source)s -o %(output)s" run: "%(output)s" impl: c g++48: executable: g++ version: "%(executable)s --version" build: "%(executable)s -O2 %(CFLAGS)s %(LDFLAGS)s %(source)s -o %(output)s" run: "%(output)s" impl: c++ clang: executable: clang version: "%(executable)s --version" build: "%(executable)s -O2 %(CFLAGS)s %(LDFLAGS)s %(source)s -o %(output)s" run: "%(output)s" impl: c clang++: executable: clang++ version: "%(executable)s --version" build: "%(executable)s -O2 %(CFLAGS)s %(LDFLAGS)s %(source)s -o %(output)s" run: "%(output)s" impl: c++ game: nbody: nicename: n-body description: Simulate motion of outer planets for N steps. levels: - args: 500000 - args: 5000000 - args: 50000000
--- impl: gcc48: executable: gcc version: "%(executable)s --version" build: "%(executable)s -O2 %(CFLAGS)s %(LDFLAGS)s %(source)s -o %(output)s" run: "%(output)s" impl: c g++48: executable: g++ version: "%(executable)s --version" build: "%(executable)s -O2 %(CFLAGS)s %(LDFLAGS)s %(source)s -o %(output)s" run: "%(output)s" impl: c++ clang: executable: clang version: "%(executable)s --version" build: "%(executable)s -O2 %(CFLAGS)s %(LDFLAGS)s %(source)s -o %(output)s" run: "%(output)s" impl: c clang++: executable: clang++ version: "%(executable)s --version" build: "%(executable)s -O2 %(CFLAGS)s %(LDFLAGS)s %(source)s -o %(output)s" run: "%(output)s" impl: c++ game: nbody: nicename: n-body description: Simulate motion of outer planets for N steps. levels: - args: 500000 - args: 5000000 - args: 50000000
Change configuration to run sonar analysis only with oraclejdk8 to avoid triple analysis
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 env: - MAVEN_CONFIG=-DskipRelease script: - "./mvnw cobertura:cobertura" - jdk_switcher use oraclejdk8 - "./mvnw org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.projectKey=io.springlets -Dsonar.login=$SONAR_TOKEN" after_success: - bash <(curl -s https://codecov.io/bash) cache: directories: - $HOME/.m2
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk7 env: - MAVEN_CONFIG=-DskipRelease script: - './mvnw cobertura:cobertura' - 'if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then echo "Running sonar only for JDK version: $TRAVIS_JDK_VERSION"; ./mvnw org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.projectKey=io.springlets -Dsonar.login=$SONAR_TOKEN || travis_terminate 1; fi' after_success: - bash <(curl -s https://codecov.io/bash) cache: directories: - $HOME/.m2
Remove Rails 5.2 from allowed failures
language: ruby rvm: - 2.2.10 - 2.3 - 2.4 - 2.5 matrix: fast_finish: true allow_failures: - gemfile: gemfiles/rails_5.2.gemfile gemfile: - gemfiles/rails_4.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile
language: ruby rvm: - 2.2.10 - 2.3 - 2.4 - 2.5 matrix: fast_finish: true gemfile: - gemfiles/rails_4.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile
Replace Oracle JDK 7 with OpenJDK 7
# Don't use the Travis Container-Based Infrastructure sudo: true language: java jdk: - oraclejdk7 - oraclejdk8 script: - ./gradlew -S clean build functionalTest
# Don't use the Travis Container-Based Infrastructure sudo: true language: java jdk: - openjdk7 - oraclejdk8 script: - ./gradlew -S clean build functionalTest
Remove GCC alternatives to try and fix OS X build
language: cpp script: - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90 - sudo apt-get install libstdc++-4.8-dev - cmake --version - ./build.sh matrix: include: # Linux Clang - os: linux compiler: clang env: BUILD_TYPE='Release' - os: linux compiler: clang env: BUILD_TYPE='Debug' # Linux GCC - os: linux compiler: gcc addons: &gcc48 apt: sources: ['ubuntu-toolchain-r-test'] packages: ['g++-4.8'] env: BUILD_TYPE='Release' - os: linux compiler: gcc addons: &gcc48 apt: sources: ['ubuntu-toolchain-r-test'] packages: ['g++-4.8'] env: BUILD_TYPE='Debug' # OS X - os: osx osx_image: xcode7 compiler: clang env: BUILD_TYPE='Debug' - os: osx osx_image: xcode7 compiler: clang env: BUILD_TYPE='Release'
language: cpp script: - cmake --version - ./build.sh matrix: include: # Linux Clang - os: linux compiler: clang env: BUILD_TYPE='Release' - os: linux compiler: clang env: BUILD_TYPE='Debug' # Linux GCC - os: linux compiler: gcc addons: &gcc48 apt: sources: ['ubuntu-toolchain-r-test'] packages: ['g++-4.8'] env: BUILD_TYPE='Release' - os: linux compiler: gcc addons: &gcc48 apt: sources: ['ubuntu-toolchain-r-test'] packages: ['g++-4.8'] env: BUILD_TYPE='Debug' # OS X - os: osx osx_image: xcode7 compiler: clang env: BUILD_TYPE='Debug' - os: osx osx_image: xcode7 compiler: clang env: BUILD_TYPE='Release'
Enable priviledged mode to pass nested kvm
language: generic sudo: required services: - docker before_install: - docker info - docker build -t android-28 android-28/ script: - docker run -it --rm --volume=$(pwd)/android-28:/opt/workspace --entrypoint /opt/workspace/version-check.sh android-28
language: generic sudo: required services: - docker before_install: - docker info - docker build -t android-28 android-28/ script: - docker run -it --rm --privileged --volume /dev/kvm:/dev/kvm --volume=$(pwd)/android-28:/opt/workspace --entrypoint /opt/workspace/version-check.sh android-28
Remove global ENV since specs handle ENV setup and tear down
language: ruby rvm: - 2.1.0 - 2.2.0 - 2.0.0 - 1.9.3 - ruby-head gemfile: - Gemfile - gemfiles/rspec2.gemfile env: - RESQUTILS_SECONDS_TO_BE_CONSIDERED_STALE=1
language: ruby rvm: - 2.1.0 - 2.2.0 - 2.0.0 - 1.9.3 - ruby-head gemfile: - Gemfile - gemfiles/rspec2.gemfile
Migrate to container-based Travis builds
language: c script: cmake . && make VERBOSE=1 && make test compiler: clang sudo: required dist: trusty before_install: - sudo apt-get -qq update - sudo apt-get install -y libconfig-dev
language: c script: cmake . && make VERBOSE=1 && make test compiler: clang sudo: false dist: trusty addons: apt: packages: - libconfig-dev
Set multiple OS builds for Travis CI
language: erlang script: "make clean compile xref test" otp_release: - 17.0 - R16B03-1
language: erlang script: "make clean compile xref test" otp_release: - 17.0 - R16B03-1 os: - linux - osx matrix: allow_failures: - os: osx compiler: - clang - gcc before_install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -qq - if [ "$CXX" = "clang++" ]; then sudo apt-get install -qq libstdc++-4.8-dev; fi - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
Update Travis config. Add osx and 1.13 builds.
language: go go: - 1.7 - 1.8 - 1.9 - "1.10" - 1.11 - 1.12 - tip matrix: allow_failures: - go: tip before_install: - "if [[ $TRAVIS_GO_VERSION == 1.11 ]]; then go get -u golang.org/x/lint/golint; fi" script: - go test -race -cpu 1,4 -v - go test -race -v -tags appengine - "if [[ $TRAVIS_GO_VERSION == 1.11 ]]; then go vet ./...; fi" - "if [[ $TRAVIS_GO_VERSION == 1.11 ]]; then golint .; fi" sudo: false
language: go go: - 1.9.x - 1.10.x - 1.11.x - 1.12.x - 1.13.x - tip os: - linux - linux-ppc64le - osx matrix: allow_failures: - go: tip install: - go get -v -t ./... before_script: - | if [[ $TRAVIS_GO_VERSION == 1.12 && $(arch) != 'ppc64le' ]]; then curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin fi script: - | if [ $(arch) == "ppc64le" ]; then go test -cpu 1,4 -v else go test -race -cpu 1,4 -v fi - | if [ $(arch) == "ppc64le" ]; then go test -v -tags appengine else go test -race -v -tags appengine fi - | if [[ $TRAVIS_GO_VERSION == 1.12 && $(arch) != 'ppc64le' ]]; then golangci-lint run fi sudo: false
Make sure gcc 4.8 is used when compiling in Travis
language: cpp compiler: - gcc # - clang # Install dependencies # install: make get-deps install: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get -qq update && sudo apt-get -qq install g++-4.8 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 && cd libjl777 && make onetime # Build and test script: echo "Start make SuperNET" && make SuperNET && echo "Start make btcd" && make btcd
language: cpp compiler: - gcc # - clang # Install dependencies # install: make get-deps install: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test && sudo apt-get -qq update && sudo apt-get -qq install g++-4.8 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 && export CC=gcc && gcc --version && cd libjl777 && make onetime # Build and test script: echo "Start make SuperNET" && make SuperNET && echo "Start make btcd" && make btcd
Drop support for Julia 0.4
# Documentation: http://docs.travis-ci.com/user/languages/julia/ language: julia os: - linux - osx julia: - 0.4 - 0.5 - 0.6 - nightly branches: - only: - master matrix: allow_failures: - julia: nightly notifications: email: false # uncomment the following lines to override the default test script #script: # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi # - julia -e 'Pkg.clone(pwd()); Pkg.build("RecurrenceAnalysis"); Pkg.test("RecurrenceAnalysis"; coverage=true)'
# Documentation: http://docs.travis-ci.com/user/languages/julia/ language: julia os: - linux - osx julia: - 0.5 - 0.6 - nightly branches: - only: - master matrix: allow_failures: - julia: nightly notifications: email: false # uncomment the following lines to override the default test script #script: # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi # - julia -e 'Pkg.clone(pwd()); Pkg.build("RecurrenceAnalysis"); Pkg.test("RecurrenceAnalysis"; coverage=true)'
Add postgres addon to Travis.
language: node_js node_js: - "0.10" before_install: script: "npm test" env: - DATABASE_URL=postgres://postgres:password@localhost:5432/ripple_gateway_test notifications: email: false
language: node_js node_js: - "0.10" before_install: script: "npm test" addons: postgresql: "9.3" before_script: - psql -c 'create database ripple_gateway_test;' -U postgres env: - DATABASE_URL=postgres://postgres:@localhost:5432/ripple_gateway_test notifications: email: false
Update Travis to Ubuntu 16.04
language: c install: bash -e .travis-ci-install.sh script: bash -e .travis-ci.sh cache: apt dist: trusty sudo: required matrix: include: - os: osx osx_image: xcode7.3 env: OCAML_VERSION=4.06 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.07 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.06 OPAM_VERSION=2.0.0 INSTALL_LOCAL=1 - os: linux env: OCAML_VERSION=4.05 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.04 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.03 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.02 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.01 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.00 OPAM_VERSION=2.0.0 notifications: email: - opam-commits@lists.ocaml.org irc: - chat.freenode.net#opam
language: c install: bash -e .travis-ci-install.sh script: bash -e .travis-ci.sh cache: apt dist: xenial sudo: required matrix: include: - os: osx osx_image: xcode7.3 env: OCAML_VERSION=4.06 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.07 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.06 OPAM_VERSION=2.0.0 INSTALL_LOCAL=1 - os: linux env: OCAML_VERSION=4.05 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.04 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.03 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.02 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.01 OPAM_VERSION=2.0.0 - os: linux env: OCAML_VERSION=4.00 OPAM_VERSION=2.0.0 notifications: email: - opam-commits@lists.ocaml.org irc: - chat.freenode.net#opam
Use bundle exec to run tests
language: - ruby rvm: - "1.9.3" - "2.0.0" script: - rake test
language: - ruby rvm: - "1.9.3" - "2.0.0" script: - bundle exec rake test
Change build tools to 25.0.3
language: android cache: false sudo: false android: components: - tools - build-tools-25.0.2 - platform-tools - extra-android-m2repository - extra-google-m2repository - extra-google-android-support - android-25 - sys-img-armeabi-v7a-android-25 jdk: oraclejdk8 os: - linux licenses: - 'android-sdk-preview-license-.+' - 'android-sdk-license-.+' - 'google-gdk-license-.+' branches: only: - master - develop - config_travis install: # Ensure Gradle wrapper is executable, download wrapper and show version - chmod +x ./gradlew; before_script: - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & script: ./gradlew build connectedCheck
language: android cache: false sudo: false android: components: - tools - build-tools-25.0.3 - platform-tools - extra-android-m2repository - extra-google-m2repository - extra-google-android-support - android-25 - sys-img-armeabi-v7a-android-25 jdk: oraclejdk8 os: - linux licenses: - 'android-sdk-preview-license-.+' - 'android-sdk-license-.+' - 'google-gdk-license-.+' branches: only: - master - develop - config_travis install: # Ensure Gradle wrapper is executable, download wrapper and show version - chmod +x ./gradlew; before_script: - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & script: ./gradlew build connectedCheck
Update Travis to include gometalinter
language: go go: - 1.5 install: - go get github.com/constabulary/gb/... # before_script: - make dist script: - gb test -v
language: go go: - 1.5.3 install: - go get github.com/constabulary/gb/... - go get github.com/alecthomas/gometalinter before_script: - make dist - gometalinter --install --update - export GOPATH=$HOME/gopath:$HOME/gopath/src/github.com/skizzehq/skizze/:$HOME/gopath/src/github.com/skizzehq/skizze/vendor script: - gometalinter ./src/* -D gocyclo -D gotype -D interfacer -D dupl -D errcheck --deadline=60s - gb test -v
Install flake8 before running tests.
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" # command to run tests, e.g. python setup.py test script: - python setup.py test - flake8 .
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" # command to run tests, e.g. python setup.py test script: - pip install flake8 - python setup.py test - flake8 .
Build with Node.js 16 on Travis CI.
language: node_js node_js: - '12' - '14' - '15' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc prove script: - nyc npm test
language: node_js node_js: - '12' - '14' - '16' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g nyc prove script: - nyc npm test
Allow testing on the rewrite branch
language: python sudo: false env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 - TOXENV=pypy - TOXENV=pypy3 - TOXENV=docs - TOXENV=pep8 - TOXENV=py2pep8 - TOXENV=packaging install: pip install tox script: tox branches: only: - master - develop - 1.11.X notifications: irc: channels: - "irc.freenode.org#pypa-dev" use_notice: true skip_join: true
language: python sudo: false env: - TOXENV=py26 - TOXENV=py27 - TOXENV=py32 - TOXENV=py33 - TOXENV=py34 - TOXENV=pypy - TOXENV=pypy3 - TOXENV=docs - TOXENV=pep8 - TOXENV=py2pep8 - TOXENV=packaging install: pip install tox script: tox branches: only: - master - develop - rewrite notifications: irc: channels: - "irc.freenode.org#pypa-dev" use_notice: true skip_join: true
Remove some unnecessary steps from Travis config
language: node_js # This is a lie, but we want to use Node for testing node_js: - "0.11" before_install: - sudo apt-get update -y - sudo add-apt-repository ppa:ondrej/php5 -y - sudo apt-get update -y - sudo apt-get upgrade -y - sudo apt-get install php5 -y - npm install -g grunt-cli - cd $HOME - git clone git://github.com/n1k0/casperjs.git - cd casperjs - git checkout tags/1.0.2 - sudo ln -sf `pwd`/bin/casperjs /usr/local/bin/casperjs - cd $TRAVIS_BUILD_DIR
language: node_js # This is a lie, but we want to use Node for testing node_js: - "0.11" before_install: - sudo apt-get update -y - sudo add-apt-repository ppa:ondrej/php5 -y - sudo apt-get update -y - sudo apt-get install php5 -y - cd $HOME - wget https://github.com/n1k0/casperjs/archive/1.0.2.zip -O casperjs.zip - unzip casperjs.zip - sudo ln -sf `pwd`/casperjs-1.0.2/bin/casperjs /usr/local/bin/casperjs - cd $TRAVIS_BUILD_DIR
Update Travis config to latest. Update Travis config to use latest v4 and latest v6 .
sudo: false language: node_js node_js: - "4.4" - "6.3" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install -g bob coveralls --loglevel error script: - DEBUG=canihaz bob build - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
sudo: false language: node_js node_js: - "4" - "6" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: - npm install -g bob coveralls --loglevel error script: - DEBUG=canihaz bob build after_success: - cat .bob/coverage/buster-istanbul/lcov.info | coveralls
Add libatlas, liblapack, and gfortran to Travis
sudo: false language: python python: - '2.7' - '3.3' - '3.4' addons: apt: packages: - pandoc install: - pip install -r requirements.txt - pip install coveralls script: nosetests --with-coverage --cover-package=siganalysis after_success: coveralls
sudo: false language: python python: - '2.7' - '3.3' - '3.4' addons: apt: packages: - libatlas-dev - libatlas-base-dev - liblapack-dev - gfortran - pandoc install: - pip install -r requirements.txt - pip install coveralls script: nosetests --with-coverage --cover-package=siganalysis after_success: coveralls
Check findbugs warning before packaging
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java matrix: include: - os: osx osx_image: xcode8 before_install: - echo "MAVEN_OPTS='-Xmx3072m -XX:MaxPermSize=512m'" > ~/.mavenrc install: - travis_retry mvn -B install clean -U -DskipTests=true script: - travis_retry mvn clean apache-rat:check - travis_wait 60 mvn package findbugs:check cache: directories: - $HOME/.m2
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. language: java matrix: include: - os: osx osx_image: xcode8 before_install: - echo "MAVEN_OPTS='-Xmx3072m -XX:MaxPermSize=512m'" > ~/.mavenrc install: - travis_retry mvn -B install clean findbugs:check -U -DskipTests=true script: - travis_retry mvn clean apache-rat:check - travis_wait 60 mvn package cache: directories: - $HOME/.m2
Add support for php 7.4
language: php sudo: false php: - '7.2' - '7.3' before_install: - composer self-update install: - travis_retry composer install --no-interaction --prefer-source script: - ./vendor/bin/phpunit
language: php sudo: false php: - '7.2' - '7.3' - '7.4' before_install: - composer self-update install: - travis_retry composer install --no-interaction --prefer-source script: - ./vendor/bin/phpunit
Use OpenJDK 8 instead Oracle JDK 8 in Travis CI config
language: java jdk: - oraclejdk8 - openjdk11 before_install: install:
language: java jdk: - openjdk8 - openjdk11 before_install: install:
Fix typo in Travis config
language: r cache: packages sudo: false install: echo "Not attempting to install dependencies yet" script: Rscript mendeley.r
language: r cache: packages sudo: false install: echo "Not attempting to install dependencies yet" script: Rscript mendeley.R
Remove v0.12 from Travis because of jest
sudo: false language: node_js node_js: - "0.12" - "0.10"
sudo: false language: node_js node_js: - "0.10"
Fix Travis to support tensorflow
# vim ft=yaml language: python os: - osx - linux env: global: - DEPENDS="requirements.txt" python: - 2.7 before_install: - source tools/travis_tools.sh - virtualenv --python=python venv - source venv/bin/activate - python --version - pip install --upgrade pip - wheelhouse_pip_r_install ${DEPENDS} - if [[ $TRAVIS_OS_NAME == 'linux']]; then pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl; fi - if [[ $TRAVIS_OS_NAME == 'osx']]; then pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.8.0-py2-none-any.whl; fi install: - pip install -e . script: - make travis-test after_success: - if [ "${COVERAGE}" == "1" ]; then coveralls; fi
# vim ft=yaml language: python env: global: - DEPENDS="requirements.txt" python: - 2.7 before_install: - source tools/travis_tools.sh - virtualenv --python=python venv - source venv/bin/activate - python --version - pip install --upgrade pip - wheelhouse_pip_r_install ${DEPENDS} - pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl install: - pip install -e . script: - make travis-test after_success: - if [ "${COVERAGE}" == "1" ]; then coveralls; fi
Add JRuby and RBX test targets
language: ruby services: - memcached rvm: - 1.9 - 2.0 - 2.1 - 2.2 - 2.3.0 before_install: gem install bundler -v 1.11.2
language: ruby services: - memcached rvm: - 1.9.3 - 2.0.0 - 2.1.8 - 2.2.4 - 2.3.0 - jruby-1.7.23 - jruby-9.0.5.0 - rbx-2.5.8 - rbx-3.14 before_install: gem install bundler -v 1.11.2
Make HMRC Manuals fully migrated in govuk index
migrated: # Contacts - contact # Publisher - answer - guide - help_page - licence - local_transaction - place - transaction - simple_smart_answer # Specialist Publisher - aaib_report - asylum_support_decision - business_finance_support_scheme - cma_case - countryside_stewardship_grant - dfid_research_output - drug_safety_update - employment_appeal_tribunal_decision - employment_tribunal_decision - european_structural_investment_fund # use Rummager name as mapping occurs before validation check - international_development_fund - maib_report - medical_safety_alert - raib_report - service_standard_report - tax_tribunal_decision - utaac_decision # Other - task_list indexable: - hmrc_manual - hmrc_manual_section - manual - manual_section
migrated: # Contacts - contact # Publisher - answer - guide - help_page - licence - local_transaction - place - transaction - simple_smart_answer # Specialist Publisher - aaib_report - asylum_support_decision - business_finance_support_scheme - cma_case - countryside_stewardship_grant - dfid_research_output - drug_safety_update - employment_appeal_tribunal_decision - employment_tribunal_decision - european_structural_investment_fund # use Rummager name as mapping occurs before validation check - international_development_fund - maib_report - medical_safety_alert - raib_report - service_standard_report - tax_tribunal_decision - utaac_decision # Other - hmrc_manual - hmrc_manual_section - task_list indexable: - manual - manual_section
Add the vendor folder to the exclusion
markdown: redcarpet permalink: /:year/:month/:title relative_permalinks: false paginate: 5 paginate_path: "page-:num" title: Eric's Devblog description: Developer blog for Eric Oestrich url: http://blog.oestrich.org exclude: - Gemfile - Gemfile.lock - build
markdown: redcarpet permalink: /:year/:month/:title relative_permalinks: false paginate: 5 paginate_path: "page-:num" title: Eric's Devblog description: Developer blog for Eric Oestrich url: http://blog.oestrich.org exclude: - Gemfile - Gemfile.lock - build - vendor
Update OpenTopoMap Viewer to 1.2 (6)
Categories: - Navigation License: Apache-2.0 AuthorName: Serge Helfrich SourceCode: https://github.com/Pygmalion69/OpenTopoMapViewer IssueTracker: https://github.com/Pygmalion69/OpenTopoMapViewer/issues Donate: https://ko-fi.com/U7U372JJ Name: OpenTopoMap Viewer AutoName: OpenTopoMap Summary: OpenTopoMap viewer with GPX import Description: |- An online OpenTopoMap client with caching. * Follow location * Import and display GPX RepoType: git Repo: https://github.com/Pygmalion69/OpenTopoMapViewer Builds: - versionName: 1.0.2 versionCode: 3 commit: 1.0.2 subdir: app gradle: - yes - versionName: 1.0.4 versionCode: 4 commit: 1.0.4 subdir: app gradle: - yes - versionName: '1.1' versionCode: 5 commit: '1.1' subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '1.1' CurrentVersionCode: 5
Categories: - Navigation License: Apache-2.0 AuthorName: Serge Helfrich SourceCode: https://github.com/Pygmalion69/OpenTopoMapViewer IssueTracker: https://github.com/Pygmalion69/OpenTopoMapViewer/issues Donate: https://ko-fi.com/U7U372JJ Name: OpenTopoMap Viewer AutoName: OpenTopoMap Summary: OpenTopoMap viewer with GPX import Description: |- An online OpenTopoMap client with caching. * Follow location * Import and display GPX RepoType: git Repo: https://github.com/Pygmalion69/OpenTopoMapViewer Builds: - versionName: 1.0.2 versionCode: 3 commit: 1.0.2 subdir: app gradle: - yes - versionName: 1.0.4 versionCode: 4 commit: 1.0.4 subdir: app gradle: - yes - versionName: '1.1' versionCode: 5 commit: '1.1' subdir: app gradle: - yes - versionName: '1.2' versionCode: 6 commit: '1.2' subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '1.2' CurrentVersionCode: 6
Update DisasterRadio to 1.5 (15)
Categories: - Connectivity - Internet - Navigation License: GPL-3.0-only WebSite: https://disaster.radio/ SourceCode: https://github.com/beegee-tokyo/disaster-radio-android IssueTracker: https://github.com/beegee-tokyo/disaster-radio-android/issues AutoName: DisasterRadio RepoType: git Repo: https://github.com/beegee-tokyo/disaster-radio-android.git Builds: - versionName: '1.4' versionCode: 14 commit: '1.4' subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '1.4' CurrentVersionCode: 14
Categories: - Connectivity - Internet - Navigation License: GPL-3.0-only WebSite: https://disaster.radio/ SourceCode: https://github.com/beegee-tokyo/disaster-radio-android IssueTracker: https://github.com/beegee-tokyo/disaster-radio-android/issues AutoName: DisasterRadio RepoType: git Repo: https://github.com/beegee-tokyo/disaster-radio-android.git Builds: - versionName: '1.4' versionCode: 14 commit: '1.4' subdir: app gradle: - yes - versionName: '1.5' versionCode: 15 commit: '1.5' subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '1.5' CurrentVersionCode: 15
Add locale for order fields
ru: activerecord: models: order: one: 'Заказ' few: 'Заказы' many: 'Заказы' other: 'Заказы' product: one: Товар few: Товары many: Товаров other: Товары category: one: Категория few: Категории many: Категорий other: Категории shop_image: one: Картинка few: Картинки many: Картинок other: Картинки attributes: common: &common name: Название description: Описание created_at: Дата создания updated_at: Дата обновления category: <<: *common parent: Родительская категория image: Картинка product: <<: *common category: Категория price: Цена shop_image: image: Картинка
ru: activerecord: models: order: one: 'Заказ' few: 'Заказы' many: 'Заказы' other: 'Заказы' product: one: Товар few: Товары many: Товаров other: Товары category: one: Категория few: Категории many: Категорий other: Категории shop_image: one: Картинка few: Картинки many: Картинок other: Картинки attributes: common: &common name: Название description: Описание created_at: Дата создания updated_at: Дата обновления category: <<: *common parent: Родительская категория image: Картинка product: <<: *common category: Категория price: Цена shop_image: image: Картинка order: <<: *common user_name: Имя покупателя user_email: Email покупателя user_phone: Телефон покупателя total: Сумма
Deploy via Github Actions (try 4)
name: Deployment on: push jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 14 - run: yarn install - run: yarn test publish-gh: needs: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 14 - run: yarn install - run: yarn build - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public
name: Deployment on: push jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 14 - run: yarn install - run: yarn test publish-gh: needs: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 14 - run: yarn install - run: yarn build - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public
Update from Hackage at 2017-11-02T16:55:06Z
homepage: http://github.com/TheBizzle changelog-type: '' hash: 8a95e6975530ac3697f386bbc358bc4316acd2100a30daa2255449986ce4d472 test-bench-deps: {} maintainer: jason.bertsche@gmail.com synopsis: A lousy Prelude replacement by a lousy dude changelog: '' basic-deps: base: ! '>=4.8 && <5' text: ! '>=1.2.2 && <1.3.0' containers: ! '>=0.5.7 && <0.6.0' all-versions: - '1.0.4' author: Jason Bertsche latest: '1.0.4' description-type: haddock description: A lousy Prelude replacement by a lousy dude. Imports common things while trying to avoid importing things could cause naming conflicts. Favors `Text` over `String`. Wants using `IO` to be painful. license-name: BSD3
homepage: http://github.com/TheBizzle changelog-type: '' hash: 8a95e6975530ac3697f386bbc358bc4316acd2100a30daa2255449986ce4d472 test-bench-deps: {} maintainer: jason.bertsche@gmail.com synopsis: A lousy Prelude replacement by a lousy dude changelog: '' basic-deps: base: ! '>=4.8 && <5' text: ! '>=1.2.2 && <1.3.0' containers: ! '>=0.5.7 && <0.6.0' all-versions: - '0.0.4' - '1.0.4' author: Jason Bertsche latest: '1.0.4' description-type: haddock description: A lousy Prelude replacement by a lousy dude. Imports common things while trying to avoid importing things could cause naming conflicts. Favors `Text` over `String`. Wants using `IO` to be painful. license-name: BSD3
Add copy=no to nodejs unarchive, so it doesn't try to pull from a local source
--- - name: Fetch nodejs source code get_url: url: "http://nodejs.org/dist/v{{ nodejs_version }}/node-v{{ nodejs_version }}.tar.gz" dest: "/tmp/node-v{{ nodejs_version }}.tar.gz" - name: make sure output log directory exists file: "path=/tmp/node-v{{ nodejs_version }} state=directory mode=0755" - name: Unarchive nodejs source code unarchive: "src=/tmp/node-v{{ nodejs_version }}.tar.gz dest=/tmp" - name: Configure source command: './configure chdir=/tmp/node-v{{ nodejs_version }}' - name: Make source command: 'make chdir=/tmp/node-v{{ nodejs_version }}' - name: Make install source command: 'make install chdir=/tmp/node-v{{ nodejs_version }}'
--- - name: Fetch nodejs source code get_url: url: "http://nodejs.org/dist/v{{ nodejs_version }}/node-v{{ nodejs_version }}.tar.gz" dest: "/tmp/node-v{{ nodejs_version }}.tar.gz" - name: make sure output log directory exists file: "path=/tmp/node-v{{ nodejs_version }} state=directory mode=0755" - name: Unarchive nodejs source code unarchive: "src=/tmp/node-v{{ nodejs_version }}.tar.gz dest=/tmp copy=no" - name: Configure source command: './configure chdir=/tmp/node-v{{ nodejs_version }}' - name: Make source command: 'make chdir=/tmp/node-v{{ nodejs_version }}' - name: Make install source command: 'make install chdir=/tmp/node-v{{ nodejs_version }}'
Add 'duplication' and 'fixme' Code Climate engines
engines: phpmd: enabled: true config: file_extensions: "php" rulesets: "cleancode,codesize,design,naming,unusedcode"
engines: duplication: enabled: true config: languages: - php fixme: enabled: true phpmd: enabled: true config: file_extensions: "php" rulesets: "cleancode,codesize,design,naming,unusedcode"
Exclude CamelCaseMethodName and CamelCaseClassName checks from code quality review
engines: duplication: enabled: true config: languages: - ruby - javascript - python - php fixme: enabled: true phpmd: enabled: true checks: Controversial/CamelCasePropertyName: enabled: false Controversial/CamelCaseParameterName: enabled: false Controversial/CamelCaseVariableName: enabled: false ratings: paths: - "**.inc" - "**.js" - "**.jsx" - "**.module" - "**.php" - "**.py" - "**.rb" exclude_paths: - test/
engines: duplication: enabled: true config: languages: - ruby - javascript - python - php fixme: enabled: true phpmd: enabled: true checks: Controversial/CamelCasePropertyName: enabled: false Controversial/CamelCaseParameterName: enabled: false Controversial/CamelCaseVariableName: enabled: false Controversial/CamelCaseMethodName: enabled: false Controversial/CamelCaseClassName: enabled: false ratings: paths: - "**.inc" - "**.js" - "**.jsx" - "**.module" - "**.php" - "**.py" - "**.rb" exclude_paths: - test/
Add tests with recent Golang versions
name: Build on: push: branches: - master pull_request: env: GO111MODULE: on jobs: test: strategy: matrix: os: ['ubuntu-18.04', 'macOS-10.15', 'windows-2019'] go: ['1.14.x'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: actions/cache@v1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- - uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} - run: make lint test
name: Build on: push: branches: - master pull_request: env: GO111MODULE: on jobs: test: strategy: matrix: os: ['ubuntu-18.04', 'macOS-10.15', 'windows-2019'] go: ['1.16.x', '1.15.x', '1.14.x'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: actions/cache@v1 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- - uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} - run: make lint test
Set bash as shell in workflow
name: build on: push: pull_request: schedule: - cron: 56 8 * * */14 jobs: python: name: Testing Labella.py runs-on: ubuntu-latest strategy: matrix: py: [ '3.6', '3.9' ] steps: - name: Install Python ${{ matrix.py }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.py }} - name: Checkout uses: actions/checkout@v2 - name: Install system dependencies run: sudo apt-get install texlive latexmk - name: Build run: make test
name: build on: push: pull_request: schedule: - cron: 56 8 * * */14 jobs: python: name: Testing Labella.py runs-on: ubuntu-latest strategy: matrix: py: [ '3.6', '3.9' ] steps: - name: Install Python ${{ matrix.py }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.py }} - name: Checkout uses: actions/checkout@v2 - name: Install system dependencies run: sudo apt-get install texlive latexmk - name: Build shell: bash run: make test
Update from Hackage at 2020-05-11T07:01:46Z
homepage: https://github.com/jwoudenberg/junit-xml#readme changelog-type: markdown hash: 5da18fe01fdb2e32904499ad67f32229a1df4bd4422483dd4a26090aeaf5de0d test-bench-deps: base: -any tasty-golden: ! '>=2.3 && <2.4' junit-xml: -any tasty: ! '>=1.1 && <1.3' maintainer: mail@jasperwoudenberg.com synopsis: Producing JUnit-style XML test reports. changelog: | # 0.1.0.0 - Initial implementation. basic-deps: xml-conduit: ! '>=1.5.0 && <1.10' base: ! '>=4.10.1.0 && <5' text: -any all-versions: - 0.1.0.0 author: Jasper Woudenberg latest: 0.1.0.0 description-type: markdown description: | # junit-xml A library for producing JUnit style XML reports in Haskell, for consumption by CI platforms like Jenkins. license-name: BSD-3-Clause
homepage: https://github.com/jwoudenberg/junit-xml#readme changelog-type: markdown hash: a168432679bebf248c3911f133c6ae330f7bb69dd779ef947c6d9fccde491cd3 test-bench-deps: base: -any tasty-golden: '>=2.3 && <2.4' junit-xml: -any tasty: '>=1.1 && <1.4' maintainer: mail@jasperwoudenberg.com synopsis: Producing JUnit-style XML test reports. changelog: | # 0.1.0.1 - Expand version bounds to include tasty 1.3. # 0.1.0.0 - Initial implementation. basic-deps: xml-conduit: '>=1.5.0 && <1.10' base: '>=4.10.1.0 && <5' text: -any all-versions: - 0.1.0.0 - 0.1.0.1 author: Jasper Woudenberg latest: 0.1.0.1 description-type: markdown description: | # junit-xml A library for producing JUnit style XML reports in Haskell, for consumption by CI platforms like Jenkins. license-name: BSD-3-Clause
Add git and ssh earlier
# Clojure CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-clojure/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: theasp/clojurescript-nodejs:alpine # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/postgres:9.4 working_directory: /usr/share/app environment: LEIN_ROOT: "true" # Customize the JVM maximum heap limit JVM_OPTS: -Xmx3200m LEIN_FAST_TRAMPOLINE: yes steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "project.clj" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: lein do deps, npm install - save_cache: paths: - ~/.m2 - /usr/src/app/node_modules key: v1-dependencies-{{ checksum "project.clj" }} - run: lein build-min - run: apk add --no-cache git - run: ./deploy.sh
# Clojure CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-clojure/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: theasp/clojurescript-nodejs:alpine # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/postgres:9.4 working_directory: /usr/share/app environment: LEIN_ROOT: "true" # Customize the JVM maximum heap limit JVM_OPTS: -Xmx3200m LEIN_FAST_TRAMPOLINE: yes steps: - run: apk add --no-cache git ssh - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "project.clj" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: lein do deps, npm install - save_cache: paths: - ~/.m2 - /usr/src/app/node_modules key: v1-dependencies-{{ checksum "project.clj" }} - run: lein build-min - run: ./deploy.sh
Update from Hackage at 2015-06-12T03:40:39+0000
homepage: '' changelog-type: '' hash: 0ddf906fc3a04136568bd61b9a35ffb81abebab8d45e00e8d583b2dfb3f8f5d7 test-bench-deps: test-framework: ! '>=0.4 && <0.9' Cabal: ! '>=1.14' base: ! '>=4.5 && <5' test-framework-quickcheck2: ! '>=0.2 && <0.4' random: ! '>=1.0' QuickCheck: ! '>=2.4.0.1 && <2.6' maintainer: robertmassaioli@gmail.com synopsis: This has a bunch of code for specifying and managing ranges in your code. changelog: '' basic-deps: base: ! '>=4.5 && <5' parsec: ! '>=3' all-versions: - '0.1.0.0' - '0.1.0.1' author: Robert Massaioli latest: '0.1.0.1' description-type: haddock description: ! 'range is built to allow you to use ranges in your code quickly and efficiently. There are many occasions where you will want to check if certain values are within a range and this library will make it trivial for you to do so. It also attempts to do so in the most efficient way possible.' license-name: MIT
homepage: https://bitbucket.org/robertmassaioli/range changelog-type: '' hash: f0b4cfa540521a0e272a8a24b41b80e3fa7b53f54ab97d7cba0bf558951bf5df test-bench-deps: test-framework: ! '>=0.4 && <0.9' Cabal: ! '>=1.14' base: ! '>=4.5 && <5' test-framework-quickcheck2: ! '>=0.2 && <0.4' random: ! '>=1.0' QuickCheck: ! '>=2.4.0.1 && <3' maintainer: robertmassaioli@gmail.com synopsis: This has a bunch of code for specifying and managing ranges in your code. changelog: '' basic-deps: base: ! '>=4.5 && <5' parsec: ! '>=3' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.1.0' author: Robert Massaioli latest: '0.1.1.0' description-type: haddock description: ! 'range is built to allow you to use ranges in your code quickly and efficiently. There are many occasions where you will want to check if certain values are within a range and this library will make it trivial for you to do so. It also attempts to do so in the most efficient way possible.' license-name: MIT
Update Badreads to 0.0.8 (8)
Categories: - Reading License: GPL-3.0-only SourceCode: https://github.com/fenimore/badreads IssueTracker: https://github.com/fenimore/badreads/issues AutoName: Badreads RepoType: git Repo: https://github.com/fenimore/badreads Builds: - versionName: 0.0.4 versionCode: 4 commit: v0.0.4 subdir: app gradle: - yes - versionName: 0.0.5 versionCode: 5 commit: v0.0.5 subdir: app gradle: - yes - versionName: 0.0.6 versionCode: 6 commit: v0.0.6 subdir: app gradle: - yes - versionName: 0.0.7 versionCode: 7 commit: v0.0.7 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 0.0.7 CurrentVersionCode: 7
Categories: - Reading License: GPL-3.0-only SourceCode: https://github.com/fenimore/badreads IssueTracker: https://github.com/fenimore/badreads/issues AutoName: Badreads RepoType: git Repo: https://github.com/fenimore/badreads Builds: - versionName: 0.0.4 versionCode: 4 commit: v0.0.4 subdir: app gradle: - yes - versionName: 0.0.5 versionCode: 5 commit: v0.0.5 subdir: app gradle: - yes - versionName: 0.0.6 versionCode: 6 commit: v0.0.6 subdir: app gradle: - yes - versionName: 0.0.7 versionCode: 7 commit: v0.0.7 subdir: app gradle: - yes - versionName: 0.0.8 versionCode: 8 commit: v0.0.8 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 0.0.8 CurrentVersionCode: 8
Make sure we download *all* deps.
image: golang:latest pipelines: default: - step: script: - mkdir -p "$GOPATH/src/github.com/jitsi" - ln -s "`pwd`" "$GOPATH/src/github.com/jitsi/jwtsi" - go-wrapper download - go version - cd "$GOPATH/src/github.com/jitsi/jwtsi" - go build -race - go vet - go test -cover - cd "$GOPATH/src/github.com/jitsi/jwtsi/jwtsi" - go build -race - go vet - go test -cover
image: golang:latest pipelines: default: - step: script: - mkdir -p "$GOPATH/src/github.com/jitsi" - ln -s "`pwd`" "$GOPATH/src/github.com/jitsi/jwtsi" - go version - cd "$GOPATH/src/github.com/jitsi/jwtsi" - go-wrapper download - go build -race - go vet - go test -cover - cd "$GOPATH/src/github.com/jitsi/jwtsi/jwtsi" - go-wrapper download - go build -race - go vet - go test -cover
Update from Hackage at 2021-03-22T01:40:25Z
homepage: https://gitlab.com/tonymorris/aviation-weight-balance changelog-type: text hash: 43a8952cff6d1e207ede4d43cf15503e78cb93f6102874c311dac49d628da4bf test-bench-deps: {} maintainer: Tony Morris, Joshua Morris synopsis: Weight and Balance structures used in aviation. changelog: | 0.0.2 * Update GHC 0.0.1 * Initial release basic-deps: base: '>=4.8 && <5' aviation-units: '>=0.0.2 && <1' lens: '>=4.15 && <5' all-versions: - 0.0.2 author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>, Joshua Morris <ɯoɔ˙lᴉɐɯƃ@llǝʞsɐɥ+sᴉɹɹoɯuɥoɾɐnɥsoɾ> latest: 0.0.2 description-type: haddock description: Weight and Balance used in aviation. license-name: BSD-3-Clause
homepage: https://gitlab.com/tonymorris/aviation-weight-balance changelog-type: text hash: c762e53bb7f2c4ed7e9383bdd21102ca5882fc6651110cb6e187161ad7f20e05 test-bench-deps: {} maintainer: Tony Morris, Joshua Morris synopsis: Weight and Balance structures used in aviation. changelog: | 0.0.3 * Add millimetres 0.0.2 * Update GHC 0.0.1 * Initial release basic-deps: base: '>=4.8 && <5' aviation-units: '>=0.0.3 && <1' lens: '>=4.15 && <5' all-versions: - 0.0.2 - 0.0.3 author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>, Joshua Morris <ɯoɔ˙lᴉɐɯƃ@llǝʞsɐɥ+sᴉɹɹoɯuɥoɾɐnɥsoɾ> latest: 0.0.3 description-type: haddock description: Weight and Balance used in aviation. license-name: BSD-3-Clause
Update Ansible Redis install for 22.04.
--- - name: Add Redis PPA repository apt_repository: repo: "ppa:chris-lea/redis-server" update_cache: true - name: Install Redis apt: name: redis-server - name: Install Redis Conf template: src: redis.conf.j2 dest: /etc/redis/redis.conf force: true owner: "redis" mode: 0644 - name: Install Redis Supervisord conf template: src: supervisor.conf.j2 dest: /etc/supervisor/conf.d/redis.conf force: true mode: 0644 - name: Disable Redis services service: name: "{{ item }}" enabled: false state: stopped ignore_errors: true with_items: - "redis-server" - "redis"
--- - name: Add Redis PPA repository (Focal) apt_repository: repo: "ppa:chris-lea/redis-server" update_cache: true when: ansible_distribution_release == 'focal' - name: Install Redis apt: name: redis-server - name: Install Redis Conf template: src: redis.conf.j2 dest: /etc/redis/redis.conf force: true owner: "redis" mode: 0644 - name: Install Redis Supervisord conf template: src: supervisor.conf.j2 dest: /etc/supervisor/conf.d/redis.conf force: true mode: 0644 - name: Disable Redis services service: name: "{{ item }}" enabled: false state: stopped ignore_errors: true with_items: - "redis-server" - "redis"
Fix metadata related to supported platforms.
galaxy_info: author: FGtatsuro description: Ansible role for Docker Toolbox license: MIT min_ansible_version: 2.0 platforms: - name: Debian versions: - jessie - name: Darwin versions: - all - name: Ubuntu versions: - precise - trusty galaxy_tags: - development - osx # dependencies: [] dependencies: - FGtatsuro.python-requirements
galaxy_info: author: FGtatsuro description: Ansible role for Docker Toolbox license: MIT min_ansible_version: 2.0 platforms: - name: Debian versions: - jessie - name: MacOSX versions: - all - name: Ubuntu versions: - precise - trusty galaxy_tags: - development - osx # dependencies: [] dependencies: - FGtatsuro.python-requirements
Add Redis service on test env
name: PHP Composer on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest steps: - name: Setup PHP with pecl extension uses: shivammathur/setup-php@v2 with: php-version: '8.0' extensions: json, redis - uses: actions/checkout@v2 with: fetch-depth: 1 - name: Validate composer.json and composer.lock run: composer validate --strict - name: Get composer cache directory id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache dependencies uses: actions/cache@v2 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: ${{ runner.os }}-composer- - name: Install dependencies run: composer install --prefer-dist --no-progress - name: Run test suite run: vendor/bin/phpunit
name: PHP Composer on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest services: redis: image: 'redis:6.2' ports: - 6379/tcp options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - name: Setup PHP with pecl extension uses: shivammathur/setup-php@v2 with: php-version: '8.0' extensions: json, redis - uses: actions/checkout@v2 with: fetch-depth: 1 - name: Validate composer.json and composer.lock run: composer validate --strict - name: Get composer cache directory id: composer-cache run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Cache dependencies uses: actions/cache@v2 with: path: ${{ steps.composer-cache.outputs.dir }} key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} restore-keys: ${{ runner.os }}-composer- - name: Install dependencies run: composer install --prefer-dist --no-progress - name: Run test suite run: vendor/bin/phpunit
Test on Node 0.12 in addition to v4
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "4" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.12" - nodejs_version: "4" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
Trim down Spree box configuration, per discussion with josh-k
memory: 1536 json: rvm: default: 1.8.7 rubies: - name: 1.9.3 - name: rbx-head arguments: --branch 2.0.testing using: 1.8.7 - name: rbx-head arguments: -n d19 --branch 2.0.testing -- --default-version=1.9 using: 1.9.3 check_for: rbx-head-d19 - name: 1.8.7 - name: jruby - name: ree - name: 1.9.2 - name: ruby-head - name: 1.8.6 gems: - bundler - rake - chef aliases: rbx: rbx-head rbx-2.0: rbx-head rbx-2.0.0pre: rbx-head rbx-18mode: rbx-head rbx-19mode: rbx-head-d19 recipes: - rvm - rvm::multi - mysql::server_on_ramfs - postgresql::server_on_ramfs
memory: 1536 json: rvm: default: 1.8.7 rubies: - name: 1.9.3 - name: rbx-head arguments: --branch 2.0.testing using: 1.8.7 - name: 1.8.7 - name: jruby - name: ree - name: 1.9.2 - name: ruby-head gems: - bundler - rake - chef aliases: rbx: rbx-head rbx-2.0: rbx-head rbx-2.0.0pre: rbx-head rbx-18mode: rbx-head recipes: - rvm - rvm::multi - mysql::server_on_ramfs - postgresql::server_on_ramfs
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 upload_dir: '' public_path: '' front_matter_path: '' use_front_matter_path: file_template: ":filename:" build: preview_command: hugo -E -F -D -b $DEPLOY_URL -d public publish_command: hugo -d public preview_env: - HUGO_ENV=staging - HUGO_VERSION=0.52 publish_env: - HUGO_ENV=production - HUGO_VERSION=0.52 preview_output_directory: public output_directory: public version: '0.52'
--- 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 upload_dir: '' public_path: '' front_matter_path: https://res.cloudinary.com/jamstatic/image/upload/c_scale,f_auto,q_auto,w_1200 use_front_matter_path: true file_template: 'https://res.cloudinary.com/jamstatic/image/upload/c_scale,f_auto,q_auto,w_1028/:filename:' build: preview_command: hugo -E -F -D -b $DEPLOY_URL -d public publish_command: hugo -d public preview_env: - HUGO_ENV=staging - HUGO_VERSION=0.52 publish_env: - HUGO_ENV=production - HUGO_VERSION=0.52 preview_output_directory: public output_directory: public version: '0.52'
Update from Hackage at 2022-10-01T20:59:47Z
homepage: https://github.com/andremarianiello/hasql-transaction-io changelog-type: '' hash: e08cc6b623a5b0ef32da44badd64605842e2e9f9c074d706efe326dc314c52e8 test-bench-deps: {} maintainer: andremarianiello@users.noreply.github.com synopsis: Perform IO actions during transactions for Hasql changelog: '' basic-deps: hasql: ^>=1.5 bytestring: '>=0.10' base: '>=4.14 && <4.17' safe-exceptions: ^>=0.1 unliftio-core: ^>=0.2 mtl: ^>=2.2 bytestring-tree-builder: ^>=0.2 transformers: ^>=0.5 resourcet: ^>=1.2 all-versions: - 0.1.0.0 author: Andre Marianiello latest: 0.1.0.0 description-type: haddock description: '' license-name: MIT
homepage: https://github.com/andremarianiello/hasql-transaction-io changelog-type: '' hash: bd9c1df98056d9a2bece5cb387311263d5d1be9fb5d9d99b448818f1d4c8f64b test-bench-deps: {} maintainer: andremarianiello@users.noreply.github.com synopsis: Perform IO actions during transactions for Hasql changelog: '' basic-deps: hasql: ^>=1.6 bytestring: '>=0.10' base: '>=4.14 && <4.17' safe-exceptions: ^>=0.1 unliftio-core: ^>=0.2 mtl: ^>=2.2 bytestring-tree-builder: ^>=0.2 transformers: ^>=0.5 resourcet: ^>=1.2 all-versions: - 0.1.0.0 - 0.2.0.0 author: Andre Marianiello latest: 0.2.0.0 description-type: haddock description: Perform IO actions during transactions for Hasql. If you need transactions in hasql but do not need to perform IO in the middle of the transaction, use haslq-transaction. This packages differs from hasql-transaction in that it sacrifices invisible retries for the ability to perform arbitrary IO in the middle of a transaction. This is beneficial when your transaction is long-lived (e.g. when using cursors) and you wish to perform IO with requested data. See <https://hackage.haskell.org/package/hasql-streams-core hasql-streams-core> for an example use case. license-name: MIT
Allow to merge pry
# c.f. https://dependabot.com/docs/config-file/ version: 1 update_configs: - package_manager: "ruby:bundler" directory: "/" update_schedule: "daily" default_assignees: - sue445 allowed_updates: - match: # Disable. Only top-level dependencies (and security patches for subdependencies) update_type: "all" automerged_updates: - match: dependency_type: "development" update_type: "all" - match: dependency_type: "production" update_type: "semver:patch" - match: dependency_name: "rubocop*" update_type: "all" - match: dependency_name: "minitest" update_type: "all" - match: dependency_name: "parser" update_type: "all" # Enable. Only lockfile updates (ignore updates that require Gemfile changes) version_requirement_updates: "off"
# c.f. https://dependabot.com/docs/config-file/ version: 1 update_configs: - package_manager: "ruby:bundler" directory: "/" update_schedule: "daily" default_assignees: - sue445 allowed_updates: - match: # Disable. Only top-level dependencies (and security patches for subdependencies) update_type: "all" automerged_updates: - match: dependency_type: "development" update_type: "all" - match: dependency_type: "production" update_type: "semver:patch" - match: dependency_name: "rubocop*" update_type: "all" - match: dependency_name: "minitest" update_type: "all" - match: dependency_name: "parser" update_type: "all" - match: dependency_name: "pry" update_type: "all" # Enable. Only lockfile updates (ignore updates that require Gemfile changes) version_requirement_updates: "off"
Remove sonar scan, preventing build to pass.
image: moussavdb/yildiz-build-image pipelines: default: - step: script: - openssl aes-256-cbc -pass pass:$OPENSSL_PWD -in private-key.gpg.enc -out private-key.gpg -d - gpg --import private-key.gpg - mvn -V -B -s settings.xml deploy -Pnoenv - mvn -V -B -s settings.xml -Pnative-sonar -Denv=linux64 org.jacoco:jacoco-maven-plugin:prepare-agent deploy sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR -Dsonar.cfamily.build-wrapper-output=target/sonar-cpp -Dsonar.verbose=true - mvn -V -B -s settings.xml -Pnative -Denv=win32 deploy - curl -sSL https://download.sourceclear.com/ci.sh | bash
image: moussavdb/yildiz-build-image pipelines: default: - step: script: - openssl aes-256-cbc -pass pass:$OPENSSL_PWD -in private-key.gpg.enc -out private-key.gpg -d - gpg --import private-key.gpg - mvn -V -B -s settings.xml deploy -Pnoenv - mvn -V -B -s settings.xml -Pnative-sonar -Denv=linux64 org.jacoco:jacoco-maven-plugin:prepare-agent deploy - mvn -V -B -s settings.xml -Pnative -Denv=win32 deploy - curl -sSL https://download.sourceclear.com/ci.sh | bash
Use latest postgres 9.4 docker image
# used for web and worker roles app: build: .. environment: RAILS_ENV: development RESUMIS_CANONICAL_HOST: ~ RESUMIS_GOOGLE_CLIENT_ID: ~ RESUMIS_TENANCY_MODE: single DATABASE_URL: postgres://postgres@db/resumis_development REDIS_URL: redis://redis:6379/1 db: image: postgres:9.4.1 ports: - "5432:5432" redis: image: redis
# used for web and worker roles app: build: .. environment: RAILS_ENV: development RESUMIS_CANONICAL_HOST: ~ RESUMIS_GOOGLE_CLIENT_ID: ~ RESUMIS_TENANCY_MODE: single DATABASE_URL: postgres://postgres@db/resumis_development REDIS_URL: redis://redis:6379/1 db: image: postgres:9.4 ports: - "5432:5432" redis: image: redis
Change md5sum of initial data.
--- name: Prevent manual changes of initial-data.json without md5 hash # The file initial-data.json has a migration-index (MI) set to an active migration, # In consequence setting up a new system triggers migrations beginning at this MI. # That's the reason this file is protected against unwanted/unintended edits. # # If one is sure to change the initial-data.json file it is allowed! # 1. Change the file # 2. Get the md5sum for changed initial-dta.json # 3. Change the md5-check-literal in this workflow-file on: pull_request jobs: validate-data: name: Validate example-data.json and initial-data.json runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v2 - name: Show hash for initial-data.json run: md5sum docker/initial-data.json - name: Validate and protect initial-data.json run: echo "a2e47f6afef1e7ea9ff4debc84305a6c docker/initial-data.json" | md5sum -c -
--- name: Prevent manual changes of initial-data.json without md5 hash # The file initial-data.json has a migration-index (MI) set to an active migration, # In consequence setting up a new system triggers migrations beginning at this MI. # That's the reason this file is protected against unwanted/unintended edits. # # If one is sure to change the initial-data.json file it is allowed! # 1. Change the file # 2. Get the md5sum for changed initial-dta.json # 3. Change the md5-check-literal in this workflow-file on: pull_request jobs: validate-data: name: Validate example-data.json and initial-data.json runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v2 - name: Show hash for initial-data.json run: md5sum docker/initial-data.json - name: Validate and protect initial-data.json run: echo "c25fd1ee8ef1f152749f5a7608e94996 docker/initial-data.json" | md5sum -c -
Test Weboob modules with CI
before_script: - "pip install -r requirements.txt" - "pip install pylint" - "curl -sL https://deb.nodesource.com/setup_6.x | bash -" - "apt-get install -y nodejs" - "npm install" lint:2.7: image: "python:2.7" stage: "test" script: - "hooks/pre-commit" lint:3: image: "python:3" stage: "test" script: - "hooks/pre-commit"
before_script: - "pip install -r requirements.txt" - "pip install pylint" - "curl -sL https://deb.nodesource.com/setup_6.x | bash -" - "apt-get install -y nodejs" - "npm install" lint:2.7: image: "python:2.7" stage: "test" script: - "hooks/pre-commit" lint:3: image: "python:3" stage: "test" script: - "hooks/pre-commit" check_weboob:2.7: image: "python:2.7" stage: "test" before_script: # Only execute on scheduled CI - if [ -z "${RUN_WEBOOB_TESTS}" ]; then exit; done # Install weboob deps - apt-get update && apt-get install -y git libffi-dev libxml2-dev libxslt-dev libyaml-dev libtiff-dev libjpeg-dev zlib1g-dev libfreetype6-dev libwebp-dev build-essential gcc g++ wget - pip install -U setuptools - pip install html2text simplejson BeautifulSoup nose # Install weboob - git clone https://git.weboob.org/weboob/devel.git weboob - cd weboob; pip install . script: - if [ -z "${RUN_WEBOOB_TESTS}" ]; then exit; done - python -m nose -c /dev/null -v modules/{entreparticuliers,explorimmo,foncia,leboncoin,logicimmo,pap,seloger}/test.py
Add breezy_pdf_lite as an option for PDF generation
name: PDF Generation description: projects: - acts_as_flying_saucer - breezy_pdf - combine_pdf - doc_raptor - gambas - gimli - invoice_printer - kitabu - pdfkit - poppler - prawn - prawn-rails - prawnto - prawnto_2 - princely - rghost - rtex - shrimp - wicked_pdf - wisepdf - wkhtmltopdf
name: PDF Generation description: projects: - acts_as_flying_saucer - breezy_pdf - breezy_pdf_lite - combine_pdf - doc_raptor - gambas - gimli - invoice_printer - kitabu - pdfkit - poppler - prawn - prawn-rails - prawnto - prawnto_2 - princely - rghost - rtex - shrimp - wicked_pdf - wisepdf - wkhtmltopdf
Update from Hackage at 2017-03-31T02:09:33Z
homepage: '' changelog-type: '' hash: 606180e89b174364b67c4873533b31047882233bb5a854633879886ad715e104 test-bench-deps: {} maintainer: lolisa@marisa.moe synopsis: A DSL for creating neural network. changelog: '' basic-deps: base: ! '>=4.9.0.0 && <=4.9.1.0' constraints: -any mtl: -any random: -any all-versions: - '0.0.1' - '0.0.1.1' - '0.2017.3.28' author: '' latest: '0.2017.3.28' description-type: haddock description: Deep Dark Fantasy(DDF) is a domain specific language that allow one to automatically derive derivative of program in DDF. Hence, one can write neural network in DDF and use the derivative program for gradient descend. license-name: Apache
homepage: '' changelog-type: '' hash: 536eb5ccdb14b53963fd9fbc90f357f7c3e2f4da88c4d2c17d6a2e4123b9f877 test-bench-deps: base: ! '>=4.9.0.0 && <=4.9.1.0' constraints: -any mtl: -any random: -any DeepDarkFantasy: -any maintainer: lolisa@marisa.moe synopsis: A DSL for creating neural network. changelog: '' basic-deps: base: ! '>=4.9.0.0 && <=4.9.1.0' constraints: -any mtl: -any random: -any all-versions: - '0.0.1' - '0.0.1.1' - '0.2017.3.28' - '0.2017.3.30' author: '' latest: '0.2017.3.30' description-type: haddock description: Deep Dark Fantasy(DDF) is a domain specific language that allow one to automatically derive derivative of program in DDF. Hence, one can write neural network in DDF and use the derivative program for gradient descend. license-name: Apache
Update Website Monitor to 1.1.0 (2)
Categories: - Internet License: GPL-3.0-only AuthorName: Manimaran SourceCode: https://gitlab.com/manimaran/website-monitor IssueTracker: https://gitlab.com/manimaran/website-monitor/issues AutoName: WebSite Monitor RepoType: git Repo: https://gitlab.com/manimaran/website-monitor Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.0' CurrentVersionCode: 1
Categories: - Internet License: GPL-3.0-only AuthorName: Manimaran SourceCode: https://gitlab.com/manimaran/website-monitor IssueTracker: https://gitlab.com/manimaran/website-monitor/issues AutoName: Website Monitor RepoType: git Repo: https://gitlab.com/manimaran/website-monitor Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app gradle: - yes - versionName: 1.1.0 versionCode: 2 commit: v1.1.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.1.0 CurrentVersionCode: 2
Fix add kubernetes image release note format
--- prelude: | Kolla-Kubernetes by default uses Ceph for stateful storage. With Kubernetes 1.5 support was added for Ceph dynamic volume provisioning as requested by claims made against the API server. The images supplied by Google do not include the RBD binary that is required to support this feature. features: - Add Kubernetes control pane images with Ceph RBD support. issues: | These images will need to be retagged by operators to use with standard Kubernetes deployment tooling such as kubeadm.
--- prelude: | Kolla-Kubernetes by default uses Ceph for stateful storage. With Kubernetes 1.5 support was added for Ceph dynamic volume provisioning as requested by claims made against the API server. The images supplied by Google do not include the RBD binary that is required to support this feature. features: - Add Kubernetes control pane images with Ceph RBD support. issues: - | These images will need to be retagged by operators to use with standard Kubernetes deployment tooling such as kubeadm.
Add summer hours for FAid office
name: Financial Aid category: Offices schedule: - title: Hours hours: # - {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '5:00pm'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: - title: Hours hours: - {days: [Mo, Tu, We, Th], from: '7:30am', to: '4:30pm'} - {days: [Fr], from: '7:30am', to: '12:00pm'}
name: Financial Aid category: Offices schedule: - title: Hours hours: # - {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '5:00pm'} - {days: [Mo, Tu, We, Th], from: '7:30am', to: '4:30pm'} - {days: [Fr], from: '7:30am', to: '12:00pm'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: - title: Hours hours: - {days: [Mo, Tu, We, Th], from: '7:30am', to: '4:30pm'} - {days: [Fr], from: '7:30am', to: '12:00pm'}
Rename to redis-server to avoid confusion with archived pkg
{% set name = "redis" %} {% set version = "6.2.5" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/redis/redis/archive/refs/tags/{{ version }}.tar.gz sha256: 5d823000841e32e401d82f7381b3d7a4da0dda03366307c24ef29a2e3ff8830d patches: - patches/force_c11.patch # [osx] build: skip: True # [win] number: 0 requirements: build: - {{ compiler('c') }} - make host: - openssl run: - openssl test: commands: - redis-cli --version - redis-server --version about: home: https://redis.io/ license: BSD-3-Clause license_family: BSD license_file: COPYING summary: 'Advanced key-value cache and store' description: | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. doc_url: https://redis.io/ dev_url: https://github.com/redis/redis extra: feedstock-name: redis-server recipe-maintainers: - SimonBoothroyd
{% set name = "redis-server" %} {% set version = "6.2.5" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/redis/redis/archive/refs/tags/{{ version }}.tar.gz sha256: 5d823000841e32e401d82f7381b3d7a4da0dda03366307c24ef29a2e3ff8830d patches: - patches/force_c11.patch # [osx] build: skip: True # [win] number: 0 requirements: build: - {{ compiler('c') }} - make host: - openssl run: - openssl test: commands: - redis-cli --version - redis-server --version about: home: https://redis.io/ license: BSD-3-Clause license_family: BSD license_file: COPYING summary: 'Advanced key-value cache and store' description: | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. doc_url: https://redis.io/ dev_url: https://github.com/redis/redis extra: recipe-maintainers: - SimonBoothroyd
Fix github action (run publish task only for new version)
name: Node.js Package on: create: tags: - v* jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: 12 - run: npm ci publish-npm: needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}}
name: Node.js Package on: create: tags: - 'v*' jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: 12 - run: npm ci publish-npm: needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Update from Hackage at 2016-10-30T16:15:05Z
homepage: https://github.com/w3rs/period changelog-type: '' hash: 474a42e64419e06b4b25654b644f3b44b24315cccf8b1e292a9360844b42bf4e test-bench-deps: base: -any time: -any hspec: -any text: -any period: -any HUnit: -any maintainer: ankarakulov@gmail.com synopsis: Parse and format date periods, collapse and expand their text representations. changelog: '' basic-deps: base: ! '>=4.6 && <5.0' time: ! '>=1.4.2' text: ! '>=1.2' period: -any text-show: ! '>=2' parsec: ! '>=3.1' old-locale: ! '>=1.0.0.6' optparse-applicative: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' - '0.1.0.4' author: Alexey Karakulov latest: '0.1.0.4' description-type: haddock description: '' license-name: BSD3
homepage: https://github.com/w3rs/period changelog-type: '' hash: 11f39dc262bd32ab3b9831e2581caeb63c868a405cbf85ac8afa588204925ce6 test-bench-deps: base: -any time: -any hspec: -any text: -any period: -any HUnit: -any maintainer: ankarakulov@gmail.com synopsis: Parse and format date periods, collapse and expand their text representations. changelog: '' basic-deps: base: ! '>=4.6 && <5.0' time: ! '>=1.4.2' text: ! '>=1.2' period: -any text-show: ! '>=2' parsec: ! '>=3.1' old-locale: ! '>=1.0.0.6' optparse-applicative: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' - '0.1.0.4' - '0.1.0.5' author: Alexey Karakulov latest: '0.1.0.5' description-type: haddock description: '' license-name: BSD3
Add an "others" key for Likes notifications
flarum-likes: ## # UNIQUE KEYS - The following keys are used in only one location each. ## # Strings in this namespace are used by the admin interface. admin: # These strings are used in the Permissions page of the admin interface. permissions: like_posts_label: Like posts # Strings in this namespace are used by the forum user interface. forum: # These strings are used by the Notifications dropdown, a.k.a. "the bell". notifications: post_liked_text: "{username} liked your post" # These strings are displayed beneath individual posts. post: like_link: Like liked_by_text: "{users} likes this.|{users} like this." liked_by_self_text: "{users} like this." # Can be pluralized to agree with the number of users! others_link: => core.ref.some_others unlike_link: Unlike you_text: => core.ref.you # These strings are used by the Users Who Like This modal dialog. post_likes: title: Users Who Like This # These strings are used in the Settings page. settings: notify_post_liked_label: Someone likes one of my posts
flarum-likes: ## # UNIQUE KEYS - The following keys are used in only one location each. ## # Strings in this namespace are used by the admin interface. admin: # These strings are used in the Permissions page of the admin interface. permissions: like_posts_label: Like posts # Strings in this namespace are used by the forum user interface. forum: # These strings are used by the Notifications dropdown, a.k.a. "the bell". notifications: post_liked_text: "{username} liked your post" others_text: => core.ref.some_others # These strings are displayed beneath individual posts. post: like_link: Like liked_by_text: "{users} likes this.|{users} like this." liked_by_self_text: "{users} like this." # Can be pluralized to agree with the number of users! others_link: => core.ref.some_others unlike_link: Unlike you_text: => core.ref.you # These strings are used by the Users Who Like This modal dialog. post_likes: title: Users Who Like This # These strings are used in the Settings page. settings: notify_post_liked_label: Someone likes one of my posts
Use 5G as default value for VSM
--- apiVersion: v1 kind: Pod metadata: name: test-vdbench labels: name: test-vdbench spec: containers: - resources: limits: cpu: 0.5 name: test-vdbench image: openebs/tests-vdbench volumeMounts: - mountPath: /datadir1 name: demo-vsm1-vol1 volumes: - name: demo-vsm1-vol1 flexVolume: driver: "openebs/openebs-iscsi" fsType: "ext4" options: name: "demo-vsm1-vol1" source: "/tmp/openebs-iscsi" mountOptions: "dir_mode=0755,file_mode=0644,rw" openebsApiUrl: "http://172.28.128.5:5656/latest" size: "10Gi" debug: "1"
--- apiVersion: v1 kind: Pod metadata: name: test-vdbench labels: name: test-vdbench spec: containers: - resources: limits: cpu: 0.5 name: test-vdbench image: openebs/tests-vdbench volumeMounts: - mountPath: /datadir1 name: demo-vsm1-vol1 volumes: - name: demo-vsm1-vol1 flexVolume: driver: "openebs/openebs-iscsi" fsType: "ext4" options: name: "demo-vsm1-vol1" source: "/tmp/openebs-iscsi" mountOptions: "dir_mode=0755,file_mode=0644,rw" openebsApiUrl: "http://172.28.128.5:5656/latest" size: "5G" debug: "1"
Update from Hackage at 2015-10-16T15:37:43+0000
homepage: '' changelog-type: '' hash: 00a7f5bcba63bfa4274198da06c5520e5515784db4c380be730cbf3c5540fc90 test-bench-deps: {} maintainer: xena@yolo-swag.com synopsis: Path walking utilities for Haskell programs changelog: '' basic-deps: base: ! '>=4.6 && <4.7' filepath: ! '>=1.3 && <1.4' directory: ! '>=1.2 && <1.3' all-versions: - '0.1.0.0' - '0.1.1.0' author: Christine Dodrill latest: '0.1.1.0' description-type: haddock description: Simple directory tree walking utilities. license-name: PublicDomain
homepage: '' changelog-type: '' hash: 22e9c0faedbbd7ea46cb7ab4d04ab153ddd8458b36bbe50113b43c584eba33ad test-bench-deps: {} maintainer: xena@yolo-swag.com synopsis: Path walking utilities for Haskell programs changelog: '' basic-deps: base: ! '>=4.6 && <4.7' filepath: ! '>=1.3 && <1.4' directory: ! '>=1.2 && <1.3' all-versions: - '0.1.0.0' - '0.1.1.0' - '0.1.1.1' author: Christine Dodrill latest: '0.1.1.1' description-type: haddock description: Simple directory tree walking utilities. license-name: MIT
Fix sha256, remove unneeded pins and unneed name mangling
{% set name = "qp" %} {% set version = "0.3" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://github.com/LSSTDESC/{{ name.replace("-", "_") }}/archive/refs/tags/v{{ version }}.tar.gz sha256: c684cc479f7f421617adc6d0a0098321d8dce7e0eddcad9b87da0672d667d08d build: number: 0 script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv noarch: python requirements: host: - python - pip - setuptools_scm run: - python >=3.6 - numpy >1.21 - scipy >=1.7.0 - matplotlib - astropy - scikit-learn - tables_io test: imports: - qp about: home: http://github.com/LSSTDESC/{{ name.replace("-", "_") }} license: MIT license_family: MIT license_file: LICENSE summary: Quantile parametrization for probability distribution functions. description: | A python package for handling probability distributions using various parametrizations dev_url: https://github.com/LSSTDESC/{{ name.replace("-", "_") }} extra: recipe-maintainers: - eacharles
{% set name = "qp" %} {% set version = "0.3" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://github.com/LSSTDESC/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz sha256: 3c4e7be5d9445380b1798c2f4650affedbe07c2f2cf0ea60fd5ecbd3a49b7a32 build: number: 0 script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv noarch: python requirements: host: - python - pip - setuptools_scm run: - python >=3.6 - numpy - scipy >=1.7.0 - matplotlib - astropy - scikit-learn test: imports: - qp about: home: http://github.com/LSSTDESC/{{ name }} license: MIT license_family: MIT license_file: LICENSE summary: Quantile parametrization for probability distribution functions. description: | A python package for handling probability distributions using various parametrizations dev_url: https://github.com/LSSTDESC/{{ name }} extra: recipe-maintainers: - eacharles
Fix templating for official ref guide playbook
site: title: Apache Solr Reference Guide url: ${site_url} start_page: solr::index.adoc urls: latest_version_segment: latest # This does not work unless the redirect_facility below is set to # something other than the default 'static' latest_version_segment_strategy: redirect:from # If this is set to 'httpd', antora will create a .htaccess file with all redirects, including 'latest'. # Default is 'static' which produces index.html at the root. # See https://docs.antora.org/antora/latest/playbook/urls-redirect-facility/ redirect_facility: '${redirect_facility}' content: # The URL for "Edit this page" links will always go to 'main' in Github edit_url: '{web_url}/tree/main/{path}' sources: - url: '${source_url}' branches: '${source_branches}' start_path: '${start_path}' ui: bundle: url: 'https://nightlies.apache.org/solr/draft-guides/ui-bundle.zip' snapshot: true supplemental_files: '${supplemental_files}' output: clean: true dir: '${site_dir}' asciidoc: attributes: stem: extensions: - '@djencks/asciidoctor-mathjax' runtime: fetch: true antora: extensions: - '@antora/lunr-extension'
site: title: Apache Solr Reference Guide url: ${site_url} start_page: solr::index.adoc urls: latest_version_segment: latest # This does not work unless the redirect_facility below is set to # something other than the default 'static' latest_version_segment_strategy: redirect:from # If this is set to 'httpd', antora will create a .htaccess file with all redirects, including 'latest'. # Default is 'static' which produces index.html at the root. # See https://docs.antora.org/antora/latest/playbook/urls-redirect-facility/ redirect_facility: '${redirect_facility}' content: # The URL for "Edit this page" links will always go to 'main' in Github edit_url: '{web_url}/tree/main/{path}' sources: - url: '${source_url}' branches: ${source_branches} start_path: '${start_path}' ui: bundle: url: 'https://nightlies.apache.org/solr/draft-guides/ui-bundle.zip' snapshot: true supplemental_files: '${supplemental_files}' output: clean: true dir: '${site_dir}' asciidoc: attributes: stem: extensions: - '@djencks/asciidoctor-mathjax' runtime: fetch: true antora: extensions: - '@antora/lunr-extension'