Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Add "CHANGES" style release note file names to defaults
productionFiles: include: - '**/src/**' exclude: - '**/test/**' releaseNoteFiles: include: - '**/CHANGE*LOG*' - '**/RELEASE*NOTES*'
productionFiles: include: - '**/src/**' exclude: - '**/test/**' releaseNoteFiles: include: - '**/CHANGE*LOG*' - '**/CHANGES*' - '**/RELEASE*NOTES*'
Set autoname of Light ePaper Launcher
Categories: - System License: GPL-2.0-only WebSite: https://github.com/postapczuk/Light-ePaper-Launcher/blob/HEAD/README.md SourceCode: https://github.com/postapczuk/Light-ePaper-Launcher IssueTracker: https://github.com/postapczuk/Light-ePaper-Launcher/issues Changelog: https://github.com/postapczuk/Light-ePaper-Launcher/releases AutoName: Light Epaper Launcher RepoType: git Repo: https://github.com/postapczuk/Light-ePaper-Launcher Builds: - versionName: 0.1.0 versionCode: 1 commit: 0.1.0 subdir: LightEpaperLauncher gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 0.1.0 CurrentVersionCode: 1
Categories: - System License: GPL-2.0-only WebSite: https://github.com/postapczuk/Light-ePaper-Launcher/blob/HEAD/README.md SourceCode: https://github.com/postapczuk/Light-ePaper-Launcher IssueTracker: https://github.com/postapczuk/Light-ePaper-Launcher/issues Changelog: https://github.com/postapczuk/Light-ePaper-Launcher/releases AutoName: Light ePaper Launcher RepoType: git Repo: https://github.com/postapczuk/Light-ePaper-Launcher Builds: - versionName: 0.1.0 versionCode: 1 commit: 0.1.0 subdir: LightEpaperLauncher gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 0.1.0 CurrentVersionCode: 1
Add caching and whitelisted branches to the Travis config
language: python python: - "3.5" - "3.6" install: - pip install -r dev-requirements.txt - pip install coveralls script: - flake8 src - coverage run --source='.' ./src/manage.py test src after_success: coveralls notifications: slack: utnkar:yoXuou43TNbtRLmeIyga5mmO
language: python python: - "3.5" - "3.6" cache: pip branches: only: - master - development install: - pip install -r dev-requirements.txt - pip install coveralls script: - flake8 src - coverage run --source='.' ./src/manage.py test src after_success: coveralls notifications: slack: utnkar:yoXuou43TNbtRLmeIyga5mmO
Use .NET Core SDK 2.1.4 on Travis
language: csharp sudo: false # Should keep up to date with security releases dotnet: 2.0.3 # Need 5.2+ for the included MSBuild mono: 5.10.0 matrix: include: - os: linux install: - sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.6 - os: osx install: - curl https://download.microsoft.com/download/A/7/E/A7EF2AFF-F77B-4F77-A21B-0F7BD09A4065/dotnet-osx-x64.1.1.6.pkg -O - sudo installer -pkg dotnet-osx-x64.1.1.6.pkg -target / # .NET Core 2 requires OSX 10.12+ # https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md#macos # https://docs.travis-ci.com/user/reference/osx/#OS-X-Version osx_image: xcode9.1 script: - ./build.sh --target=Travis --configuration=Release
language: csharp sudo: false dotnet: 2.1.4 # SDK version; includes runtime version 2.0.5. Need 2.0+ for netcoreapp2.0 tests. mono: 5.10.0 # Need 5.2+ for the included MSBuild. matrix: include: - os: linux install: - sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.6 - os: osx install: - curl https://download.microsoft.com/download/A/7/E/A7EF2AFF-F77B-4F77-A21B-0F7BD09A4065/dotnet-osx-x64.1.1.6.pkg -O - sudo installer -pkg dotnet-osx-x64.1.1.6.pkg -target / # .NET Core 2 requires OSX 10.12+ # https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0-supported-os.md#macos # https://docs.travis-ci.com/user/reference/osx/#OS-X-Version osx_image: xcode9.1 script: - ./build.sh --target=Travis --configuration=Release
Make consul advertise the docker bridge ip
consul: image: sh4rk/consul ports: - "8400:8400" - "8500:8500" - "53:8600/udp" volumes: - /srv/consul:/data container_name: consul hostname: rrp command: agent -server -bootstrap -ui-dir /app/web-ui -data-dir /data -client 0.0.0.0 registrator: image: gliderlabs/registrator container_name: registrator volumes: - /var/run/docker.sock:/tmp/docker.sock command: -ip 172.17.42.1 consul://172.17.42.1:8500 calculator: image: sh4rk/rrp_calculator ports: - 8080:4567 environment: - SERVICE_NAME=calculator - SERVICE_CHECK_HTTP=/ - SERVICE_CHECK_INTERVAL=10s
consul: image: sh4rk/consul ports: - "8400:8400" - "8500:8500" - "53:8600/udp" volumes: - /srv/consul:/data container_name: consul hostname: rrp command: agent -server -bootstrap -ui-dir /app/web-ui -data-dir /data -client 0.0.0.0 -advertise 172.17.42.1 registrator: image: gliderlabs/registrator container_name: registrator volumes: - /var/run/docker.sock:/tmp/docker.sock command: -ip 172.17.42.1 consul://172.17.42.1:8500 calculator: image: sh4rk/rrp_calculator ports: - 8080:4567 environment: - SERVICE_NAME=calculator - SERVICE_CHECK_HTTP=/ - SERVICE_CHECK_INTERVAL=10s
Update from Hackage at 2019-12-22T20:08:13Z
homepage: haskoin.com changelog-type: '' hash: 1734578f779b7368323290c1852be634dd62186607151cdca2d7356d0de76874 test-bench-deps: {} maintainer: wraithm@gmail.com synopsis: An adapter for haskoin to network-bitcoin changelog: '' basic-deps: cereal: ! '>=0.5 && <0.6' haskoin-core: ! '>=0.4.3' network-bitcoin: ! '>=1.8.2' bytestring: ! '>=0.10.6' base: ! '>=4.8 && <4.12' text: ! '>=1.2.1.3' monad-control: ! '>=0.1' mtl: ! '>=2.2' transformers-base: ! '>=0.4' base16-bytestring: ! '>=0.1.1.6' transformers: ! '>=0.3' all-versions: - 0.3.0 author: Matthew Wraith latest: 0.3.0 description-type: haddock description: '' license-name: BSD-3-Clause
homepage: haskoin.com changelog-type: '' hash: 389930308ef383a78e5330e1d27d84f947f37f0fe4396333834638f216195e1f test-bench-deps: {} maintainer: matt@bitnomial.com synopsis: An adapter for haskoin to network-bitcoin changelog: '' basic-deps: cereal: ! '>=0.5 && <0.6' haskoin-core: ! '>=0.9.0' network-bitcoin: ! '>=1.8.2' bytestring: ! '>=0.10.6' base: ! '>=4.8 && <4.13' text: ! '>=1.2.1.3' monad-control: ! '>=0.1' mtl: ! '>=2.2' transformers-base: ! '>=0.4' base16-bytestring: ! '>=0.1.1.6' transformers: ! '>=0.3' all-versions: - 0.3.0 - 0.4.1 author: Matthew Wraith latest: 0.4.1 description-type: haddock description: An adapter for haskoin to network-bitcoin. You can call network-bitcoin functions with haskoin types. license-name: BSD-3-Clause
Reduce indexer counter frequency to 1 day
dar::backup::exclude: - srv/softwareheritage/postgres # that's a mirror of the load on the host... icinga2::host::vars: load: high prometheus::sql::exporter::extra_config: - name: "SoftwareHeritageIndexerCounters" interval: '1h' connections: - 'postgres://postgres@:5434/softwareheritage-indexer?sslmode=disable' queries: - name: "swh_indexer_count" help: "Indexer count per type" labels: - "mimetype" - "fossology_license" values: - "count_mimetype" - "count_fossology_license" query: | select 'mimetype', (select count(*) from content_mimetype) as count_mimetype, 'fossology_license', (select count(*) from content_fossology_license) as count_fossology_license;
dar::backup::exclude: - srv/softwareheritage/postgres # that's a mirror of the load on the host... icinga2::host::vars: load: high prometheus::sql::exporter::extra_config: - name: "SoftwareHeritageIndexerCounters" interval: '1d' connections: - 'postgres://postgres@:5434/softwareheritage-indexer?sslmode=disable' queries: - name: "swh_indexer_count" help: "Indexer count per type" labels: - "mimetype" - "fossology_license" values: - "count_mimetype" - "count_fossology_license" query: | select 'mimetype', (select count(*) from content_mimetype) as count_mimetype, 'fossology_license', (select count(*) from content_fossology_license) as count_fossology_license;
Update from Hackage at 2016-05-25T05:21:44+0000
homepage: https://github.com/nikita-volkov/conversion changelog-type: markdown hash: bcc9636c2347ea7ef3e7f64450b12d209b17d5f7dcf41c8d344fb8834321f893 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Universal converter between values of different types changelog: '' basic-deps: base-prelude: ! '>=0.1.19 && <2' all-versions: - '1.1.0.0' - '1.1.0.1' - '1.1.1' - '1.2' - '1.2.1' author: Nikita Volkov <nikita.y.volkov@mail.ru> latest: '1.2.1' description-type: haddock description: '' license-name: MIT
homepage: https://github.com/nikita-volkov/conversion changelog-type: markdown hash: 8db4210950736e54be5cd7f7076c19e05d06fb48673eb23638093246a1e7199e test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Universal converter between values of different types changelog: '' basic-deps: base-prelude: ! '>=0.1.19 && <2' all-versions: - '1.1.0.0' - '1.1.0.1' - '1.1.1' - '1.2' - '1.2.1' author: Nikita Volkov <nikita.y.volkov@mail.ru> latest: '1.2.1' description-type: haddock description: ! 'This library provides a typeclass with instances for types defined in \"base\". Instances for other types are expected to be defined in other libraries. Such libraries should be listed under <http://hackage.haskell.org/packages/#cat:Conversion the Conversion category>. So far the following are known: * <http://hackage.haskell.org/package/conversion-bytestring "conversion-bytestring"> * <http://hackage.haskell.org/package/conversion-text "conversion-text"> * <http://hackage.haskell.org/package/conversion-case-insensitive "conversion-case-insensitive">' license-name: MIT
Update from Hackage at 2018-05-24T09:05:55Z
homepage: https://github.com/leptonyu/yam#readme changelog-type: '' hash: d8fe1937e1daa40a6fad9d54bc47d0524bee6015382280324fe93b51c33e7ab4 test-bench-deps: {} maintainer: Daniel YU <leptonyu@gmail.com> synopsis: Yam Configuation changelog: '' basic-deps: base: ! '>=4.7 && <5' unordered-containers: -any text: -any string-conversions: -any aeson: -any yaml: -any all-versions: - '0.3.0' author: '' latest: '0.3.0' description-type: markdown description: ! '# yam-config ' license-name: MIT
homepage: https://github.com/leptonyu/yam#readme changelog-type: '' hash: a280bdc204c7fb1bb815f26aa3d16e2e8441c97fde067f6eb9696693c0ccc07e test-bench-deps: {} maintainer: Daniel YU <leptonyu@gmail.com> synopsis: Yam Configuation changelog: '' basic-deps: base: ! '>=4.7 && <5' unordered-containers: -any text: -any string-conversions: -any aeson: -any yaml: -any all-versions: - '0.3.0' - '0.3.1' author: '' latest: '0.3.1' description-type: markdown description: ! '# yam-config ' license-name: MIT
Add Python3 victoria unit tests
- project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-ussuri-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ironicclient-functional - ironicclient-tempest gate: queue: ironic jobs: - ironicclient-functional - ironicclient-tempest
- project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ironicclient-functional - ironicclient-tempest gate: queue: ironic jobs: - ironicclient-functional - ironicclient-tempest
Add npm update & CRLF -> LF
box: wercker/ubuntu12.04-nodejs0.10 build: # The steps that will be executed on build steps: # Install packages #- install-packages: # packages: lua5.2 #- script: # name: echo lua information # code: | # luac -v # A custom script step, name value is used in the UI # and the code value contains the command that get executed - script: name: echo nodejs information code: | echo "node version $(node -v) running" echo "npm version $(npm -v) running" - script: name: add coveralls environment variables code : | export COVERALLS_SERVICE_NAME="wercker.com" export COVERALLS_GIT_COMMIT=$WERCKER_GIT_COMMIT export COVERALLS_GIT_BRANCH=$WERCKER_GIT_BRANCH export COVERALLS_SERVICE_JOB_ID=$WERCKER_BUILD_ID - script: name: cache npm directory code: | mkdir -p $WERCKER_CACHE_DIR/node_modules ln -sf $WERCKER_CACHE_DIR/node_modules ./node_modules # A step that executes `npm install` command - npm-install # A step that executes `npm test` command - npm-test - script: name: test install.bash script code: | bash ./bin/install.bash
box: wercker/ubuntu12.04-nodejs0.10 build: # The steps that will be executed on build steps: # Install packages #- install-packages: # packages: lua5.2 #- script: # name: echo lua information # code: | # luac -v # A custom script step, name value is used in the UI # and the code value contains the command that get executed - script: name: update npm version code: | npm update -g npm - script: name: echo nodejs information code: | echo "node version $(node -v) running" echo "npm version $(npm -v) running" - script: name: add coveralls environment variables code : | export COVERALLS_SERVICE_NAME="wercker.com" export COVERALLS_GIT_COMMIT=$WERCKER_GIT_COMMIT export COVERALLS_GIT_BRANCH=$WERCKER_GIT_BRANCH export COVERALLS_SERVICE_JOB_ID=$WERCKER_BUILD_ID - script: name: cache npm directory code: | mkdir -p $WERCKER_CACHE_DIR/node_modules ln -sf $WERCKER_CACHE_DIR/node_modules ./node_modules # A step that executes `npm install` command - npm-install # A step that executes `npm test` command - npm-test - script: name: test install.bash script code: | bash ./bin/install.bash
Bump MacOs image version to 11
name: Check Netty SNAPSHOTS on: schedule: - cron: "0 14 * * *" permissions: read-all jobs: build: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-20.04, macos-11, windows-2019] transport: [native, nio] exclude: # excludes native on Windows (there's none) - os: windows-2019 transport: native # macOS - https://github.com/netty/netty/issues/9689 - os: macos-10.15 transport: native steps: - uses: actions/checkout@v3 - name: Set up JDK 1.8 uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: '8' - name: Build with Gradle run: ./gradlew clean check --no-daemon -PforceTransport=${{ matrix.transport }} -PforceNettyVersion='4.1.80.Final-SNAPSHOT'
name: Check Netty SNAPSHOTS on: schedule: - cron: "0 14 * * *" permissions: read-all jobs: build: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-20.04, macos-11, windows-2019] transport: [native, nio] exclude: # excludes native on Windows (there's none) - os: windows-2019 transport: native # macOS - https://github.com/netty/netty/issues/9689 - os: macos-11 transport: native steps: - uses: actions/checkout@v3 - name: Set up JDK 1.8 uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: '8' - name: Build with Gradle run: ./gradlew clean check --no-daemon -PforceTransport=${{ matrix.transport }} -PforceNettyVersion='4.1.80.Final-SNAPSHOT'
Update the version since the old one has been deleted.
{% set name = "BFEE2" %} {% set version = "2.1.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 9bd5aa274b1792dc06e10a9593780d3731d642d3f85426d861fd98d8a46ba4ac build: noarch: python number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: build: host: - python >=3.6 - pip run: - python >=3.6 - appdirs - MDAnalysis - matplotlib - numpy - Pyside2 test: imports: - BFEE2 about: home: https://github.com/fhh2626/BFEE2 license: GPL-3.0-or-later license_family: GPL license_file: LICENSE summary: 'Binding Free Energy Estimator 2' description: | Binding free energy estimator (BFEE) is a python-based software that automates absolute binding free energy calculations through either the alchemical or geometric route by molecular dynamics simulations. doc_url: https://simplejson.readthedocs.io/ dev_url: https://github.com/simplejson/simplejson extra: recipe-maintainers: - HanatoK
{% set name = "BFEE2" %} {% set version = "2.1.3" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 9bd5aa274b1792dc06e10a9593780d3731d642d3f85426d861fd98d8a46ba4ac build: noarch: python number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: build: host: - python >=3.6 - pip run: - python >=3.6 - appdirs - MDAnalysis - matplotlib - numpy - Pyside2 test: imports: - BFEE2 about: home: https://github.com/fhh2626/BFEE2 license: GPL-3.0-or-later license_family: GPL license_file: LICENSE summary: 'Binding Free Energy Estimator 2' description: | Binding free energy estimator (BFEE) is a python-based software that automates absolute binding free energy calculations through either the alchemical or geometric route by molecular dynamics simulations. doc_url: https://simplejson.readthedocs.io/ dev_url: https://github.com/simplejson/simplejson extra: recipe-maintainers: - HanatoK
Add Theo to list of authors
name: Cucumber description: Cucumber. Simple, Human Collaboration author: Cucumber Limited copyright: Cucumber Limited edit_url: https://github.com/cucumber/website/edit/master/apps/dynamic/views show_ribbon: false # Blog authors: aslak: display_name: Aslak Hellesøy email: aslak@cucumber.io gravatar: 0be0e4aa42aacd9a8a95c792de273ca7 matt: display_name: Matt Wynne email: matt@cucumber.io gravatar: cdf378de2284d8acf137122e541caa28 julien: display_name: Julien Biezemans email: julien@cucumber.io gravatar: 07193608fb3c70b2a9449d6cafd6d31a paul: display_name: Paul Rayner email: paul@virtual-genius.com gravatar: 4ce180eb1538932a4cc5b14c9eb0e83b versions: cucumber_jvm: 1.2.2
name: Cucumber description: Cucumber. Simple, Human Collaboration author: Cucumber Limited copyright: Cucumber Limited edit_url: https://github.com/cucumber/website/edit/master/apps/dynamic/views show_ribbon: false # Blog authors: aslak: display_name: Aslak Hellesøy email: aslak@cucumber.io gravatar: 0be0e4aa42aacd9a8a95c792de273ca7 matt: display_name: Matt Wynne email: matt@cucumber.io gravatar: cdf378de2284d8acf137122e541caa28 julien: display_name: Julien Biezemans email: julien@cucumber.io gravatar: 07193608fb3c70b2a9449d6cafd6d31a paul: display_name: Paul Rayner email: paul@virtual-genius.com gravatar: 4ce180eb1538932a4cc5b14c9eb0e83b theo: display_name: Theo England email: theo@cucumber.io gravatar: 3c0add79465e37e2d8514628829fb097 versions: cucumber_jvm: 1.2.2
Fix repository in workflow used to delete old workflow runs
name: Delete old workflow runs on: schedule: - cron: '0 0 * * *' env: HAS_SECRETS: ${{ secrets.HAS_SECRETS }} jobs: build: runs-on: ubuntu-20.04 timeout-minutes: 25 name: Delete old workflow runs steps: - name: Delete old workflow runs uses: MajorScruffy/delete-old-workflow-runs@v0.3.0 with: repository: mapfish/mapfish-print # replace this with your own repository older-than-seconds: 43200000 # 500 days env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Delete old workflow runs on: schedule: - cron: '0 0 * * *' env: HAS_SECRETS: ${{ secrets.HAS_SECRETS }} jobs: build: runs-on: ubuntu-20.04 timeout-minutes: 25 name: Delete old workflow runs steps: - name: Delete old workflow runs uses: MajorScruffy/delete-old-workflow-runs@v0.3.0 with: repository: ${{ github.repository }} older-than-seconds: 43200000 # 500 days env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Add quotes to python versions so 3.10 doesn't become 3.1
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package on: push: branches: [ master, dev ] pull_request: branches: [ master ] jobs: run-tests: name: pygtc CI python ${{ matrix.python-version }} on ${{matrix.os}} runs-on: ${{ matrix.os }} strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9, 3.10] os: [windows-latest] steps: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2 with: activate-environment: pygtc-test environment-file: test-environment.yml python-version: ${{ matrix.python-version }} auto-activate-base: false - shell: bash -l {0} run: | pytest --mpl
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package on: push: branches: [ master, dev ] pull_request: branches: [ master ] jobs: run-tests: name: pygtc CI python ${{ matrix.python-version }} on ${{matrix.os}} runs-on: ${{ matrix.os }} strategy: matrix: python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] os: [windows-latest] steps: - uses: actions/checkout@v2 - uses: conda-incubator/setup-miniconda@v2 with: activate-environment: pygtc-test environment-file: test-environment.yml python-version: ${{ matrix.python-version }} auto-activate-base: false - shell: bash -l {0} run: | pytest --mpl
Enable various new SwiftLint rules
disabled_rules: - file_length - force_cast - force_try - function_body_length - identifier_name - redundant_optional_initialization - type_body_length opt_in_rules: - attributes - closure_end_indentation - closure_spacing - conditional_returns_on_newline - convenience_type - empty_count - explicit_init - fatal_error_message - first_where - implicitly_unwrapped_optional - modifier_order - multiline_arguments - overridden_super_call - private_outlet - prohibited_super_call - redundant_nil_coalescing - switch_case_on_newline - vertical_parameter_alignment_on_call excluded: - Carthage - External line_length: ignores_function_declarations: true trailing_comma: mandatory_comma: true trailing_whitespace: ignores_comments: false ignores_empty_lines: false
disabled_rules: - file_length - force_cast - force_try - function_body_length - identifier_name - redundant_optional_initialization - type_body_length opt_in_rules: - array_init - attributes - closure_end_indentation - closure_spacing - collection_alignment - conditional_returns_on_newline - contains_over_first_not_nil - convenience_type - discouraged_object_literal - discouraged_optional_boolean - discouraged_optional_collection - empty_count - empty_string - empty_xctest_method - explicit_enum_raw_value - explicit_init - extension_access_modifier - fallthrough - fatal_error_message - first_where - function_default_parameter_at_end - identical_operands - implicitly_unwrapped_optional - joined_default_parameter - last_where - legacy_random - literal_expression_end_indentation - lower_acl_than_parent - modifier_order - multiline_arguments - multiline_function_chains - multiline_literal_brackets - nslocalizedstring_key - overridden_super_call - override_in_extension - private_action - private_outlet - prohibited_super_call - quick_discouraged_call - quick_discouraged_focused_test - quick_discouraged_pending_test - redundant_nil_coalescing - sorted_first_last - strict_fileprivate - switch_case_on_newline - toggle_bool - unavailable_function - untyped_error_in_catch - unused_import - unused_private_declaration - vertical_parameter_alignment_on_call - xct_specific_matcher - yoda_condition excluded: - Carthage - External line_length: ignores_function_declarations: true trailing_comma: mandatory_comma: true trailing_whitespace: ignores_comments: false ignores_empty_lines: false
Revert "feat(roles/go): install command-line go utilities"
--- - include: 'arch.yml' when: ansible_os_family == 'Archlinux' - include: 'debian.yml' when: ansible_os_family == 'Debian' - include: 'macos.yml' when: ansible_os_family == 'Darwin' - name: install go command line utilities shell: "go get {{ item }}" with_items: - golint - gorename - gotags
--- - include: 'arch.yml' when: ansible_os_family == 'Archlinux' - include: 'debian.yml' when: ansible_os_family == 'Debian' - include: 'macos.yml' when: ansible_os_family == 'Darwin'
Fix host names in configure molecule tests
--- # Copyright 2022 Samsung Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - name: setup validators hosts: validators roles: - role: configure type: validator - name: setup private sentries hosts: private-sentries roles: - role: configure type: private-sentry - name: setup public sentries hosts: public-sentries roles: - role: configure type: public-sentry - name: setup observers hosts: observers roles: - role: configure type: observer - name: setup seeds hosts: seeds roles: - role: configure type: seed
--- # Copyright 2022 Samsung Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - name: setup validators hosts: validators roles: - role: configure type: validator # - name: setup private sentries # hosts: private_sentries # roles: # - role: configure # type: private-sentry # - name: setup public sentries # hosts: public_sentries # roles: # - role: configure # type: public-sentry # - name: setup observers # hosts: observers # roles: # - role: configure # type: observer # - name: setup seeds # hosts: seeds # roles: # - role: configure # type: seed
Build the site from the gatsby branch and publish to master where the user site is hosted.
name: build on: push: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Deploy with github-pages uses: JamesIves/github-pages-deploy-action@master env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_REPO }} BASE_BRANCH: master # The branch the action should deploy from. BRANCH: gh-pages # The branch the action should deploy to. FOLDER: public # The folder the action should deploy. BUILD_SCRIPT: npm install && npm run-script build
name: build on: push: branches: - gatsby jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Deploy with github-pages uses: JamesIves/github-pages-deploy-action@master env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_REPO }} BASE_BRANCH: gatsby # The branch the action should deploy from. BRANCH: master # The branch the action should deploy to. FOLDER: public # The folder the action should deploy. BUILD_SCRIPT: npm install && npm run-script build
Add GoodJob to Background Jobs
name: Background Jobs description: Process slow tasks asynchronously to keep response times low, improve fault-tolerance and aid with horizontal scaling projects: - acts_as_executor - amqp - backburner - backgrounded - barttenbrinke/worker_queue - beetle - bj - bunny - cloud-crowd - delayed_job - delayed_job_active_record - frenzy_bunnies - girl_friday - gnufied/backgroundrb - jnstq/job_fu - job_reactor - kr/beanstalkd - later - lowkiq - navvy - ncr/background-fu - qu - que - quebert - queue_classic - rabbit_jobs - resque - resque-mongo - rock-queue - rocketjob - runner - seanohalpin/smqueue - shoryuken - sidekiq - sneakers - stalker - starling - sucker_punch - workling
name: Background Jobs description: Process slow tasks asynchronously to keep response times low, improve fault-tolerance and aid with horizontal scaling projects: - acts_as_executor - amqp - backburner - backgrounded - barttenbrinke/worker_queue - beetle - bj - bunny - cloud-crowd - delayed_job - delayed_job_active_record - frenzy_bunnies - girl_friday - gnufied/backgroundrb - good_job - jnstq/job_fu - job_reactor - kr/beanstalkd - later - lowkiq - navvy - ncr/background-fu - qu - que - quebert - queue_classic - rabbit_jobs - resque - resque-mongo - rock-queue - rocketjob - runner - seanohalpin/smqueue - shoryuken - sidekiq - sneakers - stalker - starling - sucker_punch - workling
Update from Hackage at 2018-03-31T04:30:49Z
homepage: https://github.com/luqui/data-inttrie changelog-type: markdown hash: 91d073540aea2da72178138108a7dc48bdc47ed679fbf1c53976a080a634bb5b test-bench-deps: {} maintainer: lrpalmer@gmail.com synopsis: A simple lazy, infinite trie from integers changelog: ! '# Revision history for data-inttrie ## 0.1.2 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: base: ! '>=4.10 && <4.11' all-versions: - '0.0.1' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' - '0.0.7' - '0.0.8' - '0.0.9' - '0.1.0' - '0.1.2' - '0.1.3' author: Luke Palmer latest: '0.1.3' description-type: haddock description: '' license-name: BSD3
homepage: https://github.com/luqui/data-inttrie changelog-type: markdown hash: 7b91bbc80c667b6f38e38c872c65f51a79d929774967166c172a73e5cebb0e33 test-bench-deps: {} maintainer: lrpalmer@gmail.com synopsis: A simple lazy, infinite trie from integers changelog: '' basic-deps: base: ! '>=4.10 && <5.0' all-versions: - '0.0.1' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' - '0.0.7' - '0.0.8' - '0.0.9' - '0.1.0' - '0.1.2' - '0.1.3' - '0.1.4' author: Luke Palmer latest: '0.1.4' description-type: haddock description: '' license-name: BSD3
Update Travis APT source to point to up-to-date libcouchbase
language: python sudo: false python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" addons: apt: sources: - couchbase-precise packages: - libcouchbase-dev - libcouchbase2-libevent install: - pip -q install testresources==0.2.7 - pip -q install -r dev_requirements.txt - pip -q install gevent || echo "Couldn't install gevent" - pip -q install twisted || echo "Couldn't install Twisted" - git describe --tags --long --always - python setup.py build_ext --inplace - python setup.py install script: - python -m couchbase.bucket - cp .tests.ini.travis tests.ini - nosetests -v couchbase.tests.test_sync - nosetests -v acouchbase - nosetests -v gcouchbase.tests.test_api || echo "Gevent tests failed" - nosetests -v txcouchbase || echo "Twisted tests failed" notifications: email: - PythonPackage@couchbase.com
language: python sudo: false python: - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" addons: apt: sources: - couchbase-trusty packages: - libcouchbase-dev - libcouchbase2-libevent install: - pip -q install testresources==0.2.7 - pip -q install -r dev_requirements.txt - pip -q install gevent || echo "Couldn't install gevent" - pip -q install twisted || echo "Couldn't install Twisted" - git describe --tags --long --always - python setup.py build_ext --inplace - python setup.py install script: - python -m couchbase.bucket - cp .tests.ini.travis tests.ini - nosetests -v couchbase.tests.test_sync - nosetests -v acouchbase - nosetests -v gcouchbase.tests.test_api || echo "Gevent tests failed" - nosetests -v txcouchbase || echo "Twisted tests failed" notifications: email: - PythonPackage@couchbase.com
Add PHP 7.3 to CI & Some changes in CI
language: php matrix: allow_failures: - php: hhvm include: - php: 5.5 - php: 5.6 - php: 7.0 - php: 7.1 - php: 7.2 - php: hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - 7.3 cache: directories: - $HOME/.composer/cache install: - travis_retry composer update --no-interaction --no-progress --no-suggest --prefer-dist script: - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - | if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]] then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover fi
Update from Hackage at 2017-10-01T01:20:48Z
homepage: https://github.com/mtolly/tinyfiledialogs changelog-type: '' hash: ea66d69c0c46f18df8d683721900f6414f6e1e9709ed167deb0c78ab63eefd64 test-bench-deps: {} maintainer: miketolly@gmail.com synopsis: Wrapper around the 'tiny file dialogs' C library changelog: '' basic-deps: base: ! '>=4.7 && <5' text: -any all-versions: - '0.1.0.0' author: Guillaume Vareille, Don Heyse, Michael Tolly latest: '0.1.0.0' description-type: markdown description: ! 'A Haskell wrapper around the C library [tiny file dialogs](https://sourceforge.net/projects/tinyfiledialogs/). Currently bundles v3.0.8, with minor edits (all labeled with `// MT:`). ' license-name: BSD3
homepage: https://github.com/mtolly/tinyfiledialogs changelog-type: markdown hash: 20b820209189fa61cd67bca9a8a2202c178c0a0f16b893726aa502bd99458f34 test-bench-deps: {} maintainer: miketolly@gmail.com synopsis: Wrapper around the 'tiny file dialogs' C library changelog: ! "## 0.2.0.0\n\n * Support yesnocancel message box\n * Reworked message box dialog types into a typeclass\n\n## 0.1.0.0\n\n * Initial release\n * Comes with TFD 3.0.8\n * Supports all features except yesnocancel message box\n" basic-deps: base: ! '>=4.7 && <5' text: -any all-versions: - '0.1.0.0' - '0.2.0.0' author: Guillaume Vareille, Don Heyse, Michael Tolly latest: '0.2.0.0' description-type: markdown description: ! 'A Haskell wrapper around the C library [tiny file dialogs](https://sourceforge.net/projects/tinyfiledialogs/). Currently bundles v3.0.9. Any edits in `.c`/`.h` are labeled with `// MT:`. ' license-name: BSD3
Update from Hackage at 2018-03-25T20:35:15Z
homepage: https://github.com/identicalsnowflake/hlrdb-core changelog-type: '' hash: cedf7b19b1ee0f6699f2993da89421d877d2e158d46ae7e15d58260a93ed8473 test-bench-deps: {} maintainer: identicalsnowflake@protonmail.com synopsis: High-level Redis Database Core API changelog: '' basic-deps: bytestring: ^>=0.10.8.1 base: ! '>=4.9 && <5.0' unordered-containers: ^>=0.2.8.0 lens: ^>=4.16 mtl: ^>=2.2.2 hashable: ^>=1.2.6.1 random: ^>=1.1 hedis: ^>=0.10.1 profunctors: ^>=5.2.2 all-versions: - '0.1.0.0' author: Identical Snowflake latest: '0.1.0.0' description-type: haddock description: A library for type-driven interaction with Redis license-name: MIT
homepage: https://github.com/identicalsnowflake/hlrdb-core changelog-type: '' hash: dadda86e0a1bed738b757ec6c8cb77fca4d10bb61f5d0340e0aad949645b2181 test-bench-deps: {} maintainer: identicalsnowflake@protonmail.com synopsis: High-level Redis Database Core API changelog: '' basic-deps: bytestring: ^>=0.10.8.1 base: ! '>=4.9 && <5.0' time: (>=1.6 && <1.9.1) || ^>=1.9.1 unordered-containers: ^>=0.2.8.0 lens: ^>=4.16 mtl: ^>=2.2.2 hashable: ^>=1.2.6.1 random: ^>=1.1 hedis: ^>=0.10.1 profunctors: ^>=5.2.2 all-versions: - '0.1.0.0' - '0.1.1.0' author: Identical Snowflake latest: '0.1.1.0' description-type: haddock description: A library for type-driven interaction with Redis license-name: MIT
Fix io.js version in Travis configuration
language: node_js node_js: - "0.12" - "iojs" before_install: # Setup sources and keys for LLVM - sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main' >> /etc/apt/sources.list" - sudo sh -c "echo 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main' >> /etc/apt/sources.list" - wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add - # Setup packages and install LLVM - sudo apt-get update - sudo apt-get install -y --force-yes libstdc++6 - sudo apt-get install -y --force-yes llvm-3.5 llvm-3.5-dev llvm-3.5-runtime libllvm3.5 clang-3.5 # BDW GC built dependency - sudo apt-get install libc6-dev libgc-dev before_script: # Add LLVM shared library - "export LD_LIBRARY_PATH=/usr/lib/llvm-3.5/lib:$LD_LIBRARY_PATH" # Setup library for development building - "node_modules/.bin/jake default ts:compile" - "npm run grammar" - "npm run gen-spec" script: - "npm run test" - "npm run test-spec" - "npm run test-llvm" after_script: - "npm run report-coverage"
language: node_js node_js: - "0.12" - "iojs-v1.0.4" before_install: # Setup sources and keys for LLVM - sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main' >> /etc/apt/sources.list" - sudo sh -c "echo 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main' >> /etc/apt/sources.list" - wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add - # Setup packages and install LLVM - sudo apt-get update - sudo apt-get install -y --force-yes libstdc++6 - sudo apt-get install -y --force-yes llvm-3.5 llvm-3.5-dev llvm-3.5-runtime libllvm3.5 clang-3.5 # BDW GC built dependency - sudo apt-get install libc6-dev libgc-dev before_script: # Add LLVM shared library - "export LD_LIBRARY_PATH=/usr/lib/llvm-3.5/lib:$LD_LIBRARY_PATH" # Setup library for development building - "node_modules/.bin/jake default ts:compile" - "npm run grammar" - "npm run gen-spec" script: - "npm run test" - "npm run test-spec" - "npm run test-llvm" after_script: - "npm run report-coverage"
Install slycot from binstar in Travis CI
language: python python: - "2.7" - "3.3" - "3.4" # install required system libraries before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - sudo apt-get update --fix-missing -qq - sudo apt-get install gfortran liblapack-dev # use miniconda to install numpy/scipy, to avoid lengthy build from source - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget http://repo.continuum.io/miniconda/Miniconda-3.4.2-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.4.2-Linux-x86_64.sh -O miniconda.sh; fi - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda install --yes python=$TRAVIS_PYTHON_VERSION conda-build pip coverage - conda info -a # Install packages install: - conda build conda-recipe - conda install control --use-local - pip install coveralls - pip install slycot # command to run tests script: - coverage run setup.py test after_success: - coveralls
language: python python: - "2.7" - "3.3" - "3.4" # install required system libraries before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start # use miniconda to install numpy/scipy, to avoid lengthy build from source - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget http://repo.continuum.io/miniconda/Miniconda-3.4.2-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.4.2-Linux-x86_64.sh -O miniconda.sh; fi - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda install --yes python=$TRAVIS_PYTHON_VERSION conda-build pip coverage - conda config --add channels http://conda.binstar.org/cwrowley - conda info -a # Install packages install: - conda build conda-recipe - conda install control --use-local - conda install slycot - pip install coveralls # command to run tests script: - coverage run setup.py test after_success: - coveralls
Update album dev recipe: portal -> broker
package: name: album version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: https://github.com/NSLS-II/album git_rev: master build: number: 0 # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }} entry_points: - album = album.server:run requirements: build: - python - numpy - setuptools run: - python - bokeh - flask - dataportal >=0.2.0 - numpy test: imports: - album
package: name: album version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: https://github.com/NSLS-II/album git_rev: master build: number: 0 # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }} entry_points: - album = album.server:run requirements: build: - python - numpy - setuptools run: - python - bokeh - flask - databroker >=v0.3.0 - numpy test: imports: - album
Update from Hackage at 2019-08-28T00:20:34Z
homepage: '' changelog-type: '' hash: 1da370dfdf8fc4f764a431557cc80fe4626f59b08437f90091d91f277623f982 test-bench-deps: tasty-smallcheck: ! '>=0.8' base: ! '>=4.11 && <5' smallcheck: ! '>=1.1.4' Map: -any tasty: ! '>=1.0' maintainer: strake888@gmail.com synopsis: Class of key-value maps changelog: '' basic-deps: base: ! '>=4.7 && <5' containers: ! '>=0.5.9 && <0.7' util: ! '>=0.1.10 && <0.2' filtrable: ! '>=0.1.2 && <0.2' either-both: ! '>=0.1.1 && <0.2' all-versions: - 0.0.0.0 - 0.0.1.0 - 0.0.1.1 - 0.0.2.0 - 0.1.0.0 author: M Farkas-Dyck latest: 0.1.0.0 description-type: markdown description: | # map license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: 92440cde231d406fd5a3194065a263adebe763eacbb7e734494eb9a3581e4ad0 test-bench-deps: tasty-smallcheck: ! '>=0.8' base: ! '>=4.11 && <5' smallcheck: ! '>=1.1.4' Map: -any tasty: ! '>=1.0' maintainer: strake888@gmail.com synopsis: Class of key-value maps changelog: '' basic-deps: base: ! '>=4.7 && <5' containers: ! '>=0.5.9 && <0.7' util: ! '>=0.1.10 && <0.2' filtrable: ! '>=0.1.2 && <0.2' either-both: ! '>=0.1.1 && <0.2' all-versions: - 0.0.0.0 - 0.0.1.0 - 0.0.1.1 - 0.0.2.0 - 0.1.0.0 - 0.1.1.0 author: M Farkas-Dyck latest: 0.1.1.0 description-type: markdown description: | # map license-name: BSD-3-Clause
Update actions/checkout requirement to v2.3.4
name: Labeler on: push: branches: - main - master jobs: labeler: runs-on: ubuntu-latest steps: - name: Check out the repository uses: actions/checkout@v2.3.3 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v3.1.1 with: skip-delete: true
name: Labeler on: push: branches: - main - master jobs: labeler: runs-on: ubuntu-latest steps: - name: Check out the repository uses: actions/checkout@v2.3.4 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v3.1.1 with: skip-delete: true
Remove key_usage for unit tests
- type: remove path: /variables/name=tls-kubelet/options/organization - type: remove path: /variables/name=tls-kubelet-client/options/organization - type: remove path: /variables/name=tls-kubernetes/options/organization
- type: remove path: /variables/name=tls-kubelet/options/organization - type: remove path: /variables/name=tls-kubelet-client/options/organization - type: remove path: /variables/name=tls-kubernetes/options/organization - type: remove path: /variables/name=tls-kube-controller-manager/options/key_usage
Rename 'Finding Articles' training for instructors
name: Finding Articles id: 16 description: | If you'd like to find articles for your students to work on, this orientation offers some key information. It's a quick guide to help you find articles relevant to your course. estimated_ttc: 10 minutes slides: - slug: content-gaps # 1601 - slug: avoid-the-best-articles # 1602 - slug: avoid-controversial-topics # 1603 - slug: avoid-conflicts-of-interest # 1613 - slug: using-categories # 1604 - slug: navigation-templates # 1605 - slug: using-wikiprojects # 1606 - slug: wikiproject-assessment-tables # 1607 - slug: using-an-existing-list # 1608 - slug: a-note-on-notability # 1609 - slug: assessing-notability # 1614 - slug: available-articles-list # 1610 - slug: help-from-content-experts # 1611 - slug: finding-articles-summary # 1612
name: Finding Articles (for instructors) id: 16 description: | If you'd like to find articles for your students to work on, this orientation offers some key information. It's a quick guide to help you find articles relevant to your course. estimated_ttc: 10 minutes slides: - slug: content-gaps # 1601 - slug: avoid-the-best-articles # 1602 - slug: avoid-controversial-topics # 1603 - slug: avoid-conflicts-of-interest # 1613 - slug: using-categories # 1604 - slug: navigation-templates # 1605 - slug: using-wikiprojects # 1606 - slug: wikiproject-assessment-tables # 1607 - slug: using-an-existing-list # 1608 - slug: a-note-on-notability # 1609 - slug: assessing-notability # 1614 - slug: available-articles-list # 1610 - slug: help-from-content-experts # 1611 - slug: finding-articles-summary # 1612
Check for bad versions of yum and subscription-manager.
--- # NOTE: requires openshift_facts be run - name: Determine openshift_version to configure on first master hosts: oo_first_master roles: - openshift_version # NOTE: We set this even on etcd hosts as they may also later run as masters, # and we don't want to install wrong version of docker and have to downgrade # later. - name: Set openshift_version for all hosts hosts: oo_all_hosts:!oo_first_master vars: openshift_version: "{{ hostvars[groups.oo_first_master.0].openshift_version }}" roles: - openshift_version
--- # NOTE: requires openshift_facts be run - hosts: l_oo_all_hosts gather_facts: no tasks: # See: # https://bugzilla.redhat.com/show_bug.cgi?id=1395047 # https://bugzilla.redhat.com/show_bug.cgi?id=1282961 # https://github.com/openshift/openshift-ansible/issues/1138 - name: Check for bad combinations of yum and subscription-manager command: > {{ repoquery_cmd }} --installed --qf '%{version}' "yum" register: yum_ver_test changed_when: false - fail: msg: Incompatible versions of yum and subscription-manager found. You may need to update yum and yum-utils. when: "'Plugin \"search-disabled-repos\" requires API 2.7. Supported API is 2.6.' in yum_ver_test.stdout" - name: Determine openshift_version to configure on first master hosts: oo_first_master roles: - openshift_version # NOTE: We set this even on etcd hosts as they may also later run as masters, # and we don't want to install wrong version of docker and have to downgrade # later. - name: Set openshift_version for all hosts hosts: oo_all_hosts:!oo_first_master vars: openshift_version: "{{ hostvars[groups.oo_first_master.0].openshift_version }}" roles: - openshift_version
Rename task in destroy role that removes images
--- - name: Destroying Kolla images command: /tmp/kolla-cleanup/tools/cleanup-images when: - destroy_include_images | bool
--- - name: Removing Kolla images command: /tmp/kolla-cleanup/tools/cleanup-images when: - destroy_include_images | bool
Fix plugin example to be compatible with newer version of Fuel
# Plugin name name: fuel_plugin_example title: Fuel plugin example # Plugin version version: '1.0.0' # Description description: Plugin example which installs simple service on controllers # Required fuel version fuel_version: ['6.0'] # The plugin is compatible with releases in the list releases: - os: ubuntu version: 2014.2-6.0 mode: ['ha', 'multinode'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu - os: centos version: 2014.2-6.0 mode: ['ha', 'multinode'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/centos # Version of plugin package package_version: '1.0.0'
# Plugin name name: fuel_plugin_example title: Fuel plugin example # Plugin version version: '1.0.0' # Description description: Plugin example which installs simple service on controllers # Required fuel version fuel_version: ['6.0'] # The plugin is compatible with releases in the list releases: - os: ubuntu version: 2014.2-6.0 mode: ['ha', 'multinode'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu - os: centos version: 2014.2-6.0 mode: ['ha', 'multinode'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/centos - os: ubuntu version: 2014.2-6.1 mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu - os: centos version: 2014.2-6.1 mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/centos # Version of plugin package package_version: '1.0.0'
Add presets for rbe and bazel
presubmits: kubernetes/org: - name: pull-org-test-all always_run: true decorate: true spec: containers: - image: launcher.gcr.io/google/bazel:0.29.1 command: - bazel args: - test - --config=ci - //... annotations: testgrid-num-columns-recent: '30' testgrid-create-test-group: 'true' - name: pull-org-verify-all always_run: true decorate: true spec: containers: - image: launcher.gcr.io/google/bazel:0.29.1 command: - ./hack/verify-all.sh annotations: testgrid-num-columns-recent: '30' testgrid-create-test-group: 'true'
presubmits: kubernetes/org: - name: pull-org-test-all always_run: true decorate: true labels: preset-service-account: "true" preset-bazel-scratch-dir: "true" spec: containers: - image: launcher.gcr.io/google/bazel:0.29.1 command: - bazel args: - test - --config=ci - //... annotations: testgrid-num-columns-recent: '30' testgrid-create-test-group: 'true' - name: pull-org-verify-all always_run: true decorate: true labels: preset-service-account: "true" preset-bazel-scratch-dir: "true" spec: containers: - image: launcher.gcr.io/google/bazel:0.29.1 command: - ./hack/verify-all.sh annotations: testgrid-num-columns-recent: '30' testgrid-create-test-group: 'true'
Use correct path to the stats dir
- cron: name="run indexer" user="clojars" minute=5 job=". ~/bin/config_env; ~/bin/maven-index-repo ~/releases/clojars-web-current.jar ~/indexer/indexer-core-{{ indexer_version }}-cli.jar ~/indexer/index-{{ indexer_version }} ~/repo" become: yes - cron: name="check disk space" user="clojars" minute=45 job="~/bin/check-disk-space.sh" become: yes - cron: name="update pom list" user="clojars" minute=0 job=". ~/bin/config_env; ~/bin/update-pom-list ~/releases/clojars-web-current.jar ~/repo" become: yes - cron: name="update stats" user="clojars" minute=0 hour=7 job="~/bin/update-stats ~/releases/clojars-web-current.jar /var/log/nginx/clojars.access.log.1 ~/data/stat" become: yes - cron: name="cleanup orphan temp files" user="clojars" minute=0 hour=1 job="find /tmp -name 'clojars-upload*' -mtime +3 -exec rm {} +" become: yes - cron: name="send out logwatch emails" hour=5 minute=0 job="/usr/sbin/logwatch --output mail --mailto {{ UBUNTU_COMMON_LOGWATCH_EMAIL }} --detail high" become: yes
- cron: name="run indexer" user="clojars" minute=5 job=". ~/bin/config_env; ~/bin/maven-index-repo ~/releases/clojars-web-current.jar ~/indexer/indexer-core-{{ indexer_version }}-cli.jar ~/indexer/index-{{ indexer_version }} ~/repo" become: yes - cron: name="check disk space" user="clojars" minute=45 job="~/bin/check-disk-space.sh" become: yes - cron: name="update pom list" user="clojars" minute=0 job=". ~/bin/config_env; ~/bin/update-pom-list ~/releases/clojars-web-current.jar ~/repo" become: yes - cron: name="update stats" user="clojars" minute=0 hour=7 job="~/bin/update-stats ~/releases/clojars-web-current.jar /var/log/nginx/clojars.access.log.1 ~/data/stats" become: yes - cron: name="cleanup orphan temp files" user="clojars" minute=0 hour=1 job="find /tmp -name 'clojars-upload*' -mtime +3 -exec rm {} +" become: yes - cron: name="send out logwatch emails" hour=5 minute=0 job="/usr/sbin/logwatch --output mail --mailto {{ UBUNTU_COMMON_LOGWATCH_EMAIL }} --detail high" become: yes
Update from Hackage at 2020-11-30T04:39:29Z
homepage: https://github.com/tonyday567/numhask-free#readme changelog-type: '' hash: ae9cbd3d822d75997ef883f83fe045d382e43564fb0ea4fa9c981a57760cfcad test-bench-deps: numhask: '>=0.6 && <0.7' base: '>=4.7 && <5' numhask-free: -any doctest: '>=0.16 && <0.17' maintainer: tonyday567@gmail.com synopsis: See readme.md changelog: '' basic-deps: free: -any numhask: '>=0.6 && <0.7' base: '>=4.7 && <5' text: '>=1.2 && <1.3' containers: '>=0.6 && <0.7' attoparsec: '>=0.13 && <0.14' all-versions: - 0.0.1 author: Tony Day latest: 0.0.1 description-type: haddock description: See readme.md for description. license-name: BSD-3-Clause
homepage: https://github.com/tonyday567/numhask-free#readme changelog-type: '' hash: 096cd369f0b825f66406ce60ac9f5d15ae02b15307d88e3683f20b2300ae579d test-bench-deps: numhask: '>=0.7 && <0.8' base: '>=4.7 && <5' numhask-free: -any doctest: '>=0.16 && <0.18' maintainer: tonyday567@gmail.com synopsis: Numerical free algebras changelog: '' basic-deps: free: '>=5.1 && <5.2' numhask: '>=0.7 && <0.8' base: '>=4.7 && <5' text: '>=1.2 && <1.3' containers: '>=0.6 && <0.7' attoparsec: '>=0.13 && <0.14' all-versions: - 0.0.1 - 0.0.2 author: Tony Day latest: 0.0.2 description-type: haddock description: |- __The Free Num is a Bag of Sequences.__ "NumHask.FreeAlgebra" explains. /But when we really delve into the reasons for why we can't let something go, there are only two: an attachment to the past or a fear for the future./ ~ Marie Kondo license-name: BSD-3-Clause
Update from Hackage at 2015-07-01T20:20:11+0000
homepage: https://github.com/tomjaguarpaw/product-profunctors changelog-type: '' hash: 01edcbebd6228c9fc9dbfbb173651e45cbca28cbd1dc55386a59dd24fb0a6ccd test-bench-deps: base: ! '>=4 && <5' product-profunctors: -any profunctors: -any maintainer: Purely Agile synopsis: product-profunctors changelog: '' basic-deps: base: ! '>=4.5 && <5' contravariant: ! '>=0.4 && <1.4' template-haskell: -any profunctors: ! '>=4.0 && <5.2' all-versions: - '0.5' - '0.6' - '0.6.1' author: Purely Agile latest: '0.6.1' description-type: haddock description: Product profunctors license-name: BSD3
homepage: https://github.com/tomjaguarpaw/product-profunctors changelog-type: '' hash: 04f9c23f6f4369cf19546028e51d1c81ef0e7399331b6ec527f6f31872862537 test-bench-deps: base: ! '>=4 && <5' product-profunctors: -any profunctors: -any maintainer: Purely Agile synopsis: product-profunctors changelog: '' basic-deps: base: ! '>=4.5 && <5' contravariant: ! '>=0.4 && <1.4' template-haskell: -any profunctors: ! '>=4.0 && <5.2' all-versions: - '0.5' - '0.6' - '0.6.1' - '0.6.3' author: Purely Agile latest: '0.6.3' description-type: haddock description: Product profunctors license-name: BSD3
Fix broken tests for Symfony 3.3
framework: translator: false validation: false assets: false secret: test router: resource: '%kernel.root_dir%/config/routing.yml' strict_requirements: '%kernel.debug%' default_locale: en trusted_proxies: [] session: storage_id: session.storage.filesystem test: true twig: debug: true strict_variables: true
framework: translator: false validation: false assets: false secret: test router: resource: '%kernel.root_dir%/config/routing.yml' strict_requirements: '%kernel.debug%' default_locale: en session: storage_id: session.storage.filesystem test: true twig: debug: true strict_variables: true
Fix typo in config map entry
apiVersion: v1 kind: ConfigMap metadata: name: db-maintain-manila labels: system: openstack type: configuration component: database data: db-maintaine.sh: | #!/usr/bin/env bash data_dir=/postgresql-data/data cp /postgresql-conf/postgresql.conf $data_dir/postgresql.conf cp /postgresql-conf/pg-hba.conf $data_dir/pg_hba.conf export PGUSER=postgres psql <<- EOSQL ALTER ROLE {{.Values.db_user}} WITH ENCRYPTED PASSWORD '{{.Values.db_password}}'; ALTER ROLE {{.Values.postgres.user}} WITH ENCRYPTED PASSWORD '{{.Values.postgres.password}}'; EOSQL
apiVersion: v1 kind: ConfigMap metadata: name: db-maintain-manila labels: system: openstack type: configuration component: database data: db-maintain.sh: | #!/usr/bin/env bash data_dir=/postgresql-data/data cp /postgresql-conf/postgresql.conf $data_dir/postgresql.conf cp /postgresql-conf/pg-hba.conf $data_dir/pg_hba.conf export PGUSER=postgres psql <<- EOSQL ALTER ROLE {{.Values.db_user}} WITH ENCRYPTED PASSWORD '{{.Values.db_password}}'; ALTER ROLE {{.Values.postgres.user}} WITH ENCRYPTED PASSWORD '{{.Values.postgres.password}}'; EOSQL
Fix apt install requiring interaction
trigger: paths: include: ['config/*'] branches: include: ['release'] pr: paths: include: ['config/*'] branches: include: ['release'] pool: vmImage: 'ubuntu-latest' steps: - bash: sudo dpkg --add-architecture i386 displayName: 'Enable 32-bit support' - bash: sudo apt update displayName: 'Update package list' - bash: sudo apt install steamcmd dos2unix curl jq lib32z1 libncurses5:i386 libbz2-1.0:i386 lib32gcc1 lib32stdc++6 libtinfo5:i386 libcurl3-gnutls:i386 displayName: 'Install package dependencies' - bash: steamcmd +login anonymous +force_install_dir ./tf2 +app_update 232250 +quit displayName: 'Install TF2DS' - bash: | sudo cat <<EOT >> /usr/local/bin/vpk #!/bin/bash VPK_LINUX=$(find "${HOME}" -type f -iname "vpk_linux32" -print | head -n 1) VALVE_LIB_DIR=$(dirname "${VPK_LINUX}") LD_LIBRARY_PATH="${VALVE_LIB_DIR}:${LD_LIBRARY_PATH}" "${VPK_LINUX}" "${@}" EOT displayName: 'Install VPK to path' - bash: dev/package.sh displayName: 'Build config'
trigger: paths: include: ['config/*', 'azure-pipelines.yml'] branches: include: ['release'] pr: paths: include: ['config/*', 'azure-pipelines.yml'] branches: include: ['release'] pool: vmImage: 'ubuntu-latest' steps: - bash: sudo dpkg --add-architecture i386 displayName: 'Enable 32-bit support' - bash: sudo apt update displayName: 'Update package list' - bash: sudo DEBIAN_FRONTEND=noninteractive apt -yq install steamcmd dos2unix curl jq lib32z1 libncurses5:i386 libbz2-1.0:i386 lib32gcc1 lib32stdc++6 libtinfo5:i386 libcurl3-gnutls:i386 displayName: 'Install package dependencies' - bash: steamcmd +login anonymous +force_install_dir ./tf2 +app_update 232250 +quit displayName: 'Install TF2DS' - bash: | sudo cat <<EOT >> /usr/local/bin/vpk #!/bin/bash VPK_LINUX=$(find "${HOME}" -type f -iname "vpk_linux32" -print | head -n 1) VALVE_LIB_DIR=$(dirname "${VPK_LINUX}") LD_LIBRARY_PATH="${VALVE_LIB_DIR}:${LD_LIBRARY_PATH}" "${VPK_LINUX}" "${@}" EOT displayName: 'Install VPK to path' - bash: dev/package.sh displayName: 'Build config'
Rebuild sqlalchemy-utils-0.37.8 from Fedora for xena
packages: - project: ansible-collection-ansible-netcommon buildsys-tags: cloud8s-openstack-xena-candidate: ansible-collection-ansible-netcommon-2.2.0-1.el8 - project: ansible-collection-ansible-posix buildsys-tags: cloud8s-openstack-xena-candidate: ansible-collection-ansible-posix-1.2.0-1.el8 - project: ansible-collection-ansible-utils buildsys-tags: cloud8s-openstack-xena-candidate: ansible-collection-ansible-utils-2.3.0-1.el8 - project: ansible-collection-community-general buildsys-tags: cloud8s-openstack-xena-candidate: ansible-collection-community-general-3.2.0-1.el8 - project: ansible-collection-containers-podman buildsys-tags: cloud8s-openstack-xena-candidate: ansible-collection-containers-podman-1.6.1-1.el8 - project: python-pycdlib buildsys-tags: cloud8s-openstack-xena-candidate: python-pycdlib-1.11.0-3.el8 - project: rubygem-semantic_puppet buildsys-tags: cloud8s-openstack-xena-candidate: rubygem-semantic_puppet-1.0.4-2.el8
packages: - project: ansible-collection-ansible-netcommon buildsys-tags: cloud8s-openstack-xena-candidate: ansible-collection-ansible-netcommon-2.2.0-1.el8 - project: ansible-collection-ansible-posix buildsys-tags: cloud8s-openstack-xena-candidate: ansible-collection-ansible-posix-1.2.0-1.el8 - project: ansible-collection-ansible-utils buildsys-tags: cloud8s-openstack-xena-candidate: ansible-collection-ansible-utils-2.3.0-1.el8 - project: ansible-collection-community-general buildsys-tags: cloud8s-openstack-xena-candidate: ansible-collection-community-general-3.2.0-1.el8 - project: ansible-collection-containers-podman buildsys-tags: cloud8s-openstack-xena-candidate: ansible-collection-containers-podman-1.6.1-1.el8 - project: python-pycdlib buildsys-tags: cloud8s-openstack-xena-candidate: python-pycdlib-1.11.0-3.el8 - project: python-sqlalchemy-utils buildsys-tags: cloud8s-openstack-xena-candidate: python-sqlalchemy-utils-0.37.8-1.el8 - project: rubygem-semantic_puppet buildsys-tags: cloud8s-openstack-xena-candidate: rubygem-semantic_puppet-1.0.4-2.el8
Make sure you specify dependency as optional
parameters: services: happyr.loco.translation.loader: class: Happyr\LocoBundle\Translation\Loader tags: - { name: 'translation.loader', alias: 'phps' } happyr.loco.translation.dumper: class: Happyr\LocoBundle\Translation\Dumper tags: - { name: 'translation.dumper', alias: 'phps' } # Custom data_collector to use our own template happyr.loco.data_collector.translation: class: Symfony\Component\Translation\DataCollector\TranslationDataCollector arguments: [ @translator.data_collector ] tags: - { name: 'data_collector', template: "@HappyrLoco/Profiler/translation", id: "translation", priority: 200 } happyr.loco: class: Happyr\LocoBundle\Service\Loco arguments: - @happyr.loco.http_adapter - @happyr.loco.filesystem - ~ - ~ happyr.loco.filesystem: class: Happyr\LocoBundle\Service\FilesystemUpdater public: false lazy: true arguments: - @happyr.loco.translation.loader - @happyr.loco.translation.dumper - ~ happyr.loco.http_adapter.guzzle5: class: Happyr\LocoBundle\Http\Guzzle5Adapter public: false happyr.loco.http_adapter.guzzle6: class: Happyr\LocoBundle\Http\Guzzle6Adapter public: false
parameters: services: happyr.loco.translation.loader: class: Happyr\LocoBundle\Translation\Loader tags: - { name: 'translation.loader', alias: 'phps' } happyr.loco.translation.dumper: class: Happyr\LocoBundle\Translation\Dumper tags: - { name: 'translation.dumper', alias: 'phps' } # Custom data_collector to use our own template happyr.loco.data_collector.translation: class: Symfony\Component\Translation\DataCollector\TranslationDataCollector arguments: [ @?translator.data_collector ] tags: - { name: 'data_collector', template: "@HappyrLoco/Profiler/translation", id: "translation", priority: 200 } happyr.loco: class: Happyr\LocoBundle\Service\Loco arguments: - @happyr.loco.http_adapter - @happyr.loco.filesystem - ~ - ~ happyr.loco.filesystem: class: Happyr\LocoBundle\Service\FilesystemUpdater public: false lazy: true arguments: - @happyr.loco.translation.loader - @happyr.loco.translation.dumper - ~ happyr.loco.http_adapter.guzzle5: class: Happyr\LocoBundle\Http\Guzzle5Adapter public: false happyr.loco.http_adapter.guzzle6: class: Happyr\LocoBundle\Http\Guzzle6Adapter public: false
Add default credentials to APM server extension
apm-server: host: localhost:8200 output: elasticsearch: hosts: http://elasticsearch:9200
apm-server: host: localhost:8200 output: elasticsearch: hosts: ['http://elasticsearch:9200'] username: elastic password: changeme
Remove regular expression for password in user creation API spec
paths: '': $name: dvhb_hybrid.users:create post: $handler: dvhb_hybrid.users.views.create_user tags: - user summary: Create new user description: Returns api_key on successful user creation consumes: - application/json - application/x-www-form-urlencoded produces: - application/json parameters: - name: user in: body required: true schema: $ref: '#/definitions/NewUser' responses: 200: description: OK 400: description: Invalid parameters given 406: description: Wrong recapture 409: description: User already exists definitions: NewUser: type: object additionalProperties: false properties: email: type: string format: email minLength: 5 password: type: string format: password pattern: '^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9]).{8,}$' lang_code: type: string pattern: '^[a-z]{2}$' description: ISO 639-1 alpha-2 language code for language to be used for activation email sending default: en g-recaptcha-response: type: string required: - email - password - g-recaptcha-response example: email: new_user@example.com password: Pa55w0rd lang_code: fr g-recaptcha-response: xxx
paths: '': $name: dvhb_hybrid.users:create post: $handler: dvhb_hybrid.users.views.create_user tags: - user summary: Create new user description: Returns api_key on successful user creation consumes: - application/json - application/x-www-form-urlencoded produces: - application/json parameters: - name: user in: body required: true schema: $ref: '#/definitions/NewUser' responses: 200: description: OK 400: description: Invalid parameters given 406: description: Wrong recapture 409: description: User already exists definitions: NewUser: type: object additionalProperties: false properties: email: type: string format: email minLength: 5 password: type: string format: password minLength: 5 lang_code: type: string pattern: '^[a-z]{2}$' description: ISO 639-1 alpha-2 language code for language to be used for activation email sending default: en g-recaptcha-response: type: string required: - email - password - g-recaptcha-response example: email: new_user@example.com password: Pa55w0rd lang_code: fr g-recaptcha-response: xxx
Update from Hackage at 2019-04-17T16:23:33Z
homepage: '' changelog-type: '' hash: f95554330e4ab10ef1c1a3f291f41ce19bfa4be3c056466a410fbc0f980977c9 test-bench-deps: {} maintainer: simon.hudon@gmail.com synopsis: Instances for Serialize of cereal changelog: '' basic-deps: cereal: ! '>=0.4 && <0.6' base: ! '>=4.7 && <5' unordered-containers: -any semigroups: ! '>=0.16 && <0.19' hashable: -any all-versions: - 0.1.0.0 author: Simon Hudon latest: 0.1.0.0 description-type: haddock description: Instances for Serialize of cereal, especially for TypeRep and NonEmpty license-name: MIT
homepage: '' changelog-type: '' hash: a26cae4775872fec683af20fbeacb8daf81e320800f6851c8bfe018a8c34fdaa test-bench-deps: {} maintainer: simon.hudon@gmail.com synopsis: Instances for Serialize of cereal changelog: '' basic-deps: cereal: ! '>=0.4 && <0.6' base: ! '>=4.8 && <4.10' unordered-containers: -any semigroups: ! '>=0.16 && <0.19' hashable: -any all-versions: - 0.1.0.0 author: Simon Hudon latest: 0.1.0.0 description-type: haddock description: Instances for Serialize of cereal, especially for TypeRep and NonEmpty license-name: MIT
Update from Hackage at 2019-01-23T17:57:32Z
homepage: http://github.com/GregorySchwartz/spectral-clustering#readme changelog-type: '' hash: cffff875a613d2ca1a714529db0a3f7b01a1ab06630e76cdf20d4a471bb3ad5b test-bench-deps: {} maintainer: gsch@mail.med.upenn.edu synopsis: Library for spectral clustering. changelog: '' basic-deps: mwc-random: ! '>=0.13.6.0' clustering: ! '>=0.4.0' base: ! '>=4.7 && <5' eigen: ==3.3.4.1 sparse-linear-algebra: ! '>=0.3.1' statistics: ! '>=0.14.0.2' hmatrix-svdlibc: ! '>=0.5.0.1' hmatrix: ! '>=0.19.0.0' safe: ! '>=0.3.17' vector: ! '>=0.12.0.1' all-versions: - 0.2.1.1 - 0.2.1.2 - 0.2.1.3 author: Gregory W. Schwartz latest: 0.2.1.3 description-type: haddock description: Spectral clustering of a matrix. license-name: GPL-3.0-only
homepage: http://github.com/GregorySchwartz/spectral-clustering#readme changelog-type: '' hash: 51c49936026dd60bd1fe4690ea97042154c160acd27ce814ab475146ef1cf2d0 test-bench-deps: {} maintainer: gsch@mail.med.upenn.edu synopsis: Library for spectral clustering. changelog: '' basic-deps: mwc-random: ! '>=0.13.6.0' clustering: ! '>=0.4.0' base: ! '>=4.7 && <5' eigen: ==3.3.4.1 sparse-linear-algebra: ! '>=0.3.1' statistics: ! '>=0.14.0.2' hmatrix-svdlibc: ! '>=0.5.0.1' hmatrix: ! '>=0.19.0.0' safe: ! '>=0.3.17' vector: ! '>=0.12.0.1' all-versions: - 0.2.1.1 - 0.2.1.2 - 0.2.1.3 - 0.2.1.4 author: Gregory W. Schwartz latest: 0.2.1.4 description-type: haddock description: Spectral clustering of a matrix. license-name: GPL-3.0-only
Deploy new indexer origin_head on azure nodes
--- dns::forward_zones: 'internal.softwareheritage.org.': - 192.168.200.22 '100.168.192.in-addr.arpa.': - 192.168.200.22 '101.168.192.in-addr.arpa.': - 192.168.200.22 dns::forwarders: - 168.63.129.16 dns::forwarder_insecure: true internal_network: 192.168.200.0/21 swh::deploy::worker::instances: - swh_indexer_rehash - swh_indexer_mimetype - swh_indexer_fossology_license swh::remote_service::storage::config: "%{alias('swh::remote_service::storage::config::azure')}" swh::remote_service::objstorage::config: "%{alias('swh::remote_service::objstorage::config::azure_readonly_with_fallback')}"
--- dns::forward_zones: 'internal.softwareheritage.org.': - 192.168.200.22 '100.168.192.in-addr.arpa.': - 192.168.200.22 '101.168.192.in-addr.arpa.': - 192.168.200.22 dns::forwarders: - 168.63.129.16 dns::forwarder_insecure: true internal_network: 192.168.200.0/21 swh::deploy::worker::instances: - swh_indexer_rehash - swh_indexer_mimetype - swh_indexer_fossology_license - swh_indexer_origin_head swh::remote_service::storage::config: "%{alias('swh::remote_service::storage::config::azure')}" swh::remote_service::objstorage::config: "%{alias('swh::remote_service::objstorage::config::azure_readonly_with_fallback')}"
Update from Hackage at 2021-03-08T13:14:57Z
homepage: https://github.com/dfithian/prune-juice#readme changelog-type: '' hash: b63c45848e65968db231336ddcfcba96fd4b5be8c311811132820e93b57a6433 test-bench-deps: bytestring: -any file-path-th: -any base: <5.0 hspec: -any text: -any megaparsec: -any filepath: -any turtle: -any containers: -any mtl: -any aeson: -any yaml: -any prune-juice: -any hpack: -any directory: -any maintainer: Dan Fithian <daniel.m.fithian@gmail.com> synopsis: Prune unused Haskell dependencies changelog: '' basic-deps: bytestring: -any base: <5.0 text: -any megaparsec: -any filepath: -any turtle: -any containers: -any mtl: -any optparse-applicative: -any aeson: -any yaml: -any prune-juice: -any hpack: -any directory: -any all-versions: - '0.1' - '0.2' - '0.3' author: '' latest: '0.3' description-type: haddock description: Prune unused Haskell dependencies from a Stack/Hpack project license-name: MIT
homepage: https://github.com/dfithian/prune-juice#readme changelog-type: '' hash: 979b584cfca5dd80a352b1148d66d7ce06f25f32b23c7c6085364fb81ebfef60 test-bench-deps: bytestring: -any file-path-th: -any base: <5.0 hspec: -any text: -any megaparsec: -any filepath: -any turtle: -any containers: -any mtl: -any aeson: -any yaml: -any prune-juice: -any hpack: -any directory: -any maintainer: Dan Fithian <daniel.m.fithian@gmail.com> synopsis: Prune unused Haskell dependencies changelog: '' basic-deps: bytestring: -any base: <5.0 text: -any megaparsec: -any filepath: -any turtle: -any containers: -any mtl: -any optparse-applicative: -any aeson: -any yaml: -any prune-juice: -any hpack: -any directory: -any all-versions: - '0.1' - '0.2' - '0.3' author: '' latest: '0.3' description-type: haddock description: Prune unused Haskell dependencies from a Stack/Hpack project license-name: MIT
Allow auto merge for rubocop-xxx
# 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" # 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" # Enable. Only lockfile updates (ignore updates that require Gemfile changes) version_requirement_updates: "off"
Update Plees Tracker to 6.0 (6)
Categories: - Sports & Health - Time License: MIT AuthorName: Miklos Vajna AuthorEmail: plees-tracker@vmiklos.hu SourceCode: https://github.com/vmiklos/plees-tracker IssueTracker: https://github.com/vmiklos/plees-tracker/issues AutoName: Plees Tracker RepoType: git Repo: https://github.com/vmiklos/plees-tracker Builds: - versionName: '3.0' versionCode: 3 commit: v3.0 subdir: app gradle: - yes - versionName: '4.0' versionCode: 4 commit: v4.0 subdir: app gradle: - yes - versionName: '5.0' versionCode: 5 commit: v5.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '5.0' CurrentVersionCode: 5
Categories: - Sports & Health - Time License: MIT AuthorName: Miklos Vajna AuthorEmail: plees-tracker@vmiklos.hu SourceCode: https://github.com/vmiklos/plees-tracker IssueTracker: https://github.com/vmiklos/plees-tracker/issues AutoName: Plees Tracker RepoType: git Repo: https://github.com/vmiklos/plees-tracker Builds: - versionName: '3.0' versionCode: 3 commit: v3.0 subdir: app gradle: - yes - versionName: '4.0' versionCode: 4 commit: v4.0 subdir: app gradle: - yes - versionName: '5.0' versionCode: 5 commit: v5.0 subdir: app gradle: - yes - versionName: '6.0' versionCode: 6 commit: v6.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '6.0' CurrentVersionCode: 6
Improve names of task in pipeline
pool: Hosted Windows 2019 with VS2019 trigger: - master - develop variables: solution: 'Squirrel.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' steps: - checkout: self submodules: true - task: NuGetToolInstaller@1 inputs: versionSpec: 4.9.4 - task: NuGetCommand@2 inputs: restoreSolution: '$(solution)' - task: VSBuild@1 inputs: solution: '$(solution)' platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' - task: VSTest@2 inputs: testAssemblyVer2: | **\$(buildConfiguration)\*test*.dll !**\obj\** platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' - task: NuGetCommand@2 inputs: command: pack packagesToPack: src\Squirrel.nuspec - task: PublishSymbols@2 inputs: searchPattern: 'build\$(buildConfiguration)\**\*.pdb' publishSymbols: false continueOnError: true - task: PublishBuildArtifacts@1 inputs: pathtoPublish: '$(build.artifactStagingDirectory)'
pool: Hosted Windows 2019 with VS2019 trigger: - master - develop variables: solution: 'Squirrel.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' steps: - checkout: self submodules: true - task: NuGetToolInstaller@1 inputs: versionSpec: 4.9.4 - task: NuGetCommand@2 displayName: Restore inputs: restoreSolution: '$(solution)' - task: VSBuild@1 displayName: Build inputs: solution: '$(solution)' platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' - task: VSTest@2 displayName: Test inputs: testAssemblyVer2: | **\$(buildConfiguration)\*test*.dll !**\obj\** platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' - task: NuGetCommand@2 displayName: Pack inputs: command: pack packagesToPack: src\Squirrel.nuspec - task: PublishBuildArtifacts@1 displayName: Publish Artifacts inputs: pathtoPublish: '$(build.artifactStagingDirectory)' - task: PublishSymbols@2 displayName: Publish Symbols inputs: searchPattern: 'build\$(buildConfiguration)\**\*.pdb' publishSymbols: false continueOnError: true
Add graphviz back since it is used by the CS188x class.
--- # Base role for installing requirements common between edxapp and edxlocal edxapp_common_role_name: edxapp_common # OS packages edxapp_common_debian_pkgs: - build-essential - gfortran - graphviz-dev - liblapack-dev - libmysqlclient-dev - libxml2-dev # for shapely - libgeos-dev - libxslt1-dev # for 18n - gettext # Pillow (PIL Fork) Dependencies # Needed by the CMS to manipulate images. - libjpeg8-dev - libpng12-dev
--- # Base role for installing requirements common between edxapp and edxlocal edxapp_common_role_name: edxapp_common # OS packages edxapp_common_debian_pkgs: - build-essential - gfortran # Needed for sandboxes for CS188x classes :-( - graphviz - graphviz-dev - liblapack-dev - libmysqlclient-dev - libxml2-dev # for shapely - libgeos-dev - libxslt1-dev # for 18n - gettext # Pillow (PIL Fork) Dependencies # Needed by the CMS to manipulate images. - libjpeg8-dev - libpng12-dev
Install plugins only if they were set + add node param when adding an user
--- - name: ensure python-software-properties is installed sudo: yes apt: pkg=python-software-properties state=installed - name: add rabbitmq official apt repository apt_repository: repo='deb http://www.rabbitmq.com/debian/ testing main' state=present - name: add the verification key for the package sudo: yes shell: curl http://www.rabbitmq.com/rabbitmq-signing-key-public.asc | sudo apt-key add - - name: update repositories apt: update_cache=yes - name: install rabbitmq apt: pkg=rabbitmq-server state=installed force=yes - name: enable rabbitmq plugins rabbitmq_plugin: names={{ item }} state=enabled with_items: rabbitmq.plugins - name: add user rabbitmq_user: user={{ rabbitmq.user }} password={{ rabbitmq.password }} tags=administrator,{{ rabbitmq.user }} vhost=/ configure_priv=.* write_priv=.* read_priv=.* state=present - name: restart rabbitmq service: name=rabbitmq-server state=reloaded
--- - name: add rabbitmq official apt repository apt_repository: repo='deb http://www.rabbitmq.com/debian/ testing main' state=present - name: add the verification key for the package sudo: yes shell: curl http://www.rabbitmq.com/rabbitmq-signing-key-public.asc | sudo apt-key add - - name: update repositories apt: update_cache=yes - name: install rabbitmq apt: pkg=rabbitmq-server state=installed force=yes - name: enable rabbitmq plugins rabbitmq_plugin: names={{ item }} state=enabled with_items: rabbitmq.plugins when: rabbitmq.plugins is defined - name: add user rabbitmq_user: user={{ rabbitmq.user }} password={{ rabbitmq.password }} node=rabbit@{{ vagrant_local.vm.hostname }} tags=administrator,{{ rabbitmq.user }} vhost=/ configure_priv=.* write_priv=.* read_priv=.* state=present - name: restart rabbitmq service: name=rabbitmq-server state=reloaded
Update CurrentVersion of SimpleAdvancedMetronome to 0.2.0 (2)
Categories: - Multimedia License: GPL-3.0-only AuthorName: raffarti AuthorEmail: raffarti@zoho.com WebSite: https://raffarti.gitlab.io/simpleadvancedmetronome SourceCode: https://gitlab.com/Raffarti/simpleadvancedmetronome IssueTracker: https://gitlab.com/Raffarti/simpleadvancedmetronome/issues Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GWAB237FHKB5S AutoName: SimpleAdvancedMetronome RepoType: git Repo: https://gitlab.com/Raffarti/simpleadvancedmetronome.git Builds: - versionName: 0.1.0 versionCode: 1 commit: 4f38c3eb7d403910ee378754b3368086a015cacd sudo: apt install p7zip-full make unzip git openjdk-8-jdk curl output: SAM.apk build: - alias curl="curl -s" - env -u NDK -u QT -u QT_DIR make -f CI.mk SAM.apk QT5_DIR=/tmp/raffarti.simpleadvancedmetronome/qt5 ANDROIDDEPLOYQT_OPTS="--release" SDK=$$SDK$$ - rm -fr /tmp/raffarti.simpleadvancedmetronome AutoUpdateMode: None UpdateCheckMode: Tags ^fdroid-.*$
Categories: - Multimedia License: GPL-3.0-only AuthorName: raffarti AuthorEmail: raffarti@zoho.com WebSite: https://raffarti.gitlab.io/simpleadvancedmetronome SourceCode: https://gitlab.com/Raffarti/simpleadvancedmetronome IssueTracker: https://gitlab.com/Raffarti/simpleadvancedmetronome/issues Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GWAB237FHKB5S AutoName: SimpleAdvancedMetronome RepoType: git Repo: https://gitlab.com/Raffarti/simpleadvancedmetronome.git Builds: - versionName: 0.1.0 versionCode: 1 commit: 4f38c3eb7d403910ee378754b3368086a015cacd sudo: apt install p7zip-full make unzip git openjdk-8-jdk curl output: SAM.apk build: - alias curl="curl -s" - env -u NDK -u QT -u QT_DIR make -f CI.mk SAM.apk QT5_DIR=/tmp/raffarti.simpleadvancedmetronome/qt5 ANDROIDDEPLOYQT_OPTS="--release" SDK=$$SDK$$ - rm -fr /tmp/raffarti.simpleadvancedmetronome AutoUpdateMode: None UpdateCheckMode: Tags ^fdroid-.*$ CurrentVersion: 0.2.0 CurrentVersionCode: 2
Move wordcloud template settings into metadata, and remove contents of definition (since no fields edited by studio authors have scope.settings)
--- metadata: display_name: Word cloud version: 1 data: | <word_cloud num_inputs="5" num_top_words="250" display_student_percents="True" /> children: []
--- metadata: display_name: Word cloud version: 1 num_inputs: 5 num_top_words: 250 display_student_percents: True data: {} children: []
Fix ownership handling + update
apiVersion: apps/v1 kind: Deployment metadata: name: pdb-controller namespace: kube-system labels: application: pdb-controller version: v0.0.11 spec: replicas: 1 selector: matchLabels: application: pdb-controller template: metadata: labels: application: pdb-controller version: v0.0.11 spec: dnsConfig: options: - name: ndots value: "1" priorityClassName: system-cluster-critical serviceAccountName: pdb-controller containers: - name: pdb-controller image: registry.opensource.zalan.do/teapot/pdb-controller:v0.0.11 args: - --debug {{ if or (index .ConfigItems "pdb_non_ready_ttl") (eq .Environment "test") }} - --non-ready-ttl={{if index .ConfigItems "pdb_non_ready_ttl"}}{{.ConfigItems.pdb_non_ready_ttl}}{{else}}1h{{end}} {{end}} resources: limits: cpu: 10m memory: 50Mi requests: cpu: 10m memory: 50Mi
apiVersion: apps/v1 kind: Deployment metadata: name: pdb-controller namespace: kube-system labels: application: pdb-controller version: v0.0.12 spec: replicas: 1 selector: matchLabels: application: pdb-controller template: metadata: labels: application: pdb-controller version: v0.0.12 spec: dnsConfig: options: - name: ndots value: "1" priorityClassName: system-cluster-critical serviceAccountName: pdb-controller containers: - name: pdb-controller image: registry.opensource.zalan.do/teapot/pdb-controller:v0.0.12 args: - --debug {{ if or (index .ConfigItems "pdb_non_ready_ttl") (eq .Environment "test") }} - --non-ready-ttl={{if index .ConfigItems "pdb_non_ready_ttl"}}{{.ConfigItems.pdb_non_ready_ttl}}{{else}}1h{{end}} {{end}} resources: limits: cpu: 10m memory: 50Mi requests: cpu: 10m memory: 50Mi
Add kubelet feature flags to the sysconfig file
--- - name: Join on workers command: > kubeadm join --ignore-preflight-errors=all --token {{ k8s_init_token }} --discovery-token-unsafe-skip-ca-verification master:6443 - name: Add feature gates to kubelet lineinfile: path: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf line: > Environment="KUBELET_EXTRA_ARGS= --feature-gates={{ feature_gates|join(',') }}" insertafter: "^Environment=" state: present - name: Restart kubelet systemd: name: kubelet daemon_reload: true state: restarted
--- - name: Join on workers command: > kubeadm join --ignore-preflight-errors=all --token {{ k8s_init_token }} --discovery-token-unsafe-skip-ca-verification master:6443 - name: Add feature gates to kubelet lineinfile: path: /etc/sysconfig/kubelet regexp: '^KUBELET_EXTRA_ARGS' line: > KUBELET_EXTRA_ARGS=--feature-gates={{ feature_gates|join(',') }} state: present - name: Restart kubelet systemd: name: kubelet daemon_reload: true state: restarted
Use H2 XA datasource provided in standalone.xml
# SQLite version 3.x # gem 'activerecord-jdbcsqlite3-adapter' # # Configure Using Gemfile # gem 'activerecord-jdbcsqlite3-adapter' # development: adapter: sqlite3 database: db/development.sqlite3 # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: adapter: sqlite3 database: db/test.sqlite3 production: adapter: sqlite3 database: db/production.sqlite3
development: adapter: h2 jndi: java:jboss/datasources/ExampleXADS # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: adapter: sqlite3 database: db/test.sqlite3 production: adapter: sqlite3 database: db/production.sqlite3
Update from Hackage at 2017-01-01T16:19:23Z
homepage: http://github.com/GregorySchwartz/find-clumpiness#readme changelog-type: '' hash: a0597da82d93318fe862f678ba20d3a57c940ac2db3544abfc967d53afc9e0a1 test-bench-deps: {} maintainer: gregory.schwartz@drexel.edu synopsis: Find the clumpiness of labels in a tree changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' clumpiness: -any find-clumpiness: -any unordered-containers: -any text: -any text-show: -any tree-fun: -any containers: -any optparse-applicative: -any aeson: -any vector: -any all-versions: - '0.2.0.1' author: Gregory W. Schwartz latest: '0.2.0.1' description-type: haddock description: Please see README.md license-name: GPL-2
homepage: http://github.com/GregorySchwartz/find-clumpiness#readme changelog-type: '' hash: 8a86eb5b9161789d9cd65fb4d555442e1b1eb89e46ce7f4db928f700f6ee05ef test-bench-deps: {} maintainer: gregory.schwartz@drexel.edu synopsis: Find the clumpiness of labels in a tree changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' clumpiness: -any find-clumpiness: -any unordered-containers: -any text: -any text-show: -any tree-fun: -any containers: -any optparse-applicative: <0.13 aeson: -any vector: -any all-versions: - '0.2.0.1' author: Gregory W. Schwartz latest: '0.2.0.1' description-type: haddock description: Please see README.md license-name: GPL-2
Update nightly && show version
version: 2 jobs: build: working-directory: ~/sonos_discovery docker: - image: liuchong/rustup:nightly steps: - checkout - run: rustup run nightly cargo run --bin sonos_discovery
version: 2 jobs: build: working-directory: ~/sonos_discovery docker: - image: liuchong/rustup:nightly steps: - checkout - run: rustup update nightly - run: rustup show - run: rustup run nightly cargo run --bin sonos_discovery
Update circleci/python:3.7.3 Docker digest to 27bd135
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.3@sha256:d95601afe4bf164ac9356bef5a1fa4fe027e5cd95e65c846bf610be4dc2a4de3 working_directory: ~/repo steps: - checkout - restore_cache: keys: - cache-{{ checksum "Pipfile.lock" }} - cache- - run: name: Install dependencies command: | python3 -m venv .venv pip install --user pipenv pipenv sync --dev - save_cache: key: cache-{{ checksum "Pipfile.lock" }} paths: - ~/.local - ~/.cache - run: name: run tests command: | pipenv run flake8 bamboo_crawler tests export AWS_ACCESS_KEY_ID='1234' export AWS_SECRET_ACCESS_KEY='5678' pipenv run python setup.py test - store_artifacts: path: test-reports destination: test-reports
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.3@sha256:27bd135e2d3973cc6408e60ea99c29109e642278cbbefa96dd9f73d833789a2b working_directory: ~/repo steps: - checkout - restore_cache: keys: - cache-{{ checksum "Pipfile.lock" }} - cache- - run: name: Install dependencies command: | python3 -m venv .venv pip install --user pipenv pipenv sync --dev - save_cache: key: cache-{{ checksum "Pipfile.lock" }} paths: - ~/.local - ~/.cache - run: name: run tests command: | pipenv run flake8 bamboo_crawler tests export AWS_ACCESS_KEY_ID='1234' export AWS_SECRET_ACCESS_KEY='5678' pipenv run python setup.py test - store_artifacts: path: test-reports destination: test-reports
Edit sshd config as root
--- - name: Create stack group group: name: stack state: present become: yes - name: Create stack user user: name: stack shell: /bin/bash home: "{{ BASE }}" group: stack password: $6$ysCvNvD8kWi5xQoU$eHcz.n8wjQfMbZJmr/POSU0r9PyNuK09TG0mnxEYm2zM6pe7loz8MILCy73wndMSkU9DeSbtSu0B/4mSEX.XF1 become: yes - name: Set home folder permissions file: path: "{{ BASE }}" mode: 0755 become: yes - name: Copy 50_stack_sh file to /etc/sudoers.d copy: src: 50_stack_sh dest: /etc/sudoers.d mode: 0440 owner: root group: root become: yes - name: Create new/.cache folder within BASE file: path: "{{ BASE }}/.cache" state: directory owner: stack group: stack become: yes - name: Make sure password authentication is enabled lineinfile: path: /etc/ssh/sshd_config regexp: '^PasswordAuthentication *' line: 'PasswordAuthentication yes'
--- - name: Create stack group group: name: stack state: present become: yes - name: Create stack user user: name: stack shell: /bin/bash home: "{{ BASE }}" group: stack password: $6$ysCvNvD8kWi5xQoU$eHcz.n8wjQfMbZJmr/POSU0r9PyNuK09TG0mnxEYm2zM6pe7loz8MILCy73wndMSkU9DeSbtSu0B/4mSEX.XF1 become: yes - name: Set home folder permissions file: path: "{{ BASE }}" mode: 0755 become: yes - name: Copy 50_stack_sh file to /etc/sudoers.d copy: src: 50_stack_sh dest: /etc/sudoers.d mode: 0440 owner: root group: root become: yes - name: Create new/.cache folder within BASE file: path: "{{ BASE }}/.cache" state: directory owner: stack group: stack become: yes - name: Make sure password authentication is enabled become: true lineinfile: path: /etc/ssh/sshd_config regexp: '^PasswordAuthentication *' line: 'PasswordAuthentication yes'
Add en_gb dictionary to Atom installation
--- - name: "install atom using deb link" apt: deb="https://github.com/atom/atom/releases/download/v{{atom_version}}/atom-amd64.deb" autoremove=yes
--- - name: "install atom using deb link" apt: deb="https://github.com/atom/atom/releases/download/v{{atom_version}}/atom-amd64.deb" autoremove=yes - name: "install en_gb dictionary" apt: name=myspell-en-gb state=present autoremove=yes
Disable mklml in Windows Build
jobs: - template: templates/win-ci.yml parameters: AgentPool : 'Win-CPU' DoDebugBuild: 'true' DoCompliance: 'false' BuildCommand: '$(Build.SourcesDirectory)\tools\ci_build\build.py --build_dir $(Build.BinariesDirectory) --skip_submodule_sync --cmake_path $(Build.BinariesDirectory)\cmake\bin\cmake.exe --ctest_path $(Build.BinariesDirectory)\cmake\bin\ctest.exe --use_tvm --enable_pybind --use_mkldnn --use_mklml --use_openmp --build_shared_lib --build_csharp --enable_onnx_tests --test_data_url $(TestDataUrl) --test_data_checksum $(TestDataChecksum) --gen_doc' JobName: 'Windows_CI_Dev' DoNugetPack: 'false' NuPackScript : '' DoTestCoverage: 'false'
jobs: - template: templates/win-ci.yml parameters: AgentPool : 'Win-CPU' DoDebugBuild: 'true' DoCompliance: 'false' BuildCommand: '$(Build.SourcesDirectory)\tools\ci_build\build.py --build_dir $(Build.BinariesDirectory) --skip_submodule_sync --cmake_path $(Build.BinariesDirectory)\cmake\bin\cmake.exe --ctest_path $(Build.BinariesDirectory)\cmake\bin\ctest.exe --use_tvm --enable_pybind --use_mkldnn --use_openmp --build_shared_lib --build_csharp --enable_onnx_tests --test_data_url $(TestDataUrl) --test_data_checksum $(TestDataChecksum) --gen_doc' JobName: 'Windows_CI_Dev' DoNugetPack: 'false' NuPackScript : '' DoTestCoverage: 'false'
Rename repos role to openshift_repos
- name: master/config.yml, populate oo_masters_to_config host group if needed hosts: localhost gather_facts: no tasks: - name: "Evaluate oo_host_group_exp if it's set" add_host: "name={{ item }} groups=oo_masters_to_config" with_items: "{{ oo_host_group_exp | default('') }}" when: oo_host_group_exp is defined - name: "Gather facts for nodes in {{ oo_env }}" hosts: "tag_env-host-type-{{ oo_env }}-openshift-node" - name: "Configure instances" hosts: oo_masters_to_config vars_files: - vars.yml roles: - openshift_master - pods - os_env_extras
- name: master/config.yml, populate oo_masters_to_config host group if needed hosts: localhost gather_facts: no tasks: - name: "Evaluate oo_host_group_exp if it's set" add_host: "name={{ item }} groups=oo_masters_to_config" with_items: "{{ oo_host_group_exp | default('') }}" when: oo_host_group_exp is defined - name: Gather facts for nodes in {{ oo_env }} hosts: "tag_env-host-type-{{ oo_env }}-openshift-node" - name: "Configure instances" hosts: oo_masters_to_config vars_files: - vars.yml roles: - openshift_master - pods - os_env_extras
Create DataConverter - cs updates
oro_entity_config: email: field: items: available_in_template: options: value_type: boolean default_value: true allowed_type: [string, text, integer, smallint, bigint, boolean, datetime, date, time, float, decimal, money, percent, enum, multiEnum, file, image, ref-one, manyToOne] form: type: choice options: choices: ['No', 'Yes'] empty_value: false block: other label: oro.email.entity_config.email.field.items.available_in_template attachment: entity: items: auto_link_attachments: options: require_schema_update: false priority: 100 default_value: false form: type: oro_email_link_to_scope options: block: attachments choices: ['oro.email.system_configuration.attachment_configuration.link_to_scope.choices.manual.label', 'oro.email.system_configuration.attachment_configuration.link_to_scope.choices.auto.label'] empty_value: false required: true label: oro.email.system_configuration.attachment_configuration.link_to_scope.label
oro_entity_config: email: field: items: available_in_template: options: value_type: boolean default_value: true allowed_type: [string, text, integer, smallint, bigint, boolean, datetime, date, time, float, decimal, money, percent, enum, multiEnum, file, image, ref-one, manyToOne] form: type: choice options: choices: ['No', 'Yes'] empty_value: false block: other label: oro.email.entity_config.email.field.items.available_in_template attachment: entity: items: auto_link_attachments: options: require_schema_update: false priority: 100 default_value: false form: type: oro_email_link_to_scope options: block: attachments choices: ['oro.email.system_configuration.attachment_configuration.link_to_scope.choices.manual.label', 'oro.email.system_configuration.attachment_configuration.link_to_scope.choices.auto.label'] empty_value: false required: true label: oro.email.system_configuration.attachment_configuration.link_to_scope.label
Add jekyll to requiremnts first
{% set name = "jekyll-avatar" %} {% set version = "0.6.0" %} package: name: rb-{{ name|lower }} version: {{ version }} source: url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem sha256: 371418af8d822365af27ea5b59148c6dad5013bcdab628ae3eb6de8132118688 build: noarch: generic number: 0 script: - gem install -N -l -V --norc --ignore-dependencies {{ name }}-{{ version }}.gem - gem unpack {{ name }}-{{ version }}.gem skip: {{ win }} requirements: host: - ruby run: - ruby - rb-jekyll >=3.0,<4.0 test: commands: - ruby -r {{ name }} -e 'exit 0' about: home: https://rubygems.org/gems/{{ name }} license: MIT license_family: MIT license_file: {{ name }}-{{ version }}/LICENSE.txt summary: A Jekyll plugin for rendering GitHub avatars doc_url: https://www.rubydoc.info/gems/{{ name }} dev_url: https://github.com/benbalter/{{ name }} extra: recipe-maintainers: - sodre
{% set name = "jekyll-avatar" %} {% set version = "0.6.0" %} package: name: rb-{{ name|lower }} version: {{ version }} source: url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem sha256: 371418af8d822365af27ea5b59148c6dad5013bcdab628ae3eb6de8132118688 build: noarch: generic number: 0 script: - gem install -N -l -V --norc --ignore-dependencies {{ name }}-{{ version }}.gem - gem unpack {{ name }}-{{ version }}.gem skip: {{ win }} requirements: host: - ruby run: - ruby - rb-jekyll >=3.0,<4.0 test: commands: - ruby -r jekyll -r {{ name }} -e 'exit 0' about: home: https://rubygems.org/gems/{{ name }} license: MIT license_family: MIT license_file: {{ name }}-{{ version }}/LICENSE.txt summary: A Jekyll plugin for rendering GitHub avatars doc_url: https://www.rubydoc.info/gems/{{ name }} dev_url: https://github.com/benbalter/{{ name }} extra: recipe-maintainers: - sodre
Fix supportconfig collection in new CI
# # (c) Copyright 2019 SUSE LLC # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. # --- supportconfig_pkgs: - supportutils - supportutils-plugin-suse-openstack-cloud supportconfig_filename: "{{ cloud_env }}-{{ (inventory_hostname in groups['deployer_virt']) | ternary('admin', inventory_hostname) }}" supportconfig_filepath: "/var/log/nts_{{ supportconfig_filename }}.txz"
# # (c) Copyright 2019 SUSE LLC # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. # --- supportconfig_pkgs: - supportutils - supportutils-plugin-suse-openstack-cloud supportconfig_filename: "{{ cloud_env }}-{{ (inventory_hostname in groups['deployer_virt']) | ternary('admin', inventory_hostname) }}" supportconfig_filepath: "/var/log/scc_{{ supportconfig_filename }}.txz"
Add image tag to each service
version: '2' services: girder: build: context: . dockerfile: girder/Dockerfile command: -d ${MONGODB_URL} volumes: - assetstore:/assetstore nginx: build: context: nginx dockerfile: Dockerfile ports: - 8080:80 depends_on: - 'girder' rabbitmq: image: rabbitmq celery_command: build: context: . dockerfile: celery/Dockerfile env_file: - celery/celery.env command: celery worker --app=cumulus -b ${RABBITMQ_URL} -n command --config=cumulus.celery.commandconfig --loglevel=INFO depends_on: - 'rabbitmq' celery_monitor: build: context: . dockerfile: celery/Dockerfile command: celery worker --app=cumulus -b ${RABBITMQ_URL} -n monitor -Q monitor --config=cumulus.celery.monitorconfig --loglevel=INFO depends_on: - 'rabbitmq' volumes: assetstore:
version: '2' services: girder: image: openchemistry/girder:oc build: context: . dockerfile: girder/Dockerfile command: -d ${MONGODB_URL} volumes: - assetstore:/assetstore nginx: image: openchemistry/nginx:oc build: context: nginx dockerfile: Dockerfile ports: - 8080:80 depends_on: - 'girder' rabbitmq: image: rabbitmq celery_command: image: openchemistry/celery_command:oc build: context: . dockerfile: celery/Dockerfile env_file: - celery/celery.env command: celery worker --app=cumulus -b ${RABBITMQ_URL} -n command --config=cumulus.celery.commandconfig --loglevel=INFO depends_on: - 'rabbitmq' celery_monitor: image: openchemistry/celery_monitor:oc build: context: . dockerfile: celery/Dockerfile command: celery worker --app=cumulus -b ${RABBITMQ_URL} -n monitor -Q monitor --config=cumulus.celery.monitorconfig --loglevel=INFO depends_on: - 'rabbitmq' volumes: assetstore:
Set env var boolean value correctly
--- apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "studio.fullname" . }}-prober spec: replicas: 1 selector: matchLabels: app: {{ template "studio.fullname" . }}-prober template: metadata: labels: app: {{ template "studio.fullname" . }}-prober spec: containers: - name: prober image: {{ .Values.studioProber.imageName }} ports: - containerPort: {{ .Values.studioProber.port }} command: - ./deploy/prober-entrypoint.sh env: {{ include "studio.sharedEnvs" . | nindent 8 }} - name: PROBER_STUDIO_BASE_URL value: http://{{ template "studio.fullname" . }}-app.default.svc.cluster.local - name: CELERY_DASHBOARD_URL value: http://{{ template "studio.fullname" . }}-celery-dashboard-service.default.svc.cluster.local/dashboard - name: PROBER_STUDIO_PRODUCTION_MODE_ON value: True
--- apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "studio.fullname" . }}-prober spec: replicas: 1 selector: matchLabels: app: {{ template "studio.fullname" . }}-prober template: metadata: labels: app: {{ template "studio.fullname" . }}-prober spec: containers: - name: prober image: {{ .Values.studioProber.imageName }} ports: - containerPort: {{ .Values.studioProber.port }} command: - ./deploy/prober-entrypoint.sh env: {{ include "studio.sharedEnvs" . | nindent 8 }} - name: PROBER_STUDIO_BASE_URL value: http://{{ template "studio.fullname" . }}-app.default.svc.cluster.local - name: CELERY_DASHBOARD_URL value: http://{{ template "studio.fullname" . }}-celery-dashboard-service.default.svc.cluster.local/dashboard - name: PROBER_STUDIO_PRODUCTION_MODE_ON value: "yes"
Test with latest Node.js 4 on Travis CI.
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' - '5.1' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci # Not using `npm install --dev` because it is recursive. It will pull in the all # development dependencies for CoffeeScript. Way too much spew in the Travis CI # build output. before_install: - npm install - npm install istanbul coveralls
Allow CI fail with some ruby versions
language: ruby sudo: false rvm: - 2.4 - 2.5 - 2.6 - 2.7 gemfile: - gemfiles/ar_4.2.gemfile - gemfiles/ar_5.2.gemfile - gemfiles/ar_6.0.gemfile matrix: allow_failures: - gemfile: gemfiles/ar_6.0.gemfile - rvm: 2.4 fast_finish: true before_install: - gem update --system - gem install bundler script: bundle exec rake spec
language: ruby sudo: false rvm: - 2.4 - 2.5 - 2.6 - 2.7 gemfile: - gemfiles/ar_4.2.gemfile - gemfiles/ar_5.2.gemfile - gemfiles/ar_6.0.gemfile matrix: allow_failures: # Rails 6 requires Ruby 2.5 or newer. ref: https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#ruby-versions - rvm: 2.4 gemfile: gemfiles/ar_6.0.gemfile # BigDecimal 2.0 does not support `BigDecimal.new`. ref: https://github.com/ruby/bigdecimal#which-version-should-you-select - rvm: 2.7 gemfile: gemfiles/ar_4.2.gemfile fast_finish: true before_install: - gem update --system - gem install bundler script: bundle exec rake spec
Test node 6 & latest
sudo: false language: node_js node_js: - "4" - "5" script: npm run-script coverage && (npm run-script coveralls || exit 0) env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
sudo: false language: node_js node_js: - "4" - "6" - "node" script: npm run-script coverage && (npm run-script coveralls || exit 0) env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8
Resolve issue with css by potentially updating the url and base url.
url: https://y7kim.github.io baseurl: /agency-jekyll-theme/ # Site settings title: RnS Apps email: your-email@domain.com description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." # Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) social: - title: twitter url: http://twitter.com/jekyllrb - title: facebook url: - title: stack-overflow url: http://stackoverflow.com/questions/tagged/jekyll - title: bitbucket url: http://bitbucket.org/jekyll - title: github url: http://github.com/jekyll # Postal address (add as many lines as necessary) address: - line: 3481 Melrose Place - line: Beverly Hills, CA 90210 # Build settings markdown: kramdown permalink: pretty
url: https://rns-apps.github.io/ baseurl: / # Site settings title: RnS Apps email: your-email@domain.com description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." # Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.) social: - title: twitter url: http://twitter.com/jekyllrb - title: facebook url: - title: stack-overflow url: http://stackoverflow.com/questions/tagged/jekyll - title: bitbucket url: http://bitbucket.org/jekyll - title: github url: http://github.com/jekyll # Postal address (add as many lines as necessary) address: - line: 3481 Melrose Place - line: Beverly Hills, CA 90210 # Build settings markdown: kramdown permalink: pretty
Add Ruby 2.1.0 to Travis.
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0
Add Ruby 2.3 to Travis
language: ruby matrix: allow_failures: - rvm: jruby - rvm: rbx-2 rvm: - 2.0 - 2.1 - 2.2 - jruby - rbx-2 script: - bundle exec rubocop - bundle exec rspec spec
language: ruby matrix: allow_failures: - rvm: jruby - rvm: rbx-2 rvm: - 2.0 - 2.1 - 2.2 - 2.3.0 - jruby - rbx-2 sudo: false script: - bundle exec rubocop - bundle exec rspec spec
Tweak bundler setup to make Travis happy
language: ruby rvm: - 2.0.0 - 2.1.2 - 2.2.0 - 2.3.0 before_install: - gem install bundler # uncomment this line if your project needs to run something other than `rake`: script: bundle exec rspec spec gemfile: - gemfiles/activesupport_3.gemfile - gemfiles/activesupport_4.gemfileset
language: ruby rvm: - 2.0.0 - 2.1.2 - 2.2.0 - 2.3.0 before_install: - 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc' - gem install bundler bundle_cache - bundle_cache_install # uncomment this line if your project needs to run something other than `rake`: script: bundle exec rspec spec gemfile: - gemfiles/activesupport_3.gemfile - gemfiles/activesupport_4.gemfileset
Update Travis CI config to run Cucumber
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.1 - 2.1.2 script: bundle exec rake spec
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.1 - 2.1.2 script: bundle exec cucumber
Fix PHP 5.3 and PHP 5.5 builds
sudo: false language: php cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.3 dist: trusty php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 install: composer install --prefer-dist --no-interaction before_script: - mkdir -p build/logs script: phpunit --coverage-clover build/logs/clover.xml after_success: - bash <(curl -s https://codecov.io/bash) after_script: - wget https://scrutinizer-ci.com/ocular.phar -t 3 - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
sudo: false language: php cache: directories: - $HOME/.composer/cache matrix: include: - php: 5.3 dist: precise - php: 5.5 env: PHPUNIT_VERSION='4.8.36' php: - 5.4 - 5.6 - 7.0 - 7.1 - 7.2 install: - if [ "$PHPUNIT_VERSION" != "" ]; then composer require phpunit/phpunit:$PHPUNIT_VERSION --prefer-dist --no-interaction; fi; - if [ "$PHPUNIT_VERSION" == "" ]; then composer install --prefer-dist --no-interaction; fi; before_script: - mkdir -p build/logs script: - if [ "$PHPUNIT_VERSION" != "" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi; - if [ "$PHPUNIT_VERSION" == "" ]; then phpunit --coverage-clover build/logs/clover.xml; fi; after_success: - bash <(curl -s https://codecov.io/bash) after_script: - wget https://scrutinizer-ci.com/ocular.phar -t 3 - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
Move test script from before_script and use as main test
language: ruby rvm: - 2.2.3 - 2.2.2 - 2.1.5 - jruby - rbx addons: postgresql: "9.3" services: - postgresql before_script: - psql -c 'create database dummy_test;' -U postgres - bin/setup - bin/test
language: ruby rvm: - 2.2.3 - 2.2.2 - 2.1.5 - jruby - rbx addons: postgresql: "9.3" services: - postgresql before_script: - psql -c 'create database dummy_test;' -U postgres - bin/setup script: bin/test
Fix FFMPEG download URL for tests
node_js: - "6" - "7" - "8" - "9" language: node_js script: "npm run-script test-travis" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls" before_script: - curl http://ffmpeg.gusari.org/static/64bit/ffmpeg.static.64bit.latest.tar.gz | sudo tar -C /usr/local/bin/ -xvz
node_js: - "6" - "7" - "8" - "9" language: node_js script: "npm run-script test-travis" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls" before_script: - curl https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-64bit-static.tar.xz | sudo tar -C /usr/local/bin/ -xvJ
Remove buster global installation, use local dev dependency buster instead.
language: node_js node_js: - 0.9 - 0.8 - 0.6 before_install: "npm install -g bob buster" script: "bob clean lint; buster test"
language: node_js node_js: - 0.9 - 0.8 - 0.6 before_install: "npm install -g bob" script: "bob clean lint && node_modules/buster/bin/buster test"
Update go versions for CI.
language: go sudo: false os: - linux - osx go: - 1.7.x - 1.8.x - 1.9.x - master script: - go test -v -cpu=1,2,4 . - go test -v -cpu=2 -race -short . matrix: allow_failures: - go: 'master' fast_finish: true
language: go sudo: false os: - linux - osx go: - 1.9.x - 1.10.x - master script: - go test -v -cpu=1,2,4 . - go test -v -cpu=2 -race -short . matrix: allow_failures: - go: 'master' fast_finish: true
Add some Erlang/Elixir versions for Travis
language: elixir elixir: - 1.0.5 otp_release: - 17.5 - 18.0 services: - redis-server script: - mix test
language: elixir elixir: - 1.0.5 - 1.1.0 - 1.1.1 otp_release: - 17.5 - 18.0 - 18.1 services: - redis-server script: - mix test
Allow notebooks test to fail
language: python before_script: - pip install tox - pip install -U requests"$REQUESTS_VERSION" # test script script: tox -e ${TOX_ENV} notifications: on_success: change on_failure: always env: global: - TRAVIS_GH3="True" matrix: - TOX_ENV=py26 REQUESTS_VERSION="==2.0.1" - TOX_ENV=py27 REQUESTS_VERSION="==2.0.1" - TOX_ENV=py32 REQUESTS_VERSION="==2.0.1" - TOX_ENV=py33 REQUESTS_VERSION="==2.0.1" - TOX_ENV=py34 REQUESTS_VERSION="==2.0.1" - TOX_ENV=pypy REQUESTS_VERSION="==2.0.1" - TOX_ENV=py26 REQUESTS_VERSION="" - TOX_ENV=py27 REQUESTS_VERSION="" - TOX_ENV=py32 REQUESTS_VERSION="" - TOX_ENV=py33 REQUESTS_VERSION="" - TOX_ENV=py34 REQUESTS_VERSION="" - TOX_ENV=pypy REQUESTS_VERSION="" - TOX_ENV=py27-flake8 - TOX_ENV=py34-flake8 - TOX_ENV=docstrings - TOX_ENV=notebooks matrix: fast_finish: true allow_failures: - env: TOX_ENV=docstrings sudo: false
language: python before_script: - pip install tox - pip install -U requests"$REQUESTS_VERSION" # test script script: tox -e ${TOX_ENV} notifications: on_success: change on_failure: always env: global: - TRAVIS_GH3="True" matrix: - TOX_ENV=py26 REQUESTS_VERSION="==2.0.1" - TOX_ENV=py27 REQUESTS_VERSION="==2.0.1" - TOX_ENV=py32 REQUESTS_VERSION="==2.0.1" - TOX_ENV=py33 REQUESTS_VERSION="==2.0.1" - TOX_ENV=py34 REQUESTS_VERSION="==2.0.1" - TOX_ENV=pypy REQUESTS_VERSION="==2.0.1" - TOX_ENV=py26 REQUESTS_VERSION="" - TOX_ENV=py27 REQUESTS_VERSION="" - TOX_ENV=py32 REQUESTS_VERSION="" - TOX_ENV=py33 REQUESTS_VERSION="" - TOX_ENV=py34 REQUESTS_VERSION="" - TOX_ENV=pypy REQUESTS_VERSION="" - TOX_ENV=py27-flake8 - TOX_ENV=py34-flake8 - TOX_ENV=docstrings - TOX_ENV=notebooks matrix: fast_finish: true allow_failures: - env: TOX_ENV=docstrings - env: TOX_ENV=notebooks sudo: false
Update go versions in build matrix
name: All builds on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: go_version: ["1.17.6", "1.16.5", "1.15.13"] steps: - uses: actions/checkout@v2 - name: Setup Go uses: actions/setup-go@v3.1.0 with: go-version: ${{ matrix.go_version }} - run: ./.ci.gogenerate.sh - run: ./.ci.gofmt.sh - run: ./.ci.govet.sh - run: go test -v -race ./...
name: All builds on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: go_version: ["1.17.8", "1.16.15", "1.15.15"] steps: - uses: actions/checkout@v2 - name: Setup Go uses: actions/setup-go@v3.1.0 with: go-version: ${{ matrix.go_version }} - run: ./.ci.gogenerate.sh - run: ./.ci.gofmt.sh - run: ./.ci.govet.sh - run: go test -v -race ./...
Test on Ubuntu Xenial in Travis
language: ruby cache: bundler sudo: false branches: only: - master - 14-stable - 13-stable bundler_args: --jobs 7 --without docs debug before_install: - gem --version - rvm @global do gem uninstall bundler -a -x -I || true - gem install bundler - bundle --version - rm -f .bundle/config rvm: - 2.4.4 - 2.5.1 - ruby-head matrix: allow_failures: - rvm: ruby-head script: - bundle exec chefstyle -v - bundle exec rake - bundle exec ohai
language: ruby cache: bundler dist: xenial sudo: false branches: only: - master - 14-stable - 13-stable bundler_args: --jobs 7 --without docs debug before_install: - gem --version - rvm @global do gem uninstall bundler -a -x -I || true - gem install bundler - bundle --version - rm -f .bundle/config rvm: - 2.4.4 - 2.5.1 - ruby-head matrix: allow_failures: - rvm: ruby-head script: - bundle exec chefstyle -v - bundle exec rake - bundle exec ohai
Remove the deprecated sudo option and run on the latest version
language: php php: - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer update $COMPOSER_OPTS script: - vendor/bin/phpunit --stderr --coverage-clover=clover.xml - tests/lint.sh - vendor/bin/composer-require-checker jobs: include: - stage: coverage script: - vendor/bin/phpunit --coverage-clover=clover.xml - vendor/bin/php-coveralls git: depth: 5 dist: trusty sudo: false
language: php php: - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer update $COMPOSER_OPTS script: - vendor/bin/phpunit --stderr --coverage-clover=clover.xml - tests/lint.sh - vendor/bin/composer-require-checker jobs: include: - stage: coverage script: - vendor/bin/phpunit --coverage-clover=clover.xml - vendor/bin/php-coveralls git: depth: 5 group: travis_latest
Remove the deprecated sudo option and run on the latest version
language: php php: - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly sudo: false env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - vendor/bin/phpunit - vendor/bin/phpstan analyse --level=max src tests jobs: include: - stage: coverage script: - vendor/bin/phpunit --coverage-clover=coverage.xml - bash <(curl -s https://codecov.io/bash) git: depth: 5
language: php php: - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update - composer update $COMPOSER_OPTS script: - vendor/bin/phpunit - vendor/bin/phpstan analyse --level=max src tests jobs: include: - stage: coverage script: - vendor/bin/phpunit --coverage-clover=coverage.xml - bash <(curl -s https://codecov.io/bash) git: depth: 5 group: travis_latest
Update from Hackage at 2021-10-30T02:42:54Z
homepage: '' changelog-type: markdown hash: a824e4f615469a27ad949dbf4907ba258bd6b459deebec00524c7bcb3f65cc9f test-bench-deps: {} maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> synopsis: 'swap and assoc: Symmetric and Semigroupy Bifunctors' changelog: | ## 1.0.2 - Add 'Swap' instances for more n-tuples ## 1.0.1 - Add `Assoc Const` and `Tagged` instances basic-deps: base: '>=4.3 && <4.16' tagged: '>=0.8.6 && <0.9' bifunctors: '>=5.5.5 && <5.6' all-versions: - '1' - 1.0.1 - 1.0.2 author: Oleg Grenrus <oleg.grenrus@iki.fi> latest: 1.0.2 description-type: haddock description: |- Provides generalisations of @swap :: (a,b) -> (b,a)@ and @assoc :: ((a,b),c) -> (a,(b,c))@ to @Bifunctor@s supporting similar operations (e.g. @Either@, @These@). license-name: BSD-3-Clause
homepage: '' changelog-type: markdown hash: e0d9d1febc172e2a1b22aacd25df7f90be557dcf12ff87359f43128f8c194d9e test-bench-deps: {} maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> synopsis: 'swap and assoc: Symmetric and Semigroupy Bifunctors' changelog: | ## 1.0.2 - Add 'Swap' instances for more n-tuples ## 1.0.1 - Add `Assoc Const` and `Tagged` instances basic-deps: base: '>=4.3 && <4.17' tagged: '>=0.8.6 && <0.9' bifunctors: '>=5.5.5 && <5.6' all-versions: - '1' - 1.0.1 - 1.0.2 author: Oleg Grenrus <oleg.grenrus@iki.fi> latest: 1.0.2 description-type: haddock description: |- Provides generalisations of @swap :: (a,b) -> (b,a)@ and @assoc :: ((a,b),c) -> (a,(b,c))@ to @Bifunctor@s supporting similar operations (e.g. @Either@, @These@). license-name: BSD-3-Clause
Remove line break between build and version
environment: matrix: - PYTHON: C:\Python27 - PYTHON: C:\Python33 install: - ps: Install-Product node '' - scripts\install.cmd %PYTHON% test_script: - scripts\run_tests.cmd %PYTHON% build: off version: "{build}"
environment: matrix: - PYTHON: C:\Python27 - PYTHON: C:\Python33 install: - ps: Install-Product node '' - scripts\install.cmd %PYTHON% test_script: - scripts\run_tests.cmd %PYTHON% build: off version: "{build}"
Use NodeJS 12 for github workflows
name: Check on: [push] jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js 10.x uses: actions/setup-node@v1 with: node-version: "10.x" - name: Cache Node.js modules uses: actions/cache@v1 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.OS }}-node- ${{ runner.OS }}- - run: npm ci - run: npm run lint - run: npm run format:ci - run: npm run type-check
name: Check on: [push] jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js 12.x uses: actions/setup-node@v1 with: node-version: '12.x' - name: Cache Node.js modules uses: actions/cache@v1 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.OS }}-node- ${{ runner.OS }}- - run: npm ci - run: npm run lint - run: npm run format:ci - run: npm run type-check
Copy instead. Really having trouble with this.
# ----------------------------------------------------------------------------- # <copyright file="appveyor.yml" company="MTCS (Matt Middleton)"> # Copyright (c) Meridian Technology Consulting Services (Matt Middleton). # All rights reserved. # </copyright> # ----------------------------------------------------------------------------- # Configuration configuration: release # Before Build Config before_build: - nuget restore Meridian.AwsPasswordExtractor\Meridian.AwsPasswordExtractor.sln # Build Config build: project: Meridian.AwsPasswordExtractor\Meridian.AwsPasswordExtractor.sln # After Build Config after_build: - cmd: | xcopy /s %APPVEYOR_BUILD_FOLDER%\Licences %APPVEYOR_BUILD_FOLDER%\Meridian.AwsPasswordExtractor\Meridian.AwsPasswordExtractor.Console\bin\Release\ xcopy %APPVEYOR_BUILD_FOLDER%\LICENCE.md %APPVEYOR_BUILD_FOLDER%\Meridian.AwsPasswordExtractor\Meridian.AwsPasswordExtractor.Console\bin\Release\aws-pwe-LICENCE.txt 7z a Meridian.AwsPasswordExtractor.zip %APPVEYOR_BUILD_FOLDER%\Meridian.AwsPasswordExtractor\Meridian.AwsPasswordExtractor.Console\bin\Release\*.* AppVeyor PushArtifact Meridian.AwsPasswordExtractor.zip -DeploymentName "Meridian.AwsPasswordExtractor Binaries"
# ----------------------------------------------------------------------------- # <copyright file="appveyor.yml" company="MTCS (Matt Middleton)"> # Copyright (c) Meridian Technology Consulting Services (Matt Middleton). # All rights reserved. # </copyright> # ----------------------------------------------------------------------------- # Configuration configuration: release # Before Build Config before_build: - nuget restore Meridian.AwsPasswordExtractor\Meridian.AwsPasswordExtractor.sln # Build Config build: project: Meridian.AwsPasswordExtractor\Meridian.AwsPasswordExtractor.sln # After Build Config after_build: - cmd: | xcopy /s %APPVEYOR_BUILD_FOLDER%\Licences %APPVEYOR_BUILD_FOLDER%\Meridian.AwsPasswordExtractor\Meridian.AwsPasswordExtractor.Console\bin\Release\ copy %APPVEYOR_BUILD_FOLDER%\LICENCE.md %APPVEYOR_BUILD_FOLDER%\Meridian.AwsPasswordExtractor\Meridian.AwsPasswordExtractor.Console\bin\Release\aws-pwe-LICENCE.txt 7z a Meridian.AwsPasswordExtractor.zip %APPVEYOR_BUILD_FOLDER%\Meridian.AwsPasswordExtractor\Meridian.AwsPasswordExtractor.Console\bin\Release\*.* AppVeyor PushArtifact Meridian.AwsPasswordExtractor.zip -DeploymentName "Meridian.AwsPasswordExtractor Binaries"
Enable CI for release candidate branches
trigger: batch: true branches: include: - ci/* - master - stable variables: BASE_BRANCH: "master" CACHE_S3_PREFIX: "stack" CACHE_S3_VERSION: "v0.1.4" S3_BUCKET: "fpco-public-cache" AWS_REGION: "us-east-1" jobs: - template: ./.azure/azure-osx-template.yml parameters: name: macOS vmImage: macOS-10.13 os: osx - template: ./.azure/azure-linux-template.yml parameters: name: Linux vmImage: ubuntu-16.04 os: linux - template: ./.azure/azure-windows-template.yml parameters: name: Windows vmImage: vs2017-win2016 os: windows
trigger: batch: true branches: include: - ci/* - rc/* - master - stable variables: BASE_BRANCH: "master" CACHE_S3_PREFIX: "stack" CACHE_S3_VERSION: "v0.1.4" S3_BUCKET: "fpco-public-cache" AWS_REGION: "us-east-1" jobs: - template: ./.azure/azure-osx-template.yml parameters: name: macOS vmImage: macOS-10.13 os: osx - template: ./.azure/azure-linux-template.yml parameters: name: Linux vmImage: ubuntu-16.04 os: linux - template: ./.azure/azure-windows-template.yml parameters: name: Windows vmImage: vs2017-win2016 os: windows
Correct TS categories for ucsc twobittofa
name: ucsc_twobittofa owner: iuc description: twoBitToFa is a tool to convert all or part of .2bit file to fasta homepage_url: https://genome.ucsc.edu/goldenpath/help/twoBit.html remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/twobittofa type: unrestricted categories: - Sequence Analysis
name: ucsc_twobittofa owner: iuc description: twoBitToFa is a tool to convert all or part of .2bit file to fasta homepage_url: https://genome.ucsc.edu/goldenpath/help/twoBit.html remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/twobittofa type: unrestricted categories: - Convert Formats
Set autoname of Privacy Indicators
Categories: - Security - System License: MIT AuthorName: Nitish Gadangi AuthorEmail: nitishgadangi@gmail.com AuthorWebSite: https://nitishgadangi.github.io/ SourceCode: https://github.com/NitishGadangi/Privacy-Indicator-App IssueTracker: https://github.com/NitishGadangi/Privacy-Indicator-App/issues Changelog: https://github.com/NitishGadangi/Privacy-Indicator-App/releases Donate: https://pages.razorpay.com/nitishBuyMeCoffee RepoType: git Repo: https://github.com/NitishGadangi/Privacy-Indicator-App.git Builds: - versionName: '2.1' versionCode: 7 commit: '2.1' subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '2.1' CurrentVersionCode: 7
Categories: - Security - System License: MIT AuthorName: Nitish Gadangi AuthorEmail: nitishgadangi@gmail.com AuthorWebSite: https://nitishgadangi.github.io/ SourceCode: https://github.com/NitishGadangi/Privacy-Indicator-App IssueTracker: https://github.com/NitishGadangi/Privacy-Indicator-App/issues Changelog: https://github.com/NitishGadangi/Privacy-Indicator-App/releases Donate: https://pages.razorpay.com/nitishBuyMeCoffee AutoName: Privacy Indicators RepoType: git Repo: https://github.com/NitishGadangi/Privacy-Indicator-App.git Builds: - versionName: '2.1' versionCode: 7 commit: '2.1' subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '2.1' CurrentVersionCode: 7
Switch language to dart, so that a DartVM is available.
language: node_js node_js: - "0.12" - "stable" - "iojs"
language: dart # NodeJS is available everywhere node_js: - "stable" before_script: - npm install script: - npm test