Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Add ext network for joid
fuel: images: ['TestVM'] networks: ['net04', 'net04_ext'] routers: ['router04'] security_groups: ['default'] tenants: ['admin', 'services'] users: ['heat', 'heat-cfn', 'cinder', 'nova', 'swift', 'glance', 'neutron', 'admin', 'fuel_stats_user'] apex: images: [] networks: ['internal', 'external'] routers: [] security_groups: ['default'] tenants: ['admin', 'services', 'service'] users: ['heat', 'heat-cfn', 'cinder', 'nova', 'swift', 'glance', 'neutron', 'admin'] compass: images: [] networks: ['ext-net'] routers: [] security_groups: ['default'] tenants: ['admin', 'service', 'demo'] users: ['heat', 'cinder', 'nova', 'glance', 'neutron', 'admin', 'ceilometer', 'demo', 'keystone'] joid: images: [] networks: [] routers: [] security_groups: ['default'] tenants: ['admin', 'services'] users: ['admin', 'glance', 'nova', 'quantum_nova', 'quantum', 'heat-cfn_heat', 'ceilometer', 'cinder_cinderv2', 'swift'] common: networks: ['functest-net'] routers: ['functest-router']
fuel: images: ['TestVM'] networks: ['net04', 'net04_ext'] routers: ['router04'] security_groups: ['default'] tenants: ['admin', 'services'] users: ['heat', 'heat-cfn', 'cinder', 'nova', 'swift', 'glance', 'neutron', 'admin', 'fuel_stats_user'] apex: images: [] networks: ['internal', 'external'] routers: [] security_groups: ['default'] tenants: ['admin', 'services', 'service'] users: ['heat', 'heat-cfn', 'cinder', 'nova', 'swift', 'glance', 'neutron', 'admin'] compass: images: [] networks: ['ext-net'] routers: [] security_groups: ['default'] tenants: ['admin', 'service', 'demo'] users: ['heat', 'cinder', 'nova', 'glance', 'neutron', 'admin', 'ceilometer', 'demo', 'keystone'] joid: images: [] networks: ['ext-net'] routers: [] security_groups: ['default'] tenants: ['admin', 'services'] users: ['admin', 'glance', 'nova', 'quantum_nova', 'quantum', 'heat-cfn_heat', 'ceilometer', 'cinder_cinderv2', 'swift'] common: networks: ['functest-net'] routers: ['functest-router']
Test Laravel 8 on PHP 8
name: "Run Tests - Current" on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: true matrix: php: [7.4, 7.3] laravel: [8.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 8.* testbench: 6.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} steps: - name: Checkout code uses: actions/checkout@v2 - name: Cache dependencies uses: actions/cache@v2 with: path: ~/.composer/cache/files key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }} - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv coverage: none - name: Install dependencies run: | composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "symfony/console:>=4.3.4" --no-interaction --no-update composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest - name: Execute tests run: vendor/bin/phpunit
name: "Run Tests - Current" on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: true matrix: php: [8.0, 7.4, 7.3] laravel: [8.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 8.* testbench: 6.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} steps: - name: Checkout code uses: actions/checkout@v2 - name: Cache dependencies uses: actions/cache@v2 with: path: ~/.composer/cache/files key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }} - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv coverage: none - name: Install dependencies run: | composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "symfony/console:>=4.3.4" --no-interaction --no-update composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest - name: Execute tests run: vendor/bin/phpunit
Update from Hackage at 2016-06-18T12:42:57+0000
homepage: https://github.com/WillSewell/benchpress changelog-type: '' hash: a4a62919845846f8d36b550acf5ce4e5a36b176ca010bfc2fea7032389c78a20 test-bench-deps: {} maintainer: me@willsewell.com synopsis: Micro-benchmarking with detailed statistics. changelog: '' basic-deps: base: ! '>=2.0 && <4.9' time: ! '>=1 && <1.6' mtl: ! '>=1 && <2.3' all-versions: - '0.1' - '0.2' - '0.2.1' - '0.2.2' - '0.2.2.1' - '0.2.2.2' - '0.2.2.3' - '0.2.2.4' - '0.2.2.5' - '0.2.2.6' - '0.2.2.7' author: Johan Tibell latest: '0.2.2.7' description-type: haddock description: ! 'Benchmarks actions and produces statistics such as min, mean, median, standard deviation, and max execution time. Also computes execution time percentiles. Comes with functions to pretty-print the results.' license-name: BSD3
homepage: https://github.com/WillSewell/benchpress changelog-type: '' hash: dd8fdd697cdfe04addd2cb5cf3fa482eb4b8dc44793446003ef713cfc2aa077c test-bench-deps: {} maintainer: me@willsewell.com synopsis: Micro-benchmarking with detailed statistics. changelog: '' basic-deps: bytestring: -any base: ! '>=2.0 && <4.10' time: ! '>=1 && <1.7' mtl: ! '>=1 && <2.3' all-versions: - '0.1' - '0.2' - '0.2.1' - '0.2.2' - '0.2.2.1' - '0.2.2.2' - '0.2.2.3' - '0.2.2.4' - '0.2.2.5' - '0.2.2.6' - '0.2.2.7' - '0.2.2.8' author: Johan Tibell latest: '0.2.2.8' description-type: haddock description: ! 'Benchmarks actions and produces statistics such as min, mean, median, standard deviation, and max execution time. Also computes execution time percentiles. Comes with functions to pretty-print the results.' license-name: BSD3
Add Rhythmbox and replace Guake by Tilda in desktop role
--- - name: Ensure Unity MediaScanner is removed (useless + cause high CPU peaks) apt: pkg={{ item }} purge=yes state=absent with_items: - mediascanner2.0 - libmediascanner-2.0-0 - name: Install common desktop packages apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time={{ aptcachetime }} with_items: - guake - libnotify-bin - meld # Diff / merge tool - nautilus-compare - nautilus-image-converter - nautilus-image-manipulator - nautilus-open-terminal - nautilus-wipe - ubuntu-restricted-extras # MP3, Microsoft fonts, Flash plugin, LAME and DVD playback - vlc - xclip
--- - name: Ensure Unity MediaScanner is removed (useless + cause high CPU peaks) apt: pkg={{ item }} purge=yes state=absent with_items: - mediascanner2.0 - libmediascanner-2.0-0 - name: Install common desktop packages apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time={{ aptcachetime }} with_items: - libnotify-bin - meld # Diff / merge tool - nautilus-compare - nautilus-image-converter - nautilus-image-manipulator - nautilus-open-terminal - nautilus-wipe - rhythmbox - tilda # lighter than guake - ubuntu-restricted-extras # MP3, Microsoft fonts, Flash plugin, LAME and DVD playback - vlc - xclip
Update from Hackage at 2019-11-23T18:12:58Z
homepage: '' changelog-type: '' hash: 84dc86fa1c292af25963bf7212ae7d55ce87239a9f8d4cc85bd0acc35874d2e1 test-bench-deps: base: -any hspec: ! '>=2.2.3 && <2.6' HUnit: ! '>=1.2 && <2' containers: -any mtl: -any transformers: ! '>=0.3 && <0.6' deepseq: ! '>=1.3 && <2' QuickCheck: ! '>=2.3.0.2 && <3' maintainer: mightybyte@gmail.com synopsis: Syntax sugar for defining maps changelog: '' basic-deps: base: ! '>=4.3 && <4.13' containers: ! '>=0.3 && <0.7' mtl: ! '>=2.0 && <2.3' all-versions: - '0.1' - '0.2' - 0.2.0.1 - 0.2.0.2 - '0.3' author: Doug Beardsley latest: '0.3' description-type: markdown description: ! 'Haskell''s canonical list of tuples syntax for defining maps is not very convenient and also has ambiguous semantics. This package leverages do notation to create a lighter syntax that makes semantics explicit and also allows the option of fail-fast handling of duplicate keys. ' license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: ca8b449615fa57419c16a5e98844624a6ac758692b87b3cfae8c74c87c56f1b2 test-bench-deps: base: -any hspec: ! '>=2.2.3 && <2.8' HUnit: ! '>=1.2 && <2' containers: -any mtl: -any transformers: ! '>=0.3 && <0.6' deepseq: ! '>=1.3 && <2' QuickCheck: ! '>=2.3.0.2 && <3' maintainer: mightybyte@gmail.com synopsis: Syntax sugar for defining maps changelog: '' basic-deps: base: ! '>=4.3 && <4.14' containers: ! '>=0.3 && <0.7' mtl: ! '>=2.0 && <2.3' all-versions: - '0.1' - '0.2' - 0.2.0.1 - 0.2.0.2 - '0.3' author: Doug Beardsley latest: '0.3' description-type: markdown description: | Haskell's canonical list of tuples syntax for defining maps is not very convenient and also has ambiguous semantics. This package leverages do notation to create a lighter syntax that makes semantics explicit and also allows the option of fail-fast handling of duplicate keys. license-name: BSD-3-Clause
Revert "try specifying tag in compose to preserve build cache during later steps"
# For running data integration tests in FilterLists.Data.Tests version: "3.7" services: api: image: filiterlists.api:test-data build: context: . dockerfile: src/FilterLists.Api/Dockerfile target: test-data depends_on: - mariadb mariadb: image: mariadb:10 environment: - MYSQL_ROOT_PASSWORD=filterlists - MYSQL_DATABASE=filterlists - MYSQL_USER=filterlists - MYSQL_PASSWORD=filterlists command: [ "mysqld", "--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_520_ci" ]
# For running data integration tests in FilterLists.Data.Tests version: "3.7" services: api: build: context: . dockerfile: src/FilterLists.Api/Dockerfile target: test-data depends_on: - mariadb mariadb: image: mariadb:10 environment: - MYSQL_ROOT_PASSWORD=filterlists - MYSQL_DATABASE=filterlists - MYSQL_USER=filterlists - MYSQL_PASSWORD=filterlists command: [ "mysqld", "--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_520_ci" ]
Fix typo in bazel image repo
presubmits: GoogleCloudPlatform/testgrid: - name: test-testgrid-all branches: - ^master$ decorate: true always_run: true spec: containers: - image: gcr.io/k8s-prow/launcher.gcr.io/google/bazel:v20200708-6aff115-testgrid command: - bazel args: - test - //...
presubmits: GoogleCloudPlatform/testgrid: - name: test-testgrid-all branches: - ^master$ decorate: true always_run: true spec: containers: - image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:v20200708-6aff115-testgrid command: - bazel args: - test - //...
Update FOSS Warn to 0.2.7 (13)
Categories: - Internet - Sports & Health License: GPL-3.0-only AuthorName: Nucleus AuthorEmail: nucleus-ffm@posteo.de SourceCode: https://github.com/nucleus-ffm/foss_warn IssueTracker: https://github.com/nucleus-ffm/foss_warn/issues Changelog: https://github.com/nucleus-ffm/foss_warn/releases AutoName: FOSS Warn RepoType: git Repo: https://github.com/nucleus-ffm/foss_warn.git Builds: - versionName: 0.2.6 versionCode: 12 commit: 0.2.6 output: build/app/outputs/flutter-apk/app-release.apk srclibs: - flutter@2.8.1 rm: - ios build: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk --release --verbose AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ CurrentVersion: 0.2.6 CurrentVersionCode: 12
Categories: - Internet - Sports & Health License: GPL-3.0-only AuthorName: Nucleus AuthorEmail: nucleus-ffm@posteo.de SourceCode: https://github.com/nucleus-ffm/foss_warn IssueTracker: https://github.com/nucleus-ffm/foss_warn/issues Changelog: https://github.com/nucleus-ffm/foss_warn/releases AutoName: FOSS Warn RepoType: git Repo: https://github.com/nucleus-ffm/foss_warn.git Builds: - versionName: 0.2.6 versionCode: 12 commit: 0.2.6 output: build/app/outputs/flutter-apk/app-release.apk srclibs: - flutter@2.8.1 rm: - ios build: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk --release --verbose - versionName: 0.2.7 versionCode: 13 commit: bb78b7af84c677bc865132b51bb12b06ba1697bd output: build/app/outputs/flutter-apk/app-release.apk srclibs: - flutter@2.8.1 rm: - ios build: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk --release --verbose AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ CurrentVersion: 0.2.7 CurrentVersionCode: 13
Bump github/codeql-action from 1 to 2
name: semgrep on: push: branches-ignore: # Error: Workflows triggered by Dependabot on the "push" event run with read-only access. Uploading Code Scanning results requires write access. To use Code Scanning with Dependabot, please ensure you are using the "pull_request" event for this workflow and avoid triggering on the "push" event for Dependabot branches. See https://docs.github.com/en/code-security/secure-coding/configuring-code-scanning#scanning-on-push for more information on how to configure these events. - dependabot/** pull_request: jobs: semgrep: runs-on: ubuntu-latest continue-on-error: true # TODO: remove when semgrep fixed: https://github.com/returntocorp/semgrep-action/issues/429 steps: - name: Checkout code uses: actions/checkout@v3 - name: Run semgrep uses: returntocorp/semgrep-action@v1 with: config: >- .semgrep/ generateSarif: "1" env: SEMGREP_AGENT_DEBUG: 1 # https://github.com/returntocorp/semgrep-action/issues/429 - name: Upload SARIF file to GitHub Advanced Security Dashboard uses: github/codeql-action/upload-sarif@v1 with: sarif_file: semgrep.sarif if: always()
name: semgrep on: push: branches-ignore: # Error: Workflows triggered by Dependabot on the "push" event run with read-only access. Uploading Code Scanning results requires write access. To use Code Scanning with Dependabot, please ensure you are using the "pull_request" event for this workflow and avoid triggering on the "push" event for Dependabot branches. See https://docs.github.com/en/code-security/secure-coding/configuring-code-scanning#scanning-on-push for more information on how to configure these events. - dependabot/** pull_request: jobs: semgrep: runs-on: ubuntu-latest continue-on-error: true # TODO: remove when semgrep fixed: https://github.com/returntocorp/semgrep-action/issues/429 steps: - name: Checkout code uses: actions/checkout@v3 - name: Run semgrep uses: returntocorp/semgrep-action@v1 with: config: >- .semgrep/ generateSarif: "1" env: SEMGREP_AGENT_DEBUG: 1 # https://github.com/returntocorp/semgrep-action/issues/429 - name: Upload SARIF file to GitHub Advanced Security Dashboard uses: github/codeql-action/upload-sarif@v2 with: sarif_file: semgrep.sarif if: always()
Set up csc.exe on Windows Github Actions build
name: Windows on: [push, pull_request] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v2 - name: prep run: | where python copy c:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe c:\hostedtoolcache\windows\Python\3.7.9\x64\python3.exe cmake . shell: cmd - name: build run: cmake --build . - name: test run: ctest -C Debug --output-on-failure env: PYTHONIOENCODING: utf8
name: Windows on: [push, pull_request] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v2 - name: Setup csc.exe uses: yoavain/Setup-CSC@v7 - name: prep run: | where python copy c:\hostedtoolcache\windows\Python\3.7.9\x64\python.exe c:\hostedtoolcache\windows\Python\3.7.9\x64\python3.exe cmake . shell: cmd - name: build run: cmake --build . - name: test run: ctest -C Debug --output-on-failure env: PYTHONIOENCODING: utf8
Update from Hackage at 2017-06-22T19:25:22Z
homepage: '' changelog-type: markdown hash: 747d58069c86cb825815828f465dc2658f06f602bdd0ad28f66ae6d1109cda9d test-bench-deps: {} maintainer: bjones@galois.com synopsis: AST and pretty printer for Sally changelog: ! '# Revision history for language-sally ## 0.1.0.0 -- 2017-06-02 * First version. Released on an unsuspecting world. ' basic-deps: bytestring: ! '>=0.10' ansi-wl-pprint: ! '>=0.6' base: ! '>=4.8 && <5' text: ! '>=1.2.2 && <1.3' containers: ! '>=0.5' all-versions: - '0.1.0.0' author: Benjamin Jones latest: '0.1.0.0' description-type: haddock description: ! 'AST and pretty printer for the Sally <https://github.com/SRI-CSL/sally> input language' license-name: ISC
homepage: '' changelog-type: markdown hash: c371c79d18e6af9c07196277f22fd0f12ca4dac36380451f3d18217c96f40c33 test-bench-deps: {} maintainer: bjones@galois.com synopsis: AST and pretty printer for Sally changelog: ! '# Revision history for language-sally ## 0.1.0.0 -- 2017-06-02 * First version. Released on an unsuspecting world. ' basic-deps: bytestring: ! '>=0.10' ansi-wl-pprint: ! '>=0.6' base: ! '>=4.8 && <5' text: ! '>=1.2.2 && <1.3' containers: ! '>=0.5' all-versions: - '0.1.0.0' - '0.1.0.1' author: Benjamin Jones latest: '0.1.0.1' description-type: haddock description: ! 'AST and pretty printer for the Sally <https://github.com/SRI-CSL/sally> input language' license-name: ISC
Rename master to main in github workflow
name: Check on: pull_request: push: branches: - master - 'v[0-9]*.[0-9]*.x' jobs: Test: runs-on: ubuntu-latest steps: - name: Check out codebase uses: actions/checkout@v2 - name: Install nix uses: cachix/install-nix-action@v15 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Install environment run: nix-shell - name: Build run: nix-shell --run "build test" - name: Test run: nix-shell --run check-code Validate_Format: runs-on: ubuntu-latest steps: - name: Check out codebase uses: actions/checkout@v2 - name: Install nix uses: cachix/install-nix-action@v15 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Install environment run: nix-shell - name: Validate Format run: nix-shell --run check-format
name: Check on: pull_request: push: branches: - main - 'v[0-9]*.[0-9]*.x' jobs: Test: runs-on: ubuntu-latest steps: - name: Check out codebase uses: actions/checkout@v2 - name: Install nix uses: cachix/install-nix-action@v15 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Install environment run: nix-shell - name: Build run: nix-shell --run "build test" - name: Test run: nix-shell --run check-code Validate_Format: runs-on: ubuntu-latest steps: - name: Check out codebase uses: actions/checkout@v2 - name: Install nix uses: cachix/install-nix-action@v15 with: nix_path: nixpkgs=channel:nixpkgs-unstable - name: Install environment run: nix-shell - name: Validate Format run: nix-shell --run check-format
Add distribution for GH actions
name: Run tests on: push: pull_request: types: [ opened, reopened, edited ] branches: - master jobs: java_tests: runs-on: ubuntu-latest strategy: matrix: java: [ '13', '14', '17' ] steps: - uses: actions/checkout@v2 - name: Setup java uses: actions/setup-java@v2 with: java-version: ${{ matrix.java }} architecture: x64 - name: Run tests with Maven run: mvn -B test --file pom.xml
name: Run tests on: push: pull_request: types: [ opened, reopened, edited ] branches: - master jobs: java_tests: runs-on: ubuntu-latest strategy: matrix: java: [ '13', '14', '17' ] steps: - uses: actions/checkout@v2 - name: Setup java uses: actions/setup-java@v2 with: java-version: ${{ matrix.java }} architecture: x64 distribution: 'temurin' - name: Run tests with Maven run: mvn -B test --file pom.xml
Use patched bosh/main-bosh-docker for integrations
--- platform: linux image_resource: type: docker-image source: repository: bosh/main-bosh-docker inputs: - name: repo run: path: repo/ci/tasks/integration-test/run.sh
--- platform: linux image_resource: type: docker-image source: repository: dpb587/bosh-main-bosh-docker tag: scratch inputs: - name: repo run: path: repo/ci/tasks/integration-test/run.sh
Use stable version of subtree splitter and don't limit on path to allow splitting of newly pushed branches
name: 'Split up the monorepo into subrepositories' on: push: branches: - '5.*' - '6.*' paths: - src/** create: tags: - '*' delete: tags: - '*' jobs: sync_commits: runs-on: ubuntu-latest name: Sync commits if: github.repository == 'Kunstmaan/KunstmaanBundlesCMS' steps: - uses: actions/checkout@v2 with: persist-credentials: false fetch-depth: 0 - uses: frankdejonge/use-github-token@1.0.1 with: authentication: 'kunstmaanlabs:${{ secrets.SPLITTER_TOKEN }}' user_name: 'Kunstmaan CMS' user_email: 'cms@kunstmaan.be' - name: Cache splitsh-lite uses: actions/cache@v2 with: path: | ./splitsh ./splitsh.db key: '${{ runner.os }}-splitsh-v101' - name: Subtree split uses: acrobat/subtree-splitter@batch-process-splits with: config-path: .build/subtree-splitter-config.json batch-size: 1
name: 'Split up the monorepo into subrepositories' on: push: branches: - '5.*' - '6.*' create: tags: - '*' delete: tags: - '*' jobs: sync_commits: runs-on: ubuntu-latest name: Sync commits if: github.repository == 'Kunstmaan/KunstmaanBundlesCMS' steps: - uses: actions/checkout@v2 with: persist-credentials: false fetch-depth: 0 - uses: frankdejonge/use-github-token@1.0.1 with: authentication: 'kunstmaanlabs:${{ secrets.SPLITTER_TOKEN }}' user_name: 'Kunstmaan CMS' user_email: 'cms@kunstmaan.be' - name: Cache splitsh-lite uses: actions/cache@v2 with: path: | ./splitsh ./splitsh.db key: '${{ runner.os }}-splitsh-v101' - name: Subtree split uses: acrobat/subtree-splitter@v1 with: config-path: .build/subtree-splitter-config.json batch-size: 1
Update from Hackage at 2017-07-09T03:46:42Z
homepage: https://github.com/erikd/system-linux-proc changelog-type: markdown hash: fdac3a88bebcf472d3ff5d4888ce555b458807cd670e11a341dae541e61e21c6 test-bench-deps: base: ! '>=4.8 && <5.0' hedgehog: -any maintainer: erikd@mega-nerd.com synopsis: A library for accessing the /proc filesystem in Linux changelog: ! '# Revision history for system-linux-memory ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: bytestring: ==0.10.* base: ! '>=4.8 && <5.0' text: ==1.2.* containers: ==0.5.* attoparsec: ==0.13.* errors: ==2.2.* directory: ==1.3.* all-versions: - '0.1.0.0' - '0.1.0.1' author: Erik de Castro Lopo latest: '0.1.0.1' description-type: haddock description: '' license-name: BSD3
homepage: https://github.com/erikd/system-linux-proc changelog-type: markdown hash: a5d2e85d53d702c0b0a64c1a09a787b397ac729ee88ee65999954886fc5ff4cb test-bench-deps: base: ! '>=4.8 && <5.0' hedgehog: -any maintainer: erikd@mega-nerd.com synopsis: A library for accessing the /proc filesystem in Linux changelog: ! '# Revision history for system-linux-memory ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: bytestring: ==0.10.* base: ! '>=4.8 && <5.0' text: ==1.2.* containers: ==0.5.* attoparsec: ! '>=0.12 && <0.14' errors: ==2.2.* directory: ! '>=1.2 && <1.4' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' author: Erik de Castro Lopo latest: '0.1.0.2' description-type: haddock description: '' license-name: BSD3
Move roadmin_password into mysq instead of global
property_overrides: standalone: true roadmin_password: password mysql: admin_password: password bootstrap_endpoint: username: username password: password proxy: api_username: username api_password: password broker: auth_username: admin auth_password: password cookie_secret: 94046872-2602-4ca6-8d07-8b0da9762477 dashboard_secret: p-mysql-secret plans: - name: 100mb id: ab08f1bc-e6fc-4b56-a767-ee0fea6e3f20 description: Shared MySQL Server max_storage_mb: 10 max_user_connections: 20 - name: 1gb id: 11d0aa36-dcec-4021-85f5-ea4d9a5c8342 description: Shared MySQL Server max_storage_mb: 20 max_user_connections: 40 acceptance_tests: standalone_tests_only: true
property_overrides: standalone: true mysql: admin_password: password roadmin_password: password bootstrap_endpoint: username: username password: password proxy: api_username: username api_password: password broker: auth_username: admin auth_password: password cookie_secret: 94046872-2602-4ca6-8d07-8b0da9762477 dashboard_secret: p-mysql-secret plans: - name: 100mb id: ab08f1bc-e6fc-4b56-a767-ee0fea6e3f20 description: Shared MySQL Server max_storage_mb: 10 max_user_connections: 20 - name: 1gb id: 11d0aa36-dcec-4021-85f5-ea4d9a5c8342 description: Shared MySQL Server max_storage_mb: 20 max_user_connections: 40 acceptance_tests: standalone_tests_only: true
Swap key order in recipe
{% set name = "thermostate" %} {% set version = "1.3.0" %} package: name: {{ name|lower }} version: {{ version }} build: skip: true # [py<37] script: {{ PYTHON }} -m pip install . -vv number: 0 source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/thermostate-{{ version }}.tar.gz sha256: 0fbbff05b63f8a2d4e01b1b419cde17334570b2eca7897b87dc75b17dd0fe6fb requirements: host: - pip - python run: - coolprop >=6.1.0 - matplotlib-base >=2.0 - numpy >=1.15 - pint <1.0,>=0.9 - python test: imports: - thermostate commands: - pip check requires: - pip about: home: https://thermostate.readthedocs.io/ summary: A package to manage thermodynamic states dev_url: https://github.com/bryanwweber/thermostate license: BSD-3-Clause license_file: LICENSE.md extra: recipe-maintainers: - bryanwweber
{% set name = "thermostate" %} {% set version = "1.3.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/thermostate-{{ version }}.tar.gz sha256: 0fbbff05b63f8a2d4e01b1b419cde17334570b2eca7897b87dc75b17dd0fe6fb build: skip: true # [py<37] script: {{ PYTHON }} -m pip install . -vv number: 0 requirements: host: - pip - python run: - coolprop >=6.1.0 - matplotlib-base >=2.0 - numpy >=1.15 - pint <1.0,>=0.9 - python test: imports: - thermostate commands: - pip check requires: - pip about: home: https://thermostate.readthedocs.io/ summary: A package to manage thermodynamic states dev_url: https://github.com/bryanwweber/thermostate license: BSD-3-Clause license_file: LICENSE.md extra: recipe-maintainers: - bryanwweber
Set up RStudio to start in /vagrant when appropriate.
--- - name: Check if RStudio is installed. shell: rstudio-server version | grep {{ rstudio_version }} register: rstudio_installed ignore_errors: true - name: Download 32-bit RStudio. get_url: url=http://download2.rstudio.org/rstudio-server-{{ rstudio_version }}-i386.deb dest=/tmp/rstudio-{{ rstudio_version }}.deb when: rstudio_installed|failed and ansible_architecture == "i386" - name: Download 64-bit RStudio. get_url: url=http://download2.rstudio.org/rstudio-server-{{ rstudio_version }}-amd64.deb dest=/tmp/rstudio-{{ rstudio_version }}.deb when: rstudio_installed|failed and ansible_architecture == "x86_64" - name: Install RStudio. apt: deb=/tmp/rstudio-{{ rstudio_version }}.deb when: rstudio_installed|failed - name: Clean up the RStudio package. file: path=/tmp/rstudio-{{ rstudio_version }}.deb state=absent
--- - name: Check if RStudio is installed. shell: rstudio-server version | grep {{ rstudio_version }} register: rstudio_installed ignore_errors: true - name: Download 32-bit RStudio. get_url: url=http://download2.rstudio.org/rstudio-server-{{ rstudio_version }}-i386.deb dest=/tmp/rstudio-{{ rstudio_version }}.deb when: rstudio_installed|failed and ansible_architecture == "i386" - name: Download 64-bit RStudio. get_url: url=http://download2.rstudio.org/rstudio-server-{{ rstudio_version }}-amd64.deb dest=/tmp/rstudio-{{ rstudio_version }}.deb when: rstudio_installed|failed and ansible_architecture == "x86_64" - name: Install RStudio. apt: deb=/tmp/rstudio-{{ rstudio_version }}.deb when: rstudio_installed|failed - name: Clean up the RStudio package. file: path=/tmp/rstudio-{{ rstudio_version }}.deb state=absent - name: Create the RStudio configuration directory. file: path=/home/{{ interactive_user }}/.rstudio/monitored/user-settings state=directory owner={{ interactive_user}} group={{ interactive_user }} mode=0775 when: interactive_user == "vagrant" - name: Set up RStudio to serve from /vagrant. lineinfile: dest=/home/{{ interactive_user }}/.rstudio/monitored/user-settings/user-settings create=yes state=present regexp="^initialWorkingDirectory=" owner={{ interactive_user}} group={{ interactive_user }} line="initialWorkingDirectory=/vagrant" when: interactive_user == "vagrant"
Split into two shell commands because we have issues with the requirements not be all installed.
--- - name: Ensure Jupyter modules directory exists file: path="{{ jupyterhub_modules_dir }}" state=directory group=users mode=g+rw # Rasterio # We followed the instructions posted at: # https://github.com/mapbox/rasterio/blob/master/CONTRIBUTING.rst#installing-rasterio - name: Add repository for GDAL apt_repository: repo=ppa:ubuntugis/ppa - name: Update apt cache apt: update_cache=yes - name: rasterio dependencies apt: name={{ item }} with_items: - gdal-bin - libgdal-dev - libatlas-dev - libatlas-base-dev - gfortran - name: Clone SciSpark GitHub repository git: repo: https://github.com/mapbox/rasterio dest: "{{ jupyterhub_modules_dir }}/rasterio" update: no - name: Install rasterio pip: executable=pip3 chdir="{{ jupyterhub_modules_dir }}/rasterio/" extra_args="-e .[test]" requirements="{{ jupyterhub_modules_dir }}/rasterio/requirements-dev.txt"
--- - name: Ensure Jupyter modules directory exists file: path="{{ jupyterhub_modules_dir }}" state=directory group=users mode=g+rw # Rasterio # We followed the instructions posted at: # https://github.com/mapbox/rasterio/blob/master/CONTRIBUTING.rst#installing-rasterio - name: Add repository for GDAL apt_repository: repo=ppa:ubuntugis/ppa - name: Update apt cache apt: update_cache=yes - name: rasterio dependencies apt: name={{ item }} with_items: - gdal-bin - libgdal-dev - libatlas-dev - libatlas-base-dev - gfortran - name: Clone SciSpark GitHub repository git: repo: https://github.com/mapbox/rasterio dest: "{{ jupyterhub_modules_dir }}/rasterio" update: no - name: Install requirements shell: "cd {{ jupyterhub_modules_dir }}/rasterio/ ; pip3 install -r requirements-dev.txt" - name: Install rasterio shell: "cd {{ jupyterhub_modules_dir }}/rasterio/ ; pip3 install -e .[test]"
Update from Hackage at 2018-03-21T15:13:19Z
homepage: https://github.com/andrewthad/quickcheck-classes#readme changelog-type: '' hash: c8e9231363cfc9c79ec416498d138b8ec4ae97815d2a1562dd22dbc3854f1033 test-bench-deps: base: -any quickcheck-classes: -any tagged: -any transformers: -any QuickCheck: -any aeson: -any primitive: -any vector: -any maintainer: andrew.thaddeus@gmail.com synopsis: QuickCheck common typeclasses changelog: '' basic-deps: semigroupoids: -any base: ! '>=4.5 && <5' semigroups: -any tagged: -any containers: -any bifunctors: -any transformers: -any QuickCheck: ! '>=2.9' aeson: -any primitive: ! '>=0.6.1' all-versions: - '0.1' - '0.2' - '0.3' - '0.3.1' - '0.3.2' - '0.3.3' - '0.4.0' author: Andrew Martin latest: '0.4.0' description-type: markdown description: ! '# quickcheck-classes ' license-name: BSD3
homepage: https://github.com/andrewthad/quickcheck-classes#readme changelog-type: '' hash: 54a5916e462cfce6782f3f43dc824846592371230ec8f66b8bfa1e709297a241 test-bench-deps: base: -any quickcheck-classes: -any tagged: -any transformers: -any QuickCheck: -any aeson: -any primitive: -any vector: -any maintainer: andrew.thaddeus@gmail.com synopsis: QuickCheck common typeclasses changelog: '' basic-deps: semigroupoids: -any base: ! '>=4.5 && <5' semigroups: -any tagged: -any containers: -any bifunctors: -any transformers: ! '>=0.4 && <0.6' QuickCheck: ! '>=2.9' aeson: -any primitive: ! '>=0.6.1 && <0.7' all-versions: - '0.1' - '0.2' - '0.3' - '0.3.1' - '0.3.2' - '0.3.3' - '0.4.0' - '0.4.1' author: Andrew Martin latest: '0.4.1' description-type: markdown description: ! '# quickcheck-classes ' license-name: BSD3
Update from Hackage at 2016-02-26T03:41:00+0000
homepage: '' changelog-type: '' hash: 22aaa3fa14d8962ce321a5da0f76f37cae6dfca6c43fcd85d69478ac16df9945 test-bench-deps: {} maintainer: bryan@bryanstamour.com synopsis: Haskell interface to the nist random beacon. changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4.8 && <4.9' xml: ! '>=1.3 && <1.4' HTTP: ! '>=4000.2 && <4000.3' all-versions: - '0.1.0.0' author: Bryan St. Amour latest: '0.1.0.0' description-type: markdown description: ! '# haskell-nist-beacon Simple interface to the NIST Randomness Beacon. ' license-name: BSD3
homepage: https://github.com/bstamour/haskell-nist-beacon changelog-type: '' hash: e89bdd37cff6bafc9f7c112099f2bccf51923b79223f7adc2e1263f6340e728b test-bench-deps: {} maintainer: bryan@bryanstamour.com synopsis: Haskell interface to the nist random beacon. changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4.8 && <4.9' xml: ! '>=1.3 && <1.4' http-conduit: ! '>=2.0' all-versions: - '0.1.0.0' - '0.1.0.1' author: Bryan St. Amour latest: '0.1.0.1' description-type: markdown description: ! '# haskell-nist-beacon Simple interface to the NIST Randomness Beacon. Now available on hackage! See https://hackage.haskell.org/package/nist-beacon-0.1.0.0 ' license-name: BSD3
Update Windows Cmake to new version 2.0.0
name: Windows Cmake on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: env: EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }} jobs: Windows-cmake: name: Windows Cmake uses: steinwurf/windows-cmake-action/.github/workflows/action.yml@1.0.0 with: extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
name: Windows Cmake on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: env: EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }} jobs: Windows-cmake: name: Windows Cmake uses: steinwurf/windows-cmake-action/.github/workflows/action.yml@2.0.0 with: extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
Configure Coveralls for parallel jobs
name: test on: [push, pull_request] jobs: test: strategy: matrix: os: - ubuntu-latest - macos-latest - windows-latest node: - 14 runs-on: ${{ matrix.os }} name: Node ${{ matrix.node }} on ${{ matrix.os }} steps: - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - uses: actions/checkout@v2 - run: npm install - run: npm test - uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }}
name: test on: [push, pull_request] jobs: test: strategy: matrix: os: - ubuntu-latest - macos-latest - windows-latest node: - 14 runs-on: ${{ matrix.os }} name: Node ${{ matrix.node }} on ${{ matrix.os }} steps: - name: Install Node uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - name: Checkout uses: actions/checkout@v2 - name: Install dependencies run: npm install - name: Test run: npm test - name: Report coverage uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: ${{ matrix.os }}-node-${{ matrix.node }} parallel: true finish: needs: test runs-on: ubuntu-latest steps: - name: Aggregate coverages uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true
Add proper content type to default chaplin file
api_url: "http://localhost:{{env.PORT}}/api" layout: layout.html 404: 404.html routes: GET /: index.html GET /about: about.html GET /redirect_to_about: redirect go_to_about_page pages: about.html: repo: GET repos/victormours/chaplin redirects: go_to_about_page: path: /about requests: {}
api_url: "http://localhost:{{env.PORT}}/api" headers: "Content-Type": "application/json" layout: layout.html 404: 404.html routes: GET /: index.html GET /about: about.html GET /redirect_to_about: redirect go_to_about_page pages: about.html: repo: GET repos/victormours/chaplin redirects: go_to_about_page: path: /about requests: {}
Update from Hackage at 2020-04-10T16:16:07Z
homepage: https://github.com/panavtec/i3blocks-hs-contrib#readme changelog-type: markdown hash: 120cbc0e578275da9aa1543bdeaf17afe3a798e8bf6a731b83ec65fc34ecd86c test-bench-deps: {} maintainer: |- Christian Panadero <panavtec@gmail.com>, Carlos Morera <carlosdelachica@gmail.com> synopsis: Base i3blocks written in haskell changelog: | ## Changes in 0.1.0 Initial version basic-deps: lens-aeson: <1.1 base: ! '>=4.3 && <5' time: <1.9 text: <1.3 turtle: <1.6 wreq: <0.5 lens: <4.2 attoparsec: <0.14 transformers: <0.6 aeson: <1.5 all-versions: - 1.0.0 author: |- Christian Panadero <panavtec@gmail.com>, Carlos Morera <carlosdelachica@gmail.com> latest: 1.0.0 description-type: haddock description: ! '@i3blocks-hs-contrib@ defines a set of blocks for your i3 bar' license-name: MIT
homepage: https://github.com/panavtec/i3blocks-hs-contrib#readme changelog-type: markdown hash: a23b2a9d36d8406b467ea5cb59ff5fe169acfee0142c730671a03cb1f04f0c8c test-bench-deps: {} maintainer: |- Christian Panadero <panavtec@gmail.com>, Carlos Morera <carlosdelachica@gmail.com> synopsis: Base i3blocks written in haskell changelog: | ## Changes in 0.1.0 Initial version basic-deps: http-client: <0.7 base: '>=4.3 && <5' time: <1.9 text: <1.3 turtle: <1.6 http-client-tls: <0.4 attoparsec: <0.14 transformers: <0.6 aeson: <1.5 all-versions: - 1.0.0 - 2.0.0 author: |- Christian Panadero <panavtec@gmail.com>, Carlos Morera <carlosdelachica@gmail.com> latest: 2.0.0 description-type: haddock description: '@i3blocks-hs-contrib@ defines a set of blocks for your i3 bar' license-name: MIT
Create notification on removing attrribute group if it has system attributes - applied confirmation
oro: entity_config: attributes_grid: delete_attribute.confirm_content: Are you sure you want to delete this attribute? attribute: attributes_moved_to_default_group: System attributes were moved to default group move_from: move from noname: No name remove_confirmation_title: Remove Attribute Group with system attributes remove_confirmation_text: Are you sure to delete this Attribute Group? All system attributes will be moved to first one automatically.
oro: entity_config: attributes_grid: delete_attribute.confirm_content: Are you sure you want to delete this attribute? attribute: attributes_moved_to_default_group: System attributes were moved to default group move_from: move from noname: No name remove_confirmation_title: Remove Attribute Group with system attributes remove_confirmation_text: Are you sure to delete this Attribute Group? All system attributes will be moved to first one automatically.
Update from Hackage at 2016-11-24T11:14:04Z
homepage: '' changelog-type: '' hash: e83c74500a2b3f4ebaf1923faff8d2f1efc8319abfbac66725b47b7992b1f3af test-bench-deps: {} maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com> synopsis: Interface for JavaScript that works with GHCJS and GHC changelog: '' basic-deps: bytestring: ! '>=0.10.6.0 && <0.11' base: <5 aeson: ! '>=0.8.0.2 && <1.1' jsaddle: ! '>=0.6.0.0 && <0.7' all-versions: - '0.6.0.0' author: Hamish Mackenzie latest: '0.6.0.0' description-type: haddock description: ! 'This package provides an EDSL for calling JavaScript that can be used both from GHCJS and GHC. When using GHC the application is run using Warp and WebSockets to drive a small JavaScipt helper.' license-name: MIT
homepage: '' changelog-type: '' hash: 77401f7a71c22bee5cb07095a1d744a28850978565021bd071426048ecc8eafe test-bench-deps: {} maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com> synopsis: Interface for JavaScript that works with GHCJS and GHC changelog: '' basic-deps: bytestring: ! '>=0.10.6.0 && <0.11' base: <5 aeson: ! '>=0.8.0.2 && <1.1' jsaddle: ! '>=0.7.0.0 && <0.8' all-versions: - '0.6.0.0' - '0.7.0.0' author: Hamish Mackenzie latest: '0.7.0.0' description-type: haddock description: ! 'This package provides an EDSL for calling JavaScript that can be used both from GHCJS and GHC. When using GHC the application is run using Warp and WebSockets to drive a small JavaScipt helper.' license-name: MIT
Update from Hackage at 2017-07-11T14:49:48Z
homepage: http://github.com/GregorySchwartz/find-clumpiness#readme changelog-type: '' hash: aefd301c132ee294ba3961049fc1d9b527fbb9de6305f3b4bf625c39df16bdfa test-bench-deps: {} maintainer: gsch@mail.med.upenn.edu synopsis: Find the clumpiness of labels in a tree changelog: '' basic-deps: BiobaseNewick: -any 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 listsafe: -any aeson: -any vector: -any all-versions: - '0.2.0.1' - '0.2.1.2' author: Gregory W. Schwartz latest: '0.2.1.2' description-type: haddock description: Use a clumpiness measure to find the aggregation relationship between labels inside of a tree. license-name: GPL-3
homepage: http://github.com/GregorySchwartz/find-clumpiness#readme changelog-type: '' hash: c849d5bb3fa5442d9aed233c31becf486becdee31915a4030d78e1e8247bf275 test-bench-deps: {} maintainer: gsch@mail.med.upenn.edu synopsis: Find the clumpiness of labels in a tree changelog: '' basic-deps: BiobaseNewick: -any 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 listsafe: -any aeson: -any vector: -any all-versions: - '0.2.0.1' - '0.2.1.2' - '0.2.1.3' author: Gregory W. Schwartz latest: '0.2.1.3' description-type: haddock description: Use a clumpiness measure to find the aggregation relationship between labels inside of a tree. license-name: GPL-3
Bump Xcode version on TravisCI
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode8.3 language: objective-c # cache: cocoapods xcode_workspace: emojidataios.xcworkspace xcode_scheme: emojidataios podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version - pod repo update - pod install --project-directory=Example script: #- set -o pipefail && xcodebuild test -workspace Example/emojidataios.xcworkspace -scheme emojidataios-Example -sdk iphonesimulator10.3 -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty - pod lib lint
# references: # * http://www.objc.io/issue-6/travis-ci.html # * https://github.com/supermarin/xcpretty#usage osx_image: xcode9.2 language: objective-c # cache: cocoapods xcode_workspace: emojidataios.xcworkspace xcode_scheme: emojidataios podfile: Example/Podfile before_install: - gem install cocoapods # Since Travis is not always on latest version - pod repo update - pod install --project-directory=Example script: #- set -o pipefail && xcodebuild test -workspace Example/emojidataios.xcworkspace -scheme emojidataios-Example -sdk iphonesimulator10.3 -destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3' ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty - pod lib lint
Add git LFS install to Travis CI
--- language: python install: - sudo apt-get update # We do this conditionally because it saves us some downloading if the # version is the same. - sudo apt-get install tesseract-ocr - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - 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 # Useful for debugging any issues with conda - conda info -a - conda create -q -y -n test-environment python=3 - source activate test-environment - conda install -q -y -n test-environment pytest matplotlib scikit-image jupyter - pip install pylint nbval pytesseract - unset VIRTUAL_ENV script: - py.test index.ipynb --nbval --sanitize-with sanitize.cfg - pylint --extension-pkg-whitelist=numpy *.py
--- language: python before_install: ## install git lfs before cloning the repo - sudo apt-get update - wget https://github.com/github/git-lfs/releases/download/v1.4.4/git-lfs-linux-amd64-1.4.4.tar.gz - tar zxvf git-lfs-linux-amd64-1.4.4.tar.gz - cd git-lfs-1.4.4/ - mkdir -p $HOME/bin - install git-lfs $HOME/bin - export PATH=$HOME/bin:$PATH - git lfs install install: - sudo apt-get update # We do this conditionally because it saves us some downloading if the # version is the same. - sudo apt-get install tesseract-ocr - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - 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 # Useful for debugging any issues with conda - conda info -a - conda create -q -y -n test-environment python=3 - source activate test-environment - conda install -q -y -n test-environment pytest matplotlib scikit-image jupyter - pip install pylint nbval pytesseract - unset VIRTUAL_ENV script: - py.test index.ipynb --nbval --sanitize-with sanitize.cfg - pylint --extension-pkg-whitelist=numpy *.py
Clean out botocore and boto3 in Travis build step.
sudo: false language: python python: - "2.7" install: pip install tox-travis==0.8 script: tox
sudo: false language: python python: - "2.7" install: - pip uninstall botocore boto3 - pip install boto3 - pip install tox-travis==0.8 script: tox
Call coveralls after build success
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" before_install: # Installing Arpeggio as a dependency - cd .. - pip install Jinja2 - pip install coverage - pip install flake8 - git clone --depth=1 --branch=master git://github.com/textX/Arpeggio.git - cd Arpeggio && python setup.py install - cd ../textX install: - ./install-all-dev.sh script: - ./runtests.sh matrix: include: - python: 3.7 dist: xenial sudo: true
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" before_install: # Installing Arpeggio as a dependency - cd .. - pip install Jinja2 - pip install coverage - pip install flake8 - git clone --depth=1 --branch=master git://github.com/textX/Arpeggio.git - cd Arpeggio && python setup.py install - cd ../textX install: - ./install-all-dev.sh script: - ./runtests.sh after_success: - coveralls matrix: include: - python: 3.7 dist: xenial sudo: true
Use after_success instead of before_script hook
language: generic sudo: required before_install: - sudo add-apt-repository ppa:duggan/bats --yes - sudo apt-get update -qq - sudo apt-get install -qq bats before_script: - pip install --user codecov && codecov script: bats --tap test notifications: email: on_success: never
language: generic sudo: required before_install: - sudo add-apt-repository ppa:duggan/bats --yes - sudo apt-get update -qq - sudo apt-get install -qq bats script: bats --tap test after_success: - bash <(curl -s https://codecov.io/bash) notifications: email: on_success: never
Add libzmq3 dependency and rspec execution
language: ruby rvm: - 1.9.3 - 2.1.0
before_install: sudo apt-get install libzmq3-dev script: bundle exec rspec language: ruby rvm: - 1.9.3 - 2.1.0
Enable jruby test on TravisCI
language: ruby rvm: #- jruby-20mode #- jruby-21mode #- jruby-head - 2.0.0 - 2.1.7 - 2.2.3 - ruby-head
language: ruby rvm: - jruby-20mode - jruby-21mode - jruby-head - 2.0.0 - 2.1.7 - 2.2.3 - ruby-head
Remove deprecated CI config option
sudo: false cache: bundler language: ruby rvm: - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 - 2.5.8 - 2.6.6 - 2.7.1 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true matrix: - AR=5.0.3 - AR=5.1.1 - AR=5.2.2 - AR=6.0.3.3 matrix: exclude: - rvm: 2.1.10 env: AR=5.0.3 - rvm: 2.1.10 env: AR=5.1.1 - rvm: 2.1.10 env: AR=6.0.3.3 - rvm: 2.2.7 env: AR=6.0.3.3 - rvm: 2.3.4 env: AR=6.0.3.3 - rvm: 2.4.1 env: AR=6.0.3.3 - rvm: 2.5.8 env: AR=6.0.3.3 - rvm: 2.6.6 env: AR=6.0.3.3 before_script: - mysql -e 'create database seeder_test;'
cache: bundler language: ruby rvm: - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 - 2.5.8 - 2.6.6 - 2.7.1 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true matrix: - AR=5.0.3 - AR=5.1.1 - AR=5.2.2 - AR=6.0.3.3 matrix: exclude: - rvm: 2.1.10 env: AR=5.0.3 - rvm: 2.1.10 env: AR=5.1.1 - rvm: 2.1.10 env: AR=6.0.3.3 - rvm: 2.2.7 env: AR=6.0.3.3 - rvm: 2.3.4 env: AR=6.0.3.3 - rvm: 2.4.1 env: AR=6.0.3.3 - rvm: 2.5.8 env: AR=6.0.3.3 - rvm: 2.6.6 env: AR=6.0.3.3 before_script: - mysql -e 'create database seeder_test;'
Change installation command from grammpy - use master version
language: python python: - "3.5" # command to install dependencies install: - pip install coverage python-coveralls - pip install -e git+https://github.com/PatrikValkovic/grammpy@dev#egg=grammpy # command to run tests with coverage script: - coverage run --source=grammpy_transforms -m unittest discover -s tests -p "*Test.py" -q # report coverage after_script: - coverage report -m - coveralls # disable email notifications notifications: email: false
language: python python: - "3.5" # command to install dependencies install: - pip install coverage python-coveralls grammpy #- pip install -e git+https://github.com/PatrikValkovic/grammpy@dev#egg=grammpy # command to run tests with coverage script: - coverage run --source=grammpy_transforms -m unittest discover -s tests -p "*Test.py" -q # report coverage after_script: - coverage report -m - coveralls # disable email notifications notifications: email: false
Drop node 4 support, remove 9 and add 10 and latest (semver-major)
language: node_js node_js: - "4" - "6" - "8" - "9" sudo: false script: "npm run-script travis"
language: node_js node_js: - "6" - "8" - "10" - "node" sudo: false script: "npm run-script travis"
Use openjd8 instead of oraclejdk8
dist: trusty addons: apt: packages: - fakeroot cache: directories: - $HOME/.ivy2 - $HOME/.sbt deploy: - file: target/debian/bintray.json key: $BINTRAY_KEY on: tags: true provider: bintray skip_cleanup: true user: pauldraper - api_key: $GITHUB_AUTH file: - admin/target/*.deb - worker/target/**/*.jar file_glob: true on: tags: true provider: releases skip_cleanup: true git: depth: 1 jdk: - oraclejdk8 language: scala script: - '[ "$TRAVIS_PULL_REQUEST" != false ] || export SBT_OPTS=-Dbuild.version=${TRAVIS_TAG:-$TRAVIS_BRANCH-SNAPSHOT}' - | if [ "$TRAVIS_SECURE_ENV_VARS" == true ]; then echo "$PGP_SECRET" | base64 --decode | gpg --import if [ -z "$TRAVIS_TAG" ]; then sbt "compile" "test" "doc" "publishSigned" else sbt "packageBin" "packageDoc" "packageSrc" "test" "debian:bintrayDescriptor" 'sonatypeOpen piezo-$TRAVIS_TAG' "publishSigned" "sonatypeReleaseAll" fi else sbt "compile" "test" fi
dist: trusty addons: apt: packages: - fakeroot cache: directories: - $HOME/.ivy2 - $HOME/.sbt deploy: - file: target/debian/bintray.json key: $BINTRAY_KEY on: tags: true provider: bintray skip_cleanup: true user: pauldraper - api_key: $GITHUB_AUTH file: - admin/target/*.deb - worker/target/**/*.jar file_glob: true on: tags: true provider: releases skip_cleanup: true git: depth: 1 jdk: - openjdk8 language: scala script: - '[ "$TRAVIS_PULL_REQUEST" != false ] || export SBT_OPTS=-Dbuild.version=${TRAVIS_TAG:-$TRAVIS_BRANCH-SNAPSHOT}' - | if [ "$TRAVIS_SECURE_ENV_VARS" == true ]; then echo "$PGP_SECRET" | base64 --decode | gpg --import if [ -z "$TRAVIS_TAG" ]; then sbt "compile" "test" "doc" "publishSigned" else sbt "packageBin" "packageDoc" "packageSrc" "test" "debian:bintrayDescriptor" 'sonatypeOpen piezo-$TRAVIS_TAG' "publishSigned" "sonatypeReleaseAll" fi else sbt "compile" "test" fi
Remove of connected device tests
language: android env: global: - ANDROID_ABI=armeabi-v7a - ANDROID_TAG=google_apis android: jdk: - openjdk8 components: - tools # the current build tools version used by this project - build-tools-23.0.3 # the sdk used to compile the project - android-23 - extra-android-support - extra-android-m2repository - sys-img-armeabi-v7a-google_apis-23 before_install: - chmod +x gradlew # Emulator Management: Create, Start and Wait before_script: - echo no | android create avd --force -n test -t "android-23" --abi $ANDROID_ABI --tag $ANDROID_TAG - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator script: - ./gradlew assembleDebug -PpreDexEnable=false -Pcom.android.build.threadPoolSize=1 -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms512m -Xmx512m" -Dorg.gradle.daemon=false - ./gradlew connectedAndroidTest -PdisablePreDex -Dorg.gradle.daemon=false --console=plain
language: android env: global: - ANDROID_ABI=armeabi-v7a - ANDROID_TAG=google_apis android: jdk: - openjdk8 components: - tools # the current build tools version used by this project - build-tools-23.0.3 # the sdk used to compile the project - android-23 - extra-android-support - extra-android-m2repository # - sys-img-armeabi-v7a-google_apis-23 before_install: - chmod +x gradlew # Emulator Management: Create, Start and Wait #before_script: # - echo no | android create avd --force -n test -t "android-23" --abi $ANDROID_ABI --tag $ANDROID_TAG # - emulator -avd test -no-skin -no-audio -no-window & # - android-wait-for-emulator script: - ./gradlew assembleDebug -PpreDexEnable=false -Pcom.android.build.threadPoolSize=1 -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms512m -Xmx512m" -Dorg.gradle.daemon=false # - ./gradlew connectedAndroidTest -PdisablePreDex -Dorg.gradle.daemon=false --console=plain
Remove Node 0.8 from Travis testing.
language: node_js node_js: - "6.0" - "5.0" - "4.0" - "iojs" - "0.12" - "0.11" - "0.10" - "0.8" sudo: false
language: node_js node_js: - "6.0" - "5.0" - "4.0" - "iojs" - "0.12" - "0.11" - "0.10" sudo: false
Modify build directive with context and dockerfile
version: '3' services: identidock_component_tester: build: . depends_on: - identidock identidock: build: ../.. image: aroyd/identidock_component_test:${IDENTIDOCK_COMPONENT_TEST_IMAGE_TAG:-latest} environment: ENV: COMPONENT_TEST ports: - "9090:9090" - "9091:9091" depends_on: - dnmonster - redis dnmonster: image: amouat/dnmonster:1.0 redis: image: redis:3.0-alpine
version: '3' services: identidock_component_tester: build: context: ../.. dockerfile: tests/component/Dockerfile image: aroyd/identidock_component_tester:${IDENTIDOCK_COMPONENT_TESTER_IMAGE_TAG:-latest} depends_on: - identidock identidock: build: ../.. image: aroyd/identidock_component_test:${IDENTIDOCK_COMPONENT_TEST_IMAGE_TAG:-latest} environment: ENV: COMPONENT_TEST depends_on: - dnmonster - redis dnmonster: #build: mountebank/dnmonster #image: aroyd/dnmoster_stub:${DNMONSTER_STUB_IMAGE_TAG:-latest} image: amouat/dnmonster:1.0 redis: image: redis:3.0-alpine
Add development URL to allowed CORS domain
--- general: CORS: allowed_origins: - "https://sritest.io" reports: ttl: 2419200 prefix: "report:" hashkeys: "hashkeys" http_client: user_agent: 'compatible; sritest.io; https://sritest.io' timeout: 8000 validator: protocols: - "http" - "https" ...
--- general: CORS: allowed_origins: - "http://sritest.io:3000" - "https://sritest.io" reports: ttl: 2419200 prefix: "report:" hashkeys: "hashkeys" http_client: user_agent: 'compatible; sritest.io; https://sritest.io' timeout: 8000 validator: protocols: - "http" - "https" ...
Remove "1.8" from action name
name: Java CI on: push: branches: - master pull_request: branches: - master jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [8, 11, 15] name: Java ${{ matrix.java }} steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: CI Test run: mvn verify - name: Upload Artifact if: ${{ matrix.java == 8 }} uses: actions/upload-artifact@v2 with: name: robot.jar path: bin/robot.jar retention-days: 90
name: Java CI on: push: branches: - master pull_request: branches: - master jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [8, 11, 15] name: Java ${{ matrix.java }} steps: - uses: actions/checkout@v2 - name: Set up JDK uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: CI Test run: mvn verify - name: Upload Artifact if: ${{ matrix.java == 8 }} uses: actions/upload-artifact@v2 with: name: robot.jar path: bin/robot.jar retention-days: 90
Configure the active storage analysis queue
--- :concurrency: 5 staging: :concurrency: 10 production: :concurrency: 10 :queues: - default - mailers
--- :concurrency: 5 staging: :concurrency: 10 production: :concurrency: 10 :queues: - default - mailers - active_storage_analysis
Make it possible to read variables from env file in grunt tasks
version: "2" services: requisition-ui: image: openlmis/dev-ui:1 ports: - "9000:9000" - "9876:9876" working_dir: /app volumes: - '.:/app' image: build: . image: openlmis/requisition-ui
version: "2" services: requisition-ui: image: openlmis/dev-ui:1 ports: - "9000:9000" - "9876:9876" working_dir: /app volumes: - '.:/app' env_file: .env image: build: . image: openlmis/requisition-ui
Set -o pipefail in install_jenkins pipeline
platform: linux inputs: - name: continuous-deployment-on-kubernetes outputs: - name: email image_resource: type: docker-image source: repository: google/cloud-sdk tag: latest params: service_account_json: project_id: zone: run: path: bash args: - -exc - | cat > service_account.json <<EOF $service_account_json EOF apt-get install -y git openssl gcloud auth activate-service-account --key-file=service_account.json gcloud config set project $project_id gcloud config set compute/zone $zone cd continuous-deployment-on-kubernetes # Setup email echo "CD on K8s: Failed to run tutorial" > ../email/subject-failed git --no-pager show > ../email/body-failed ./tests/scripts/cleanup.sh | tee ../email/body-failed ./tests/scripts/install-jenkins.sh | tee ../email/body-failed
platform: linux inputs: - name: continuous-deployment-on-kubernetes outputs: - name: email image_resource: type: docker-image source: repository: google/cloud-sdk tag: latest params: service_account_json: project_id: zone: run: path: bash args: - -exc - | set -o pipefail cat > service_account.json <<EOF $service_account_json EOF apt-get install -y git openssl gcloud auth activate-service-account --key-file=service_account.json gcloud config set project $project_id gcloud config set compute/zone $zone cd continuous-deployment-on-kubernetes # Setup email echo "CD on K8s: Failed to run tutorial" > ../email/subject-failed git --no-pager show > ../email/body-failed ./tests/scripts/cleanup.sh | tee ../email/body-failed ./tests/scripts/install-jenkins.sh | tee ../email/body-failed
Update from Forestry.io - Updated Forestry configuration
--- label: medium hide_body: is_partial: fields: - name: layout label: Layout type: text hidden: false default: '' - name: title label: Title type: text hidden: false default: '' - name: date label: Date type: datetime hidden: false default: '' - name: img label: Img type: file hidden: false default: '' - name: comments label: Comments type: boolean hidden: false default: '' - name: tags label: Tags type: tag_list hidden: false default: ''
--- label: medium hide_body: false is_partial: false fields: - name: layout label: Layout type: text hidden: false default: post - name: title label: Title type: text hidden: false default: Título - name: date label: Date type: datetime hidden: false default: 2019-02-21 03:00:00 +0000 - name: img label: Img type: file hidden: false default: "/images/click-2.png" - name: comments label: Comments type: boolean hidden: false default: true - name: tags label: Tags type: tag_list hidden: false default: ''
Remove required test host for the mistral CI workflow
--- name: mistral_get_build_hosts description: Mistral get build hosts subworkflow enabled: true runner_type: orquesta entry_point: workflows/mistral_get_build_hosts.yaml parameters: hosts: type: object properties: test: type: string description: The name of the host where the integration test(s) will run. required: true build: type: string description: The name of the host where the build process will run.
--- name: mistral_get_build_hosts description: Mistral get build hosts subworkflow enabled: true runner_type: orquesta entry_point: workflows/mistral_get_build_hosts.yaml parameters: hosts: type: object properties: test: type: string description: The name of the host where the integration test(s) will run. build: type: string description: The name of the host where the build process will run.
Add trusted list to make debug commands safer.
statefile: /var/slacksoc/state.gob plugins: - name: Respond responses: - trigger: "(yo|hey|hi|hello|sup),? slacksoc" replies: ["hello", "wassup", "yo"] - trigger: "((good)?bye|adios),? slacksoc" replies: ["goodbye"] - trigger: "how much better is slack than groupme?" replies: ["infinity"] - trigger: ".*slack.*" reacts: ["raisedeyebrow"] - name: Debug - name: Love baseUrl: https://cwrulove.appspot.com/api - name: GitHub - name: RealName channel: general
statefile: /var/slacksoc/state.gob plugins: - name: Respond responses: - trigger: "(yo|hey|hi|hello|sup),? slacksoc" replies: ["hello", "wassup", "yo"] - trigger: "((good)?bye|adios),? slacksoc" replies: ["goodbye"] - trigger: "how much better is slack than groupme?" replies: ["infinity"] - trigger: ".*slack.*" reacts: ["raisedeyebrow"] - name: Debug trusted: ["brenns10", "mason", "bentley"] - name: Love baseUrl: https://cwrulove.appspot.com/api - name: GitHub - name: RealName channel: general
Include until the larger refactoring occurs
--- dependencies: - common_vars - role: user user_info: "{{ COMMON_USER_INFO }}" - role: security when: COMMON_SECURITY_UPDATES
--- dependencies: - common_vars - server_utils - role: user user_info: "{{ COMMON_USER_INFO }}" - role: security when: COMMON_SECURITY_UPDATES
Use latest juju 2.1 branch for snap builds until GA
name: conjure-up version: 2.1.0 summary: Package runtime for conjure-up spells description: > This package provides conjure-up, an interface to installing spells that provide the user with an end to end walkthrough experience for installing and using big software. confinement: classic grade: stable apps: conjure-up: command: wrappers/conjure-up conjure-down: command: wrappers/conjure-down aliases: [conjure-down] juju: command: bin/juju bridge: command: wrappers/bridge.start stop-command: wrappers/bridge.stop restart-condition: never daemon: oneshot parts: conjure-up: plugin: python source: https://github.com/conjure-up/conjure-up source-type: git source-branch: master requirements: requirements.txt stage-packages: - bsdtar - jq configs: plugin: dump source: https://github.com/conjure-up/conjure-up source-type: git filesets: etc/conjure-up.conf: etc/conjure-up.conf wrappers: plugin: dump source: snapcraft/ juju: plugin: godeps go-importpath: github.com/juju/juju source: https://github.com/juju/juju.git source-type: git source-tag: juju-2.1-beta4 prime: - bin/juju
name: conjure-up version: 2.1.0 summary: Package runtime for conjure-up spells description: > This package provides conjure-up, an interface to installing spells that provide the user with an end to end walkthrough experience for installing and using big software. confinement: classic grade: stable apps: conjure-up: command: wrappers/conjure-up conjure-down: command: wrappers/conjure-down aliases: [conjure-down] juju: command: bin/juju bridge: command: wrappers/bridge.start stop-command: wrappers/bridge.stop restart-condition: never daemon: oneshot parts: conjure-up: plugin: python source: https://github.com/conjure-up/conjure-up source-type: git source-branch: master requirements: requirements.txt stage-packages: - bsdtar - jq configs: plugin: dump source: https://github.com/conjure-up/conjure-up source-type: git filesets: etc/conjure-up.conf: etc/conjure-up.conf wrappers: plugin: dump source: snapcraft/ juju: plugin: godeps go-importpath: github.com/juju/juju source: https://github.com/juju/juju.git source-type: git source-branch: "2.1" prime: - bin/juju - bin/jujud
Switch tag definition to 2.8 compatible way
services: # This effectively overrides Symfony's dispatcher. Tag is there to emulate what Symfony 3.4 does with its own disptacher. event_dispatcher: class: Smartbox\Integration\FrameworkBundle\Tools\EventsDeferring\EventDispatcher tags: ['container.hot_path'] arguments: $container: '@service_container' smartesb.handlers.events: class: Smartbox\Integration\FrameworkBundle\Tools\EventsDeferring\DeferredEventsHandler calls: - [setId, ['smartesb.handlers.events']] - [setEventDispatcher, ['@event_dispatcher']] - [setFlowsVersion, ["%smartesb.flows_version%"]] smartesb.registry.event_filters: class: Smartbox\Integration\FrameworkBundle\Tools\EventsDeferring\EventFiltersRegistry
services: # This effectively overrides Symfony's dispatcher. Tag is there to emulate what Symfony 3.4 does with its own disptacher. event_dispatcher: class: Smartbox\Integration\FrameworkBundle\Tools\EventsDeferring\EventDispatcher tags: - { name: container.hot_path } arguments: $container: '@service_container' smartesb.handlers.events: class: Smartbox\Integration\FrameworkBundle\Tools\EventsDeferring\DeferredEventsHandler calls: - [setId, ['smartesb.handlers.events']] - [setEventDispatcher, ['@event_dispatcher']] - [setFlowsVersion, ["%smartesb.flows_version%"]] smartesb.registry.event_filters: class: Smartbox\Integration\FrameworkBundle\Tools\EventsDeferring\EventFiltersRegistry
Add unbookable date to HMP Wymott
--- name: Wymott nomis_id: WMI address: |- Ulnes Walton Lane postcode: PR26 8LW email_address: socialvisits.wymott@hmps.gsi.gov.uk phone_no: 01772 442234 enabled: true private: false closed: false recurring: mon: - 1415-1600 tue: - 1415-1600 wed: - 1415-1600 thu: - 1415-1600 sat: - 1415-1600 sun: - 1415-1600 unbookable: - 2018-09-04 - 2018-10-02 - 2018-10-23
--- name: Wymott nomis_id: WMI address: |- Ulnes Walton Lane postcode: PR26 8LW email_address: socialvisits.wymott@hmps.gsi.gov.uk phone_no: 01772 442234 enabled: true private: false closed: false recurring: mon: - 1415-1600 tue: - 1415-1600 wed: - 1415-1600 thu: - 1415-1600 sat: - 1415-1600 sun: - 1415-1600 unbookable: - 2018-09-04 - 2018-10-02 - 2018-10-23 - 2018-11-06
Make sure icon directory exists.
- name: Slack Desktop App package: name: https://downloads.slack-edge.com/linux_releases/slack-2.6.2-0.1.fc21.x86_64.rpm state: present - name: Google Hangouts Gnome Link copy: src: "hangouts/Chrome Hangouts.desktop" dest: "/home/{{ username }}/.local/share/applications/Chrome Hangouts.desktop" owner: "{{ username }}" group: "{{ username }}" mode: 0755 - name: Google Hangouts Icon copy: src: hangouts/Hangouts_Icon.png dest: "/home/{{ username }}/.icon/Hangouts_Icon.png" owner: "{{ username }}" group: "{{ username }}" mode: 0644
- name: Slack Desktop App package: name: https://downloads.slack-edge.com/linux_releases/slack-2.6.2-0.1.fc21.x86_64.rpm state: present - name: Google Hangouts Gnome Link copy: src: "hangouts/Chrome Hangouts.desktop" dest: "/home/{{ username }}/.local/share/applications/Chrome Hangouts.desktop" owner: "{{ username }}" group: "{{ username }}" mode: 0755 - name: Make sure icon directory exists file: state: directory path: /home/{{username}}/.icon owner: {{username}} group: {{username}} mode: 0775 - name: Google Hangouts Icon copy: src: hangouts/Hangouts_Icon.png dest: "/home/{{ username }}/.icon/Hangouts_Icon.png" owner: "{{ username }}" group: "{{ username }}" mode: 0644
Add missing license to handler
- name: restart d20 systemd: name: d20 state: restarted daemon_reload: yes
# Copyright (c) 2015-2018 Agalmic Ventures LLC (www.agalmicventures.com) # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. - name: restart d20 systemd: name: d20 state: restarted daemon_reload: yes
Update from Hackage at 2017-08-14T01:39:01Z
homepage: https://github.com/vmchale/composition-prelude#readme changelog-type: '' hash: 35101605cbcdbb900e2ab076f0af2d7aa6483544b6ac6b9ceba8c25e3e660bfb test-bench-deps: {} maintainer: vanessa.mchale@reconfigure.io synopsis: Higher-order function combinators changelog: '' basic-deps: base: ! '>=4.9 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' author: Vanessa McHale latest: '0.1.0.2' description-type: markdown description: ! '# composition-prelude Higher-order function composition. An alternate version of what''s provided in [composition](https://hackage.haskell.org/package/composition) and [composition-extra](https://hackage.haskell.org/package/composition-extra). ' license-name: BSD3
homepage: https://github.com/vmchale/composition-prelude#readme changelog-type: '' hash: fec86c78d53cf50351588fc5533e1a376ee211d2158c69d5228826c3b8b7be59 test-bench-deps: {} maintainer: vanessa.mchale@reconfigure.io synopsis: Higher-order function combinators changelog: '' basic-deps: base: ! '>=4.9 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' author: Vanessa McHale latest: '0.1.0.3' description-type: markdown description: ! '# composition-prelude Higher-order function composition. An alternate version of what''s provided in [composition](https://hackage.haskell.org/package/composition) and [composition-extra](https://hackage.haskell.org/package/composition-extra). ' license-name: BSD3
Update Stud.IP to 0.6.0 (15)
Categories: - Science & Education License: GPL-3.0-only AuthorName: Tarek Sander SourceCode: https://github.com/tareksander/Stud.IP-App IssueTracker: https://github.com/tareksander/Stud.IP-App/issues AutoName: Stud.IP RepoType: git Repo: https://github.com/tareksander/Stud.IP-App Builds: - versionName: 0.3.1 versionCode: 7 commit: v0.3.1 subdir: app gradle: - yes - versionName: 0.4.0 versionCode: 8 commit: v0.4.0 subdir: app gradle: - yes - versionName: 0.5.0 versionCode: 14 commit: 50a60662e3aee48236d85c28be67856190cfb61e subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 0.5.0 CurrentVersionCode: 14
Categories: - Science & Education License: GPL-3.0-only AuthorName: Tarek Sander SourceCode: https://github.com/tareksander/Stud.IP-App IssueTracker: https://github.com/tareksander/Stud.IP-App/issues AutoName: Stud.IP RepoType: git Repo: https://github.com/tareksander/Stud.IP-App Builds: - versionName: 0.3.1 versionCode: 7 commit: v0.3.1 subdir: app gradle: - yes - versionName: 0.4.0 versionCode: 8 commit: v0.4.0 subdir: app gradle: - yes - versionName: 0.5.0 versionCode: 14 commit: 50a60662e3aee48236d85c28be67856190cfb61e subdir: app gradle: - yes - versionName: 0.6.0 versionCode: 15 commit: 659908ff24d86ef49a9b5a585776d86f87290561 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 0.6.0 CurrentVersionCode: 15
Change sbs reset cron hour
sb_provision_repo_url: https://github.com/proteusthemes/pt-ops.git sb_provision_repo_dest: "{{ scripts_root }}/ops/" sb_provision_repo_version: master sb_reset_cron: hour: 8 minute: 0 sb_reset_log_path: /var/log/sandbox
sb_provision_repo_url: https://github.com/proteusthemes/pt-ops.git sb_provision_repo_dest: "{{ scripts_root }}/ops/" sb_provision_repo_version: master sb_reset_cron: hour: 5 minute: 0 sb_reset_log_path: /var/log/sandbox
Add setup configuration to ES6 template
name: _____service-name_____ description: _____description_____ startup: command: node app online-text: all systems go messages: sends: receives:
name: _____service-name_____ description: _____description_____ setup: npm install --loglevel error --depth 0 startup: command: node app online-text: all systems go messages: sends: receives:
Set the author/committer to miq-bot
name: Update Instance Types on: workflow_dispatch: schedule: - cron: '0 0 * * *' jobs: update-instance-types: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up system run: bin/before_install - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 bundler-cache: true - name: Run instance_types rake task run: bundle exec rake aws:extract:instance_types - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: add-paths: db/fixtures/aws_instance_types.yml commit-message: Update AWS instance_types branch: update_aws_instance_types delete-branch: true push-to-fork: miq-bot/manageiq-providers-amazon title: Update AWS instance_types body: Update the saved list of AWS instance_types from https://instances.vantage.sh/instances.json token: ${{ secrets.DEPLOY_TOKEN }}
name: Update Instance Types on: workflow_dispatch: schedule: - cron: '0 0 * * *' jobs: update-instance-types: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up system run: bin/before_install - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 bundler-cache: true - name: Run instance_types rake task run: bundle exec rake aws:extract:instance_types - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: add-paths: db/fixtures/aws_instance_types.yml commit-message: Update AWS instance_types branch: update_aws_instance_types author: ManageIQ Bot <bot@manageiq.org> committer: ManageIQ Bot <bot@manageiq.org> delete-branch: true push-to-fork: miq-bot/manageiq-providers-amazon title: Update AWS instance_types body: Update the saved list of AWS instance_types from https://instances.vantage.sh/instances.json token: ${{ secrets.DEPLOY_TOKEN }}
Update test PyPI publish command
name: PyPI publishing on: push: create: jobs: pypi_publish: name: Publish to PyPI runs-on: ubuntu-latest strategy: fail-fast: true if: contains(github.ref, 'refs/tags/') steps: - name: Checkout repository uses: actions/checkout@v2 - name: Set up Python 3.9 uses: actions/setup-python@v2 with: python-version: 3.9 - name: Install dependencies run: sh bin/cicd_install.sh ######################### # Test PyPI - name: Configure Test Pypi run: poetry config repositories.testpypi https://test.pypi.org/legacy/ - name: Publish to Test PyPI env: # Or as an environment variable TEST_PYPI_TOKEN: ${{ secrets.SuperSecret }} run: poetry publish --build -r testpypi -u __token__ -p $TEST_PYPI_TOKEN - name: Validate test build run: sh bin/cicd_validate_build.sh test $(poetry version -s) ######################### # PyPI # - name: Publish to PyPI # run: poetry publish # - name: Validate build # run: sh in/cicd_validate_production_build.sh
name: PyPI publishing on: push: create: jobs: pypi_publish: name: Publish to PyPI runs-on: ubuntu-latest strategy: fail-fast: true if: contains(github.ref, 'refs/tags/') steps: - name: Checkout repository uses: actions/checkout@v2 - name: Set up Python 3.9 uses: actions/setup-python@v2 with: python-version: 3.9 - name: Install dependencies run: sh bin/cicd_install.sh ######################### # Test PyPI - name: Configure Test Pypi run: poetry config repositories.testpypi https://test.pypi.org/legacy/ - name: Publish to Test PyPI env: # Or as an environment variable TEST_PYPI_TOKEN: ${{ secrets.SuperSecret }} run: poetry publish --build -r testpypi -u __token__ -p "$TEST_PYPI_TOKEN" - name: Validate test build run: sh bin/cicd_validate_build.sh test $(poetry version -s) ######################### # PyPI # - name: Publish to PyPI # run: poetry publish # - name: Validate build # run: sh in/cicd_validate_production_build.sh
Add note to self for later.
--- - name: Install NodeJS and NPM shell: curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n && bash n lts args: warn: false chdir: "/tmp" - name: Set permissions for folders file: path="{{ item }}" state=directory owner=azuracast group=www-data mode=0744 with_items: - "{{ www_base }}/frontend/node_modules" - "{{ www_base }}/web/static" - "{{ www_base }}/web/static/dist" - name: Pull Node Dependencies become: true become_user: azuracast shell: npm ci args: chdir: "{{ www_base }}/frontend" - name: Build AzuraCast Frontend Scripts become: true become_user: azuracast shell: npm run build args: chdir: "{{ www_base }}/frontend" - name: Set permissions of generated frontend content shell: "{{ item }}" with_items: - "chown -R azuracast:www-data {{ www_base }}" - "find {{ www_base }} -type d -exec chmod 755 {} \\;" - "find {{ www_base }} -type f -exec chmod 644 {} \\;"
--- - name: Install NodeJS and NPM shell: curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n && bash n lts args: warn: false chdir: "/tmp" - name: Set permissions for folders file: path="{{ item }}" state=directory owner=azuracast group=www-data mode=0744 with_items: - "{{ www_base }}/frontend/node_modules" - "{{ www_base }}/web/static" - "{{ www_base }}/web/static/dist" - name: Pull Node Dependencies become: true become_user: azuracast shell: npm ci args: chdir: "{{ www_base }}/frontend" - name: Build AzuraCast Frontend Scripts become: true become_user: azuracast shell: npm run build args: chdir: "{{ www_base }}/frontend" - name: Set permissions of generated frontend content shell: "{{ item }}" with_items: - "chown -R azuracast:www-data {{ www_base }}" - "find {{ www_base }} -type d -exec chmod 755 {} \\;" - "find {{ www_base }} -type f -exec chmod 644 {} \\;" # Note: Don't add warn: false here, it's incompatible with the earlier Ansibles used in 16.04/18.04.
Convert to parameterized list of toxenvs
resources: repositories: - repository: asottile type: github endpoint: asottile-github name: asottile/azure-pipeline-templates ref: refs/tags/v0.0.3 jobs: - template: job--python-tox.yml@asottile parameters: {tox: py27, os: windows} - template: job--python-tox.yml@asottile parameters: {tox: py37, os: windows} - template: job--python-tox.yml@asottile parameters: {tox: pypy, os: linux} - template: job--python-tox.yml@asottile parameters: {tox: pypy3, os: linux} - template: job--python-tox.yml@asottile parameters: {tox: py27, os: linux} - template: job--python-tox.yml@asottile parameters: {tox: py36, os: linux} - template: job--python-tox.yml@asottile parameters: {tox: py37, os: linux}
trigger: branches: include: [master, test-me-*] resources: repositories: - repository: asottile type: github endpoint: asottile-github name: asottile/azure-pipeline-templates ref: refs/tags/v0.0.4 jobs: - template: job--python-tox.yml@asottile parameters: toxenvs: [py27, py37] os: windows - template: job--python-tox.yml@asottile parameters: toxenvs: [pypy, pypy3, py27, py36, py37] os: linux
Add logo to Helm chart
name: cert-manager # The version and appVersion fields are set automatically by the release tool version: v0.1.0 appVersion: v0.1.0 description: A Helm chart for cert-manager home: https://github.com/jetstack/cert-manager keywords: - cert-manager - kube-lego - letsencrypt - tls sources: - https://github.com/jetstack/cert-manager maintainers: - name: munnerz email: james@jetstack.io
name: cert-manager # The version and appVersion fields are set automatically by the release tool version: v0.1.0 appVersion: v0.1.0 description: A Helm chart for cert-manager home: https://github.com/jetstack/cert-manager icon: https://raw.githubusercontent.com/jetstack/cert-manager/master/logo/logo.png keywords: - cert-manager - kube-lego - letsencrypt - tls sources: - https://github.com/jetstack/cert-manager maintainers: - name: munnerz email: james@jetstack.io
Update from Hackage at 2017-04-06T02:21:40Z
homepage: https://github.com/githubuser/skylark-client#readme changelog-type: '' hash: 043aea06f57c2862c3e6909e9a01fb4261499cf8068ae63f7588754c1b34a764 test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Skylark client. changelog: '' basic-deps: optparse-generic: -any stm: -any base: ==4.8.* shakers: -any preamble: -any conduit: -any stm-conduit: -any skylark-client: -any conduit-extra: -any lifted-async: -any http-conduit: -any http-types: -any all-versions: - '0.1.0' - '0.1.1' - '0.1.2' - '0.1.3' - '0.1.4' - '0.1.5' author: Swift Navigation Inc. latest: '0.1.5' description-type: haddock description: Skylark network client. license-name: BSD3
homepage: https://github.com/githubuser/skylark-client#readme changelog-type: '' hash: 4182b4e28599dcc7a4edc88307cebd5d2e2767ba03678a632f03f2227486a56f test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Skylark client. changelog: '' basic-deps: optparse-generic: -any stm: -any base: ==4.8.* shakers: -any preamble: -any conduit: -any stm-conduit: -any skylark-client: -any conduit-extra: -any lifted-async: -any http-conduit: -any http-types: -any all-versions: - '0.1.0' - '0.1.1' - '0.1.2' - '0.1.3' - '0.1.4' - '0.1.5' - '0.1.6' author: Swift Navigation Inc. latest: '0.1.6' description-type: haddock description: Skylark network client. license-name: BSD3
Build Spark 2 runtime earlier
dependencies: cache_directories: - "~/.opam" override: - sudo add-apt-repository -y ppa:avsm/ppa - sudo apt-get -qq update - sudo apt-get install -y ocaml-nox ocaml-native-compilers opam - opam init -a - opam install -y menhir ocamlbuild camlp5 coq: timeout: 1200 test: override: - eval `opam config env` && make -j4
dependencies: cache_directories: - "~/.opam" pre: - sudo add-apt-repository -y ppa:avsm/ppa - sudo apt-get -qq update - sudo apt-get install -y ocaml-nox ocaml-native-compilers opam - opam init -a - opam install -y menhir ocamlbuild camlp5 coq: timeout: 1200 override: - make spark2-runtime test: override: - eval `opam config env` && make -j4
Move version constraint to host/run section
{% set name = "ele" %} {% set version = "0.1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/rsdefever/ele/archive/v{{ version }}.tar.gz sha256: 72ca474140b147d501df11c046d09978c7f4f8473e9c927b11ce854e69054d2c build: noarch: python number: 0 skip: True # [py<35] script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - python - pip run: - python test: imports: - ele about: home: https://github.com/rsdefever/ele license: MIT license_family: MIT license_file: LICENSE.rst summary: 'A lightweight package with the periodic table of the elements' description: | Ele is an extremely lightweight package that defines the elements of the periodic table and allows them to be accessed by symbol, name, atomic number, or mass. It has zero dependencies outside of the Python Standard Library. dev_url: https://github.com/rsdefever/ele extra: recipe-maintainers: - rsdefever
{% set name = "ele" %} {% set version = "0.1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/rsdefever/ele/archive/v{{ version }}.tar.gz sha256: 72ca474140b147d501df11c046d09978c7f4f8473e9c927b11ce854e69054d2c build: noarch: python number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - python # [py>35] - pip run: - python # [py>35] test: imports: - ele about: home: https://github.com/rsdefever/ele license: MIT license_family: MIT license_file: LICENSE.rst summary: 'A lightweight package with the periodic table of the elements' description: | Ele is an extremely lightweight package that defines the elements of the periodic table and allows them to be accessed by symbol, name, atomic number, or mass. It has zero dependencies outside of the Python Standard Library. dev_url: https://github.com/rsdefever/ele extra: recipe-maintainers: - rsdefever
Improve shellcheck output in CI
dependencies: cache_directories: - "~/.cabal" - "~/shellcheck" pre: - sudo apt-get install cabal-install - cabal update - git clone https://github.com/koalaman/shellcheck && cd shellcheck && cabal install test: override: - ~/.cabal/bin/shellcheck -e SC1091 -x aursec/bin/*
dependencies: cache_directories: - "~/.cabal" - "~/shellcheck" pre: - sudo apt-get install cabal-install - cabal update - git clone https://github.com/koalaman/shellcheck && cd shellcheck && cabal install test: override: - mkdir -p $CIRCLE_TEST_REPORTS/shellcheck - ~/.cabal/bin/shellcheck -e SC1091 -x aursec/bin/* - ~/.cabal/bin/shellcheck -e SC1091 -xf checkstyle aursec/bin/* > $CIRCLE_TEST_REPORTS/shellcheck/check.xml
Fix build with bash on GitHub Actions.
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x,14.x,15.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: npm install run: npm install --no-package-lock - name: npm ls run: npm ls - name: npm install nyc, prove, codecov run: npm install -g nyc prove codecov - name: npm test run: nyc bash -c 'for dir in prolific.*; do (cd $dir && [ -e package.json ] && [ ! -e skip ] && npm test || true); done' env: CI: true - name: generate codecov report run: nyc report --reporter=text-lcov > coverage.lcov - name: ship coverage to codecov run: codecov --branch=${GITHUB_REF##*/} env: CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x,14.x,15.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: npm install run: npm install --no-package-lock - name: npm ls run: npm ls - name: npm install nyc, prove, codecov run: npm install -g nyc prove codecov - name: npm test run: bash -c 'for dir in prolific.*; do (cd $dir && { [ ! -e package.json -o -e skip ] && true; } || npm test) || exit 1; done' env: CI: true - name: generate codecov report run: nyc report --reporter=text-lcov > coverage.lcov - name: ship coverage to codecov run: codecov --branch=${GITHUB_REF##*/} env: CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
Update from Hackage at 2017-07-31T06:47:53Z
homepage: https://github.com/ncaq/yesod-form-bootstrap4.git#readme changelog-type: '' hash: b4608f5bd1b5f2fda8947565686d71447031b81e95175ee5ab99d34a9727a6bf test-bench-deps: {} maintainer: ncaq@ncaq.net synopsis: renderBootstrap4 changelog: '' basic-deps: base: ! '>=4.7 && <5' classy-prelude-yesod: -any yesod-form: -any all-versions: - '0.1.0.0' author: ncaq latest: '0.1.0.0' description-type: haddock description: '' license-name: MIT
homepage: https://github.com/ncaq/yesod-form-bootstrap4.git#readme changelog-type: '' hash: 9fce12092e036f3f715ec4da5fde6360204f7bfb6fdcd02aa2a16a12503ccf3e test-bench-deps: {} maintainer: ncaq@ncaq.net synopsis: renderBootstrap4 changelog: '' basic-deps: base: ! '>=4.7 && <5' classy-prelude-yesod: -any yesod-form: -any all-versions: - '0.1.0.0' - '0.1.0.1' author: ncaq latest: '0.1.0.1' description-type: haddock description: '' license-name: MIT
Add Rubocop engine for Code Climate
--- ratings: paths: - "**.rb" exclude_paths: - spec/**/*
--- engines: rubocop: enabled: true ratings: paths: - "**.rb" exclude_paths: - spec/**/*
Update Linux C++ make-specs to new version 6.0.0
name: Linux C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: Linux-mkspecs: uses: steinwurf/linux-mkspecs-action/.github/workflows/action.yml@5.0.0 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
name: Linux C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: Linux-mkspecs: uses: steinwurf/linux-mkspecs-action/.github/workflows/action.yml@6.0.0 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
Update from Forestry.io - Updated Forestry configuration
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: JTemporal - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all - type: heading label: Tema - type: directory path: _layouts label: Layouts create: documents match: "**/*" new_doc_ext: html - type: directory path: _includes label: Includes create: documents match: "**/*" new_doc_ext: html - type: directory path: _sass label: _sass create: all match: "**/*" new_doc_ext: ".scss" upload_dir: images public_path: '' front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_preview: true build: preview_command: 'bundle exec jekyll build --config _dev_config.yml --drafts --unpublished --future -d _site ' publish_command: bundle exec jekyll build -d _site preview_env: - JEKYLL_ENV=staging publish_env: - JEKYLL_ENV=production preview_output_directory: _site output_directory: _site instant_preview_command: bundle exec jekyll serve --config _dev_config.yml --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: JTemporal - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all - type: heading label: Tema - type: directory path: _layouts label: Layouts create: documents match: "**/*" new_doc_ext: html - type: directory path: _includes label: Includes create: documents match: "**/*" new_doc_ext: html upload_dir: images public_path: '' front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_preview: true build: preview_command: 'bundle exec jekyll build --config _dev_config.yml --drafts --unpublished --future -d _site ' publish_command: bundle exec jekyll build -d _site preview_env: - JEKYLL_ENV=staging publish_env: - JEKYLL_ENV=production preview_output_directory: _site output_directory: _site instant_preview_command: bundle exec jekyll serve --config _dev_config.yml --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
Update announcement URL in release YAML
date: 2021-07-30 version: "1.7.0.Alpha1" stable: false summary: Infinispan-based implementation of Oracle LogMiner processor; MySQL read-only incremental snapshot; Oracle incremental snapshotting #announcement_url:
date: 2021-07-30 version: "1.7.0.Alpha1" stable: false summary: Infinispan-based implementation of Oracle LogMiner processor; MySQL read-only incremental snapshot; Oracle incremental snapshotting announcement_url: /blog/2021/08/02/debezium-1-7-alpha1-released/
Allow failures for JRuby 1.7 and 9.0 on Travis
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3 - 2.4 - jruby-19mode - jruby-9.0.5.0 - jruby-9.1.14.0 - jruby-head - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head gemfile: .travis.gemfile before_install: - gem install bundler
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3 - 2.4 - jruby-19mode - jruby-9.0.5.0 - jruby-9.1.14.0 - jruby-head - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head - rvm: jruby-19mode - rvm: jruby-9.0.5.0 gemfile: .travis.gemfile before_install: - gem install bundler
Test on recent Ruby releases
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode - ruby-head matrix: allow_failures: - rvm: ruby-head notifications: irc: "irc.freenode.org#adhearsion"
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx-19mode - ruby-head matrix: allow_failures: - rvm: ruby-head notifications: irc: "irc.freenode.org#adhearsion"
Create build before releasing, not after
sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - '4' before_install: - npm i -g npm@^2.0.0 before_script: - npm prune script: - npm run test - npm run coverage after_success: - npm run report:coverage - npm run semantic-release - npm run build:production branches: only: - master
sudo: false language: node_js cache: directories: - node_modules notifications: email: false node_js: - '4' before_install: - npm i -g npm@^2.0.0 before_script: - npm prune script: - npm run test - npm run coverage after_success: - npm run report:coverage - npm run build:production - npm run semantic-release branches: only: - master
Address FCREPO-1659 -- Migration to TravisCI container-based infrastructure.
language: java jdk: - oraclejdk8 before_install: - "echo $JAVA_OPTS" - "export JAVA_OPTS=-Xmx512m" script: - mvn install -B -V - mvn javadoc:jar - mvn javadoc:test-aggregate notifications: irc: "irc.freenode.org#fcrepo" email: - fedora-tech@googlegroups.com
language: java sudo: false jdk: - oraclejdk8 before_install: - "echo $JAVA_OPTS" - "export JAVA_OPTS=-Xmx512m" script: - mvn install -B -V - mvn javadoc:jar - mvn javadoc:test-aggregate notifications: irc: "irc.freenode.org#fcrepo" email: - fedora-tech@googlegroups.com
Remove notifications section for now
sudo: required language: node_js node_js: - '0.10' before_install: - sudo add-apt-repository ppa:ubuntu-wine/ppa -y - sudo apt-get update -qq - sudo apt-get install -qq wine - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - gulp build notifications: irc: channels: - irc.esper.net#chatter skip_join: true cache: directories: - node_modules before_deploy: - sh zip-release.sh - git fetch --tags deploy: provider: releases api_key: secure: AB6SPSgp/+opintYfgTkv0mzdMLElgFptYYR8bVosK5V7qyEts2l9NBeEuXDKKfT758QBkA151pD4nXegihfTp0whpyce4F099SxPlc0tzcfbfXVlWR/A5F3HAUjdFcNQCR6kWlcR1Opkmhp7Ep//F7sY4keJzD0rSLn8O4jKDE= file_glob: true skip_cleanup: true file: - build/Chatter/*.zip on: repo: Jake0oo0/chatter tags: true all_branches: true
sudo: required language: node_js node_js: - '0.10' before_install: - sudo add-apt-repository ppa:ubuntu-wine/ppa -y - sudo apt-get update -qq - sudo apt-get install -qq wine - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start script: - gulp build cache: directories: - node_modules before_deploy: - sh zip-release.sh - git fetch --tags deploy: provider: releases api_key: secure: AB6SPSgp/+opintYfgTkv0mzdMLElgFptYYR8bVosK5V7qyEts2l9NBeEuXDKKfT758QBkA151pD4nXegihfTp0whpyce4F099SxPlc0tzcfbfXVlWR/A5F3HAUjdFcNQCR6kWlcR1Opkmhp7Ep//F7sY4keJzD0rSLn8O4jKDE= file_glob: true skip_cleanup: true file: - build/Chatter/*.zip on: repo: Jake0oo0/chatter tags: true all_branches: true
Fix syntax error in Travis
language: erlang otp_release: - R15B01 - R16B03 - 17.0 script: make clean test branches: only: - master notifications: email: recipients: - scherpenisse@gmail.com on_success: change #[always|never|change] # default: change on_failure: always #[always|never|change] # default: always before_script: - mysql -e 'create database persi_test;' - psql -c 'create user persi password '';create database persi_test owner = persi;' -U postgres env: - PERSI_DBDRIVER=sqlite - PERSI_DBDRIVER=mysql - PERSI_DBDRIVER=pgsql
language: erlang otp_release: - R15B01 - R16B03 - 17.0 script: make clean test branches: only: - master notifications: email: recipients: - scherpenisse@gmail.com on_success: change #[always|never|change] # default: change on_failure: always #[always|never|change] # default: always before_script: - mysql -e 'create database persi_test;' - psql -c 'create user persi password \'\';create database persi_test owner = persi;' -U postgres env: - PERSI_DBDRIVER=sqlite - PERSI_DBDRIVER=mysql - PERSI_DBDRIVER=pgsql
Move some tests to act only on the dev branch
language: python cache: pip python: - 2.7 - 3.4 - 3.5 - 3.6 install: - pip install -U pip wheel - pip install -r requirements-dev.txt script: - make test - make lint - make complexity - make docs stages: - test - strict lint jobs: include: - stage: strict lint python: 3.6 install: pip install pylint env: LINTER=pylint script: make pylint if: branch=master - stage: strict lint python: 3.6 install: pip install flake8 env: LINTER=flake8 script: make flake8 if: branch=master - stage: strict lint python: 3.6 install: pip install pydocstyle env: LINTER=pydocstyle script: make pydocstyle if: branch=master
language: python cache: pip python: - 2.7 - 3.4 - 3.5 - 3.6 install: - pip install -U pip wheel - pip install -r requirements-dev.txt script: - make test stages: - test - lax lint - strict lint jobs: include: - stage: lax lint and other checks python: 3.6 script: - make lint - make complexity - make docs if: branch=dev - stage: strict lint python: 3.6 install: pip install pylint env: LINTER=pylint script: make pylint if: branch=master - stage: strict lint python: 3.6 install: pip install flake8 env: LINTER=flake8 script: make flake8 if: branch=master - stage: strict lint python: 3.6 install: pip install pydocstyle env: LINTER=pydocstyle script: make pydocstyle if: branch=master
Stop testing using jruby in 18 mode as yaml not sufficiently supported
language: ruby rvm: - 1.9.3 - jruby-18mode - jruby-19mode jdk: - openjdk6 - openjdk7 - oraclejdk7 matrix: exclude: - rvm: 1.9.3 jdk: openjdk7 - rvm: 1.9.2 jdk: oraclejdk7
language: ruby rvm: - 1.9.3 - jruby-19mode jdk: - openjdk6 - openjdk7 - oraclejdk7 matrix: exclude: - rvm: 1.9.3 jdk: openjdk7 - rvm: 1.9.2 jdk: oraclejdk7
Add Ruby 2.2.0 to the Travis test matrix.
language: ruby rvm: # - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.5 - ruby-head
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.5 - 2.2.0 - ruby-head
Update vrt actions to use docker image directly.
name: Visual Regresion Testing on: pull_request: types: - opened - reopened - synchronize jobs: visual-regression: name: Run Tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Read .nvmrc run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)" id: nvm - name: Setup Node.js (.nvmrc) uses: actions/setup-node@v1 with: node-version: "${{ steps.nvm.outputs.NVMRC }}" - name: Cache Node - npm uses: actions/cache@v1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node-cache- - name: npm install run: npm ci - name: Build Static Assets run: npm run build:static - name: Build Storybook run: npm run build:storybook -- --quiet - name: Run Backstopjs run: npx run backstop test --config=tests/backstop/config.js --storybook-host=./dist - name: Upload artifacts uses: actions/upload-artifact@v2 # if: failure() with: name: vrt-report path: | tests/backstop/html_report tests/backstop/reference tests/backstop/tests
name: Visual Regresion Testing on: pull_request: types: - opened - reopened - synchronize jobs: visual-regression: name: Run Tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Read .nvmrc run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)" id: nvm - name: Setup Node.js (.nvmrc) uses: actions/setup-node@v1 with: node-version: "${{ steps.nvm.outputs.NVMRC }}" - name: Cache Node - npm uses: actions/cache@v1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node-cache- - name: npm install run: npm ci - name: Build Static Assets run: npm run build:static - name: Build Storybook run: npm run build:storybook -- --quiet - name: Run Backstopjs run: docker run --rm -i --mount type=bind,source="${PWD}",target=/src backstopjs/backstopjs:3.8.8 test "--config=tests/backstop/config.js" "--moby" "--storybook-host=./dist" - name: Upload artifacts uses: actions/upload-artifact@v2 # if: failure() with: name: vrt-report path: | tests/backstop/html_report tests/backstop/reference tests/backstop/tests
Update tna_timestamp based on web archive
--- site: directgov_los whitehall_slug: government-digital-service homepage: https://www.gov.uk/government/organisations/government-digital-service homepage_furl: www.gov.uk/gds tna_timestamp: 20181120000000 host: los.direct.gov.uk global: =301 https://find-your-nearest-jobcentre.dwp.gov.uk
--- site: directgov_los whitehall_slug: government-digital-service homepage: https://www.gov.uk/government/organisations/government-digital-service homepage_furl: www.gov.uk/gds tna_timestamp: 20180920044754 host: los.direct.gov.uk global: =301 https://find-your-nearest-jobcentre.dwp.gov.uk
Update from Hackage at 2021-11-08T00:53:52Z
homepage: http://haskell-distributed.github.com changelog-type: '' hash: 8b484e199fe5d2046fe15f2380b7b9dbb694770f751a9cc1e26ea279c1333f10 test-bench-deps: {} maintainer: Facundo Domínguez <facundo.dominguez@tweag.io> synopsis: Unit tests for Network.Transport implementations changelog: '' basic-deps: bytestring: '>=0.9 && <0.11' base: '>=4.5 && <5' containers: '>=0.4 && <0.7' ansi-terminal: '>=0.5' mtl: '>=2.1 && <2.3' network-transport: '>=0.4.1.0 && <0.6' random: '>=1.0 && <1.2' all-versions: - 0.1.0.0 - 0.1.0.1 - 0.2.1.0 - 0.2.2.0 - 0.2.3.0 - 0.2.4.1 - 0.2.4.2 - 0.2.4.3 - 0.3.0 author: Edsko de Vries latest: 0.3.0 description-type: haddock description: '' license-name: BSD-3-Clause
homepage: http://haskell-distributed.github.com changelog-type: '' hash: 4d0e576b0cd269ad57dc5e9300bd25d59ca32a492f3503558c430b72569c684e test-bench-deps: {} maintainer: Facundo Domínguez <facundo.dominguez@tweag.io> synopsis: Unit tests for Network.Transport implementations changelog: '' basic-deps: bytestring: '>=0.9 && <0.11' base: '>=4.5 && <5' containers: '>=0.4 && <0.7' ansi-terminal: '>=0.5' mtl: '>=2.1 && <2.3' network-transport: '>=0.4.1.0 && <0.6' random: '>=1.0 && <1.3' all-versions: - 0.1.0.0 - 0.1.0.1 - 0.2.1.0 - 0.2.2.0 - 0.2.3.0 - 0.2.4.1 - 0.2.4.2 - 0.2.4.3 - 0.3.0 author: Edsko de Vries latest: 0.3.0 description-type: haddock description: '' license-name: BSD-3-Clause
Update from Hackage at 2022-06-29T00:23:06Z
homepage: https://github.com/NorfairKing/safe-coloured-text#readme changelog-type: '' hash: e5d9704803d607a770ba00036eebdd6de8fba1718cf10f52dd31db9309563185 test-bench-deps: base: '>=4.7 && <5' text: -any genvalidity-sydtest: -any safe-coloured-text-gen: -any safe-coloured-text: -any sydtest: -any maintainer: syd@cs-syd.eu synopsis: '' changelog: '' basic-deps: genvalidity-bytestring: -any base: '>=4.7 && <5' safe-coloured-text: -any genvalidity-text: -any genvalidity: -any all-versions: - 0.0.0.0 author: Tom Sydney Kerckhove latest: 0.0.0.0 description-type: haddock description: Generators for types in safe-coloured-text license-name: MIT
homepage: https://github.com/NorfairKing/safe-coloured-text#readme changelog-type: markdown hash: 6d292b4ebe7f369bbd978da4b796ff38834300bee4b6c3e1f8a50b3616ebd559 test-bench-deps: base: '>=4.7 && <5' text: -any genvalidity-sydtest: -any safe-coloured-text-gen: -any safe-coloured-text: -any sydtest: -any maintainer: syd@cs-syd.eu synopsis: '' changelog: | # Changelog for safe-coloured-text ## [0.0.0.1] - 2022-06-29 ### Added * Support blinking text basic-deps: genvalidity-bytestring: -any base: '>=4.7 && <5' safe-coloured-text: -any genvalidity-text: -any genvalidity: -any all-versions: - 0.0.0.0 - 0.0.0.1 author: Tom Sydney Kerckhove latest: 0.0.0.1 description-type: haddock description: Generators for types in safe-coloured-text license-name: MIT
Use SoftHSM from master branch
version: 2 jobs: build: docker: # run the steps with Docker - image: circleci/node:10.15.0 steps: - checkout - run: name: install-softhsm command: | # Installing SoftHSM dependencies sudo apt-get update -qq sudo apt-get install libssl-dev sudo apt-get install autoconf -y sudo apt-get install automake -y sudo apt-get install libtool -y # Installing SoftHSM git clone https://github.com/opendnssec/SoftHSMv2.git -b develop cd SoftHSMv2 sh ./autogen.sh ./configure make sudo -E make install cd .. sudo ldconfig # initializing SoftHSM softhsm2-util --init-token --so-pin "12345" --pin "12345" --slot 0 --label "My slot 0" - run: name: update-npm command: 'sudo npm install -g npm@latest' - restore_cache: # special step to restore the dependency cache key: dependency-cache-{{ checksum "package.json" }} - run: name: install-deps command: npm install - save_cache: # special step to save the dependency cache key: dependency-cache-{{ checksum "package.json" }} paths: - ./node_modules - run: # run tests with code coverage name: test-code-coverage command: npm run coverage - run: # run coveralls report name: test-report-coveralls command: npm run coveralls
version: 2 jobs: build: docker: # run the steps with Docker - image: circleci/node:10.15.0 steps: - checkout - run: name: install-softhsm command: | # Installing SoftHSM dependencies sudo apt-get update -qq sudo apt-get install libssl-dev sudo apt-get install autoconf -y sudo apt-get install automake -y sudo apt-get install libtool -y # Installing SoftHSM git clone https://github.com/opendnssec/SoftHSMv2.git -b master cd SoftHSMv2 sh ./autogen.sh ./configure make sudo -E make install cd .. sudo ldconfig # initializing SoftHSM softhsm2-util --init-token --so-pin "12345" --pin "12345" --slot 0 --label "My slot 0" - run: name: update-npm command: 'sudo npm install -g npm@latest' - restore_cache: # special step to restore the dependency cache key: dependency-cache-{{ checksum "package.json" }} - run: name: install-deps command: npm install - save_cache: # special step to save the dependency cache key: dependency-cache-{{ checksum "package.json" }} paths: - ./node_modules - run: # run tests with code coverage name: test-code-coverage command: npm run coverage - run: # run coveralls report name: test-report-coveralls command: npm run coveralls
Configure circleci to run clang-tidy
version: 2 jobs: build: docker: - image: ubuntu:xenial steps: - checkout - run: | apt-get update apt-get install -y g++ cmake clang-format - run: | g++ --version cmake --version - restore_cache: key: dependency-cache-{{ .Branch }}-{{ checksum "CMakeLists.txt" }} - run: | find . \( -name '*.cc' -o -name '*.h' \) -type f -print0 | xargs -0 -P4 -I{} bash -c 'diff -u {} <(clang-format {})' mkdir -p build && cd build && cmake .. && make - save_cache: key: dependency-cache-{{ .Branch }}-{{ checksum "CMakeLists.txt" }} paths: - build
version: 2 jobs: build: docker: - image: ubuntu:xenial steps: - checkout - run: | apt-get update apt-get install -y g++ cmake clang-format clang-tidy - run: | g++ --version cmake --version - restore_cache: key: dependency-cache-{{ .Branch }}-{{ checksum "CMakeLists.txt" }} - run: | find . \( -name '*.cc' -o -name '*.h' \) -type f -print0 | xargs -0 -P4 -I{} bash -c 'diff -u {} <(clang-format {})' mkdir -p build && cd build && cmake .. && make clang-tidy && make - save_cache: key: dependency-cache-{{ .Branch }}-{{ checksum "CMakeLists.txt" }} paths: - build
Use squash commits for merging
# These settings are synced to GitHub by https://probot.github.io/apps/settings/ repository: # See https://developer.github.com/v3/repos/#edit for all available settings. # The name of the repository. Changing this will rename the repository name: nebuchadnezzar # A URL with more information about the repository # homepage: <url> # Either `true` to enable projects for this repository, or `false` to disable them. # If projects are disabled for the organization, passing `true` will cause an API error. # has_projects: true # Either `true` to enable the wiki for this repository, `false` to disable it. has_wiki: true
# These settings are synced to GitHub by https://probot.github.io/apps/settings/ repository: # See https://developer.github.com/v3/repos/#edit for all available settings. # The name of the repository. Changing this will rename the repository name: nebuchadnezzar # A URL with more information about the repository # homepage: <url> # Either `true` to enable projects for this repository, or `false` to disable them. # If projects are disabled for the organization, passing `true` will cause an API error. # has_projects: true # Either `true` to allow squash-merging pull requests, or `false` to prevent # squash-merging. allow_squash_merge: true # Either `true` to allow merging pull requests with a merge commit, or `false` # to prevent merging pull requests with merge commits. allow_merge_commit: false # Either `true` to allow rebase-merging pull requests, or `false` to prevent # rebase-merging. allow_rebase_merge: false # Either `true` to enable the wiki for this repository, `false` to disable it. has_wiki: true
Change level table type to INTEGER
up: - CREATE TABLE OrganisationUnitLevel (_id INTEGER PRIMARY KEY AUTOINCREMENT, uid TEXT NOT NULL UNIQUE, code TEXT, name TEXT, displayName TEXT, created TEXT, lastUpdated TEXT, level TEXT);
up: - CREATE TABLE OrganisationUnitLevel (_id INTEGER PRIMARY KEY AUTOINCREMENT, uid TEXT NOT NULL UNIQUE, code TEXT, name TEXT, displayName TEXT, created TEXT, lastUpdated TEXT, level INTEGER);
Use default openebs-standard storageclass for jiva demo pvc
kind: PersistentVolumeClaim apiVersion: v1 metadata: name: demo-vol1-claim spec: storageClassName: openebs-jiva-default-0.7.0 accessModes: - ReadWriteOnce resources: requests: storage: 4G
kind: PersistentVolumeClaim apiVersion: v1 metadata: name: demo-vol1-claim spec: storageClassName: openebs-standard accessModes: - ReadWriteOnce resources: requests: storage: 4G
Update LMS to 0.1.3 (103)
Categories: - Multimedia License: MIT AuthorName: Craig Drummond SourceCode: https://github.com/CDrummond/lms-material-app IssueTracker: https://github.com/CDrummond/lms-material-app/issues Changelog: https://raw.githubusercontent.com/CDrummond/lms-material-app/HEAD/ChangeLog Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2X2CTDUH27V9L&source=url AutoName: LMS Description: |- Provides a webview wrapper for accessing a Logitech Media Server instance using MaterialSkin. Reqires the MaterialSkin plugin to be installed on your LMS instance. RepoType: git Repo: https://github.com/CDrummond/lms-material-app Builds: - versionName: 0.0.2 versionCode: 2 commit: 0.0.2 subdir: lms-material gradle: - yes - versionName: 0.1.2 versionCode: 102 commit: 0.1.2 subdir: lms-material gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 0.1.2 CurrentVersionCode: 102
Categories: - Multimedia License: MIT AuthorName: Craig Drummond SourceCode: https://github.com/CDrummond/lms-material-app IssueTracker: https://github.com/CDrummond/lms-material-app/issues Changelog: https://raw.githubusercontent.com/CDrummond/lms-material-app/HEAD/ChangeLog Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2X2CTDUH27V9L&source=url AutoName: LMS Description: |- Provides a webview wrapper for accessing a Logitech Media Server instance using MaterialSkin. Reqires the MaterialSkin plugin to be installed on your LMS instance. RepoType: git Repo: https://github.com/CDrummond/lms-material-app Builds: - versionName: 0.0.2 versionCode: 2 commit: 0.0.2 subdir: lms-material gradle: - yes - versionName: 0.1.2 versionCode: 102 commit: 0.1.2 subdir: lms-material gradle: - yes - versionName: 0.1.3 versionCode: 103 commit: 0.1.3 subdir: lms-material gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 0.1.3 CurrentVersionCode: 103
Add hpa.nhs.uk aliases to hpa site
--- site: phe_hpa whitehall_slug: public-health-england homepage: https://www.gov.uk/government/organisations/public-health-england tna_timestamp: 20140714084352 host: www.hpa.org.uk homepage_furl: www.gov.uk/phe aliases: - hpa.org.uk
--- site: phe_hpa whitehall_slug: public-health-england homepage: https://www.gov.uk/government/organisations/public-health-england tna_timestamp: 20140714084352 host: www.hpa.org.uk homepage_furl: www.gov.uk/phe aliases: - hpa.org.uk - www.hpa.nhs.uk - hpa.nhs.uk
Add user_manager parameter in SocialManager service
services: amenophis.social: class: Amenophis\Bundle\SocialBundle\Service\SocialManager arguments: [@doctrine.orm.entity_manager, @security.context, @event_dispatcher, %amenophis.social.entity.class%] amenophis.social.twig: class: Amenophis\Bundle\SocialBundle\Twig\SocialExtension arguments: [@amenophis.social] tags: - { name: twig.extension }
services: amenophis.social: class: Amenophis\Bundle\SocialBundle\Manager\SocialManager arguments: [@doctrine.orm.entity_manager, @security.context, @event_dispatcher, @fos_user.user_manager, %amenophis.social.entity.class%] amenophis.social.twig: class: Amenophis\Bundle\SocialBundle\Twig\SocialExtension arguments: [@amenophis.social] tags: - { name: twig.extension }
Replace hyphens with underscores in DB names
development: adapter: postgresql database: ohana-api_development encoding: utf8 host: localhost port: 5432 pool: 5 timeout: 5000 # 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: postgresql database: ohana_api_test encoding: utf8 host: localhost port: 5432 pool: 5 timeout: 5000 production: adapter: postgresql database: ohana-api_production encoding: unicode host: localhost port: 5432 pool: 5 timeout: 5000
development: adapter: postgresql database: ohana_api_development encoding: utf8 host: localhost port: 5432 pool: 5 timeout: 5000 # 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: postgresql database: ohana_api_test encoding: utf8 host: localhost port: 5432 pool: 5 timeout: 5000 production: adapter: postgresql database: ohana_api_production encoding: unicode host: localhost port: 5432 pool: 5 timeout: 5000
Use --preferred-challenges flag instead of standalone specific challenge flag which is now deprecated
--- certbot_src: /root certbot_email: test@example.com certbot_domains: - "{{ ansible_fqdn }}" certbot_renewal_docroot: /var/www/certbot-auto certbot_command: "{{ certbot_src }}/certbot/certbot-auto certonly --renew-by-default --standalone --standalone-supported-challenges http-01 --agree-tos --text {% for domain in certbot_domains %}-d {{ domain }} {% endfor %}--email {{ certbot_email }}"
--- certbot_src: /root certbot_email: test@example.com certbot_domains: - "{{ ansible_fqdn }}" certbot_renewal_docroot: /var/www/certbot-auto certbot_command: "{{ certbot_src }}/certbot/certbot-auto certonly --renew-by-default --standalone --preferred-challenges http-01,tls-sni-01 --agree-tos --text {% for domain in certbot_domains %}-d {{ domain }} {% endfor %}--email {{ certbot_email }}"
Set "twig.strict_variables" to true in test_cached to find bugs that happen in dev enrionment too
# This file is part of the Sylius package. # (c) Paweł Jędrzejewski imports: - { resource: config_test.yml } doctrine: orm: entity_managers: default: metadata_cache_driver: type: memcached host: localhost port: 11211 doctrine_phpcr: odm: metadata_cache_driver: type: memcached host: localhost port: 11211
# This file is part of the Sylius package. # (c) Paweł Jędrzejewski imports: - { resource: config_test.yml } doctrine: orm: entity_managers: default: metadata_cache_driver: type: memcached host: localhost port: 11211 doctrine_phpcr: odm: metadata_cache_driver: type: memcached host: localhost port: 11211 twig: strict_variables: true