Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Use Travis CI container architecture
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - jruby-19mode - rbx-2 gemfile: - gemfiles/rails_3.2.gemfile - gemfiles/rails_4.0.gemfile - gemfiles/rails_4.1.gemfile - gemfiles/rails_4.2.gemfile matrix: allow_failures: - rbx-2
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - jruby-19mode - rbx-2 gemfile: - gemfiles/rails_3.2.gemfile - gemfiles/rails_4.0.gemfile - gemfiles/rails_4.1.gemfile - gemfiles/rails_4.2.gemfile matrix: allow_failures: - rbx-2 sudo: false
Update from Hackage at 2022-05-02T15:29:34Z
homepage: https://github.com/unfoldml/jsonl changelog-type: '' hash: 68f5451721c5ebbccba027727e39cd601c8eb4b67f0315d8b55f9e563f5f3695 test-bench-deps: {} maintainer: UnfoldML AB synopsis: JSON Lines changelog: '' basic-deps: bytestring: -any base: '>=4.7 && <5' aeson: -any all-versions: - 0.1.0.0 author: Marco Zo...
Update from Hackage at 2021-03-20T17:54:17Z
homepage: '' changelog-type: markdown hash: e0aee781d8f43c551b09b5918d3527c360068840c80308a03d45484c249c187b test-bench-deps: streaming: -any base: '>=4.7 && <5' hspec: -any streaming-nonempty: -any maintainer: paolo.veronelli@gmail.com synopsis: Add support for non empty streams to Streaming lib changelog: | ...
Remove git submodules from build script as they are automatically updated by fdroid. Also decrement wrongly changed version numbers.
Categories: - Security - Multimedia License: GPL-3.0-or-later AuthorName: Thomas Nibler AuthorEmail: cryptocam@tnibler.de SourceCode: https://gitlab.com/tnibler/cryptocam/tree/HEAD IssueTracker: https://gitlab.com/tnibler/cryptocam/issues AutoName: Cryptocam RepoType: git Repo: https://gitlab.com/tnibler/cryptoca...
Exclude auto-generated and 3rd party code from Code Climate
exclude_paths: # Auto-generated classes from the PEG parser generator - TYPO3.Eel/Classes/TYPO3/Eel/FlowQuery/FizzleParser.php - TYPO3.Eel/Classes/TYPO3/Eel/EelParser.php - TYPO3.Eel/Classes/TYPO3/Eel/AbstractParser.php # 3rd partx code - TYPO3.Eel/Resources/Private/PHP/php-peg/** - TYPO3.Flow/Resources/P...
Add a Travis testing file.
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 env: global: - TESLA_EMAIL=elon.musk@teslamotors.com - TESLA_PASS=oilLOL - TESLA_CLIENT_ID=1 - TESLA_CLIENT_SECRET=2
Convert old CI script to Travis.
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.2 - jruby-1.6 - jruby-1.7 env: - ACTIVESUPPORT_VERSION=3.0 - ACTIVESUPPORT_VERSION=3.1 - ACTIVESUPPORT_VERSION=3.2 matrix: include: - rvm: 1.8.7 env: ACTIVESUPPORT_VERSION=2.3 install: - "bundle update" script: "bundle exec rake ci:spec"
Add Travis CI yml file
language: java jdk: - oraclejdk8 - oraclejdk7 - openjdk6 sudo: false # as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
Remove C Extensions default config to silent warns
language: ruby sudo: false cache: bundler install: true script: - 'if [[ "$TRAVIS_RUBY_VERSION" =~ "jruby" ]]; then rvm get head && rvm reload && rvm use --install $TRAVIS_RUBY_VERSION; fi' - 'bundle install' - 'bundle exec rake test:coverage' rvm: - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 - 2.1.3 - 2.1.4 - 2...
language: ruby sudo: false cache: bundler install: true env: global: - JRUBY_OPTS=--dev script: - 'if [[ "$TRAVIS_RUBY_VERSION" =~ "jruby" ]]; then rvm get head && rvm reload && rvm use --install $TRAVIS_RUBY_VERSION; fi' - 'bundle install' - 'bundle exec rake test:coverage' rvm: - 2.0.0 - 2.1.0 - 2.1...
Fix the integration tests by specifying which sln to build
version: 1.0.{build} environment: matrix: - Configuration: Release - Configuration: Debug before_build: - nuget restore - appveyor DownloadFile https://raw.githubusercontent.com/dbolkensteyn/pr-analysis/ondemand/msbuild-sonarqube-runner-begin.cmd && msbuild-sonarqube-runner-begin after_build: - appveyor ...
version: 1.0.{build} environment: matrix: - Configuration: Release - Configuration: Debug before_build: - nuget restore - appveyor DownloadFile https://raw.githubusercontent.com/dbolkensteyn/pr-analysis/ondemand/msbuild-sonarqube-runner-begin.cmd && msbuild-sonarqube-runner-begin build: verbosity: minima...
Add bob.db.casia_fasd recipe [skip appveyor]
{% set version = "2.0.5" %} package: name: bob.db.casia_fasd version: {{ version }} source: fn: bob.db.casia_fasd-{{ version }}.zip md5: 54bf2328f118b24df793a486d00c242a url: https://pypi.python.org/packages/source/b/bob.db.casia_fasd/bob.db.casia_fasd-{{ version }}.zip build: number: 0 skip: true # [...
Update from Hackage at 2018-03-16T00:56:26Z
homepage: https://github.com/nomeata/containers-verified changelog-type: markdown hash: 18dbe519685935ef9c833a666278e48a1e4f77bb58676dc719eaf5e84f95d348 test-bench-deps: {} maintainer: mail@joachim-breitner.de synopsis: Formally verified drop-in replacement of containers changelog: ! '# Revision history for containers-...
Add or update the App Service deployment workflow configuration from Azure Portal.
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy # More GitHub Actions for Azure: https://github.com/Azure/actions name: Build and deploy ASP app to Azure Web App - chillin on: push: branches: - master workflow_dispatch: jobs: build: runs-on: 'windows-latest' ...
Leverage a GitHub workflow to build the Maven site on merges to main and on pull requests.
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: CI for Maven site on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-lat...
Use Jasmine as the test runner for JavaScript from Python
# src_files # # Return an array of filepaths relative to src_dir to include before jasmine specs. # Default: [] # # EXAMPLE: # # src_files: # - lib/source1.js # - lib/source2.js # - dist/**/*.js # src_files: - js/jquery.min.js - js/jqm-config.js - js/jquery.mobile.min.js - js/jquery.notify.min.js...
Set up CI with Azure Pipelines
# Python package # Create and test a Python package on multiple Python versions. # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/python trigger: - master pool: vmImage: 'ubuntu-latest' str...
Add Istanbul config to set high watermarks
verbose: false instrumentation: root: . default-excludes: true excludes: [] embed-source: false variable: __coverage__ compact: true preserve-comments: false complete-copy: false save-baseline: false baseline-file: ./coverage/coverage-baseline.json reporting: print: summary ...
Include BMI cfg file for gpp + lai study
config: /home/mapi8461/projects/ILAMB-experiments/2/MsTMIP-gpp-lai.cfg ilamb_root: /nas/data/ilamb model_root: MODELS/MsTMIP regions: models: - BIOME-BGC - CLASS-CTEM-N - CLM4 - CLM4VIC - GTEC - ISAM - LPJ-wsl - ORCHIDEE-LSCE - SiB3 - SiBCASA confrontations:
Update from Hackage at 2018-01-25T17:16:37Z
homepage: https://github.com/chessai/acme-cuteboy changelog-type: markdown hash: 131d151f30d358ccced05d971a783baf8e97145959ce1ef922ca6bc73efc2601 test-bench-deps: {} maintainer: chessai1996@gmail.com synopsis: Maybe gives you a cute boy changelog: ! '# Revision history for acme-cuteboy ## 0.1.0.0 -- YYYY-mm-dd ...
Update from Hackage at 2018-03-15T11:42:02Z
homepage: https://github.com/aiya000/hs-random-names changelog-type: '' hash: 022d001b1f814e5a66b764b09b54be0e773f0bbc371b79839bdbde20ffcc5828 test-bench-deps: {} maintainer: aiya000 <aiya000.develop@gmail.com> synopsis: Expose Random and Arbitrary instances changelog: '' basic-deps: base: ! '>=4.7 && <5' text: -an...
Set up CI with Azure Pipelines
queue: Hosted VS2017 steps: - checkout: self clean: true - task: MSBuild@1 displayName: Restore inputs: solution: src/Moq.sln msbuildArguments: /t:Restore /p:Configuration=Release /m - task: MSBuild@1 displayName: Version inputs: solution: src/Moq/Moq.Package/Moq.Package.nuproj msbuildArgu...
Add GitHub Actions for CI (run tests)
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby-version: ['2.7', '3.0', '3.1'] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1...
Update from Hackage at 2016-08-12T20:52:44+0000
homepage: '' changelog-type: '' hash: ff56c3ad3dc6de241ae99b14493800689d9acc6a00c17208c01686a4eaab738e test-bench-deps: {} maintainer: Index Int <vlad.z.4096@gmail.com> synopsis: Higher order versions of MTL classes changelog: '' basic-deps: base: ! '>=4.6 && <4.10' mtl: ! '>=2.2.1' transformers: ! '>=0.4.2' all-...
Add length and pattern constraints
id: http://schemas.taskcluster.net/github/v1/github-pull-request-message.json# $schema: http://json-schema.org/draft-04/schema# title: "GitHub Pull Request Message" description: | Message reporting that a GitHub pull request has occurred type: object properties: version: {$const: message-version}...
id: http://schemas.taskcluster.net/github/v1/github-pull-request-message.json# $schema: http://json-schema.org/draft-04/schema# title: "GitHub Pull Request Message" description: | Message reporting that a GitHub pull request has occurred type: object properties: version: {$const: message-version}...
Add release prelude about changing policies
--- prelude: > This release leverages oslo.policy's policy-in-code feature to modify the default check strings and scope types for nearly all of keystone's API policies. These changes make the policies more precise than they were before, using the reader, member, and admin roles where previously only th...
Update from Hackage at 2017-09-03T21:13:43Z
homepage: https://github.com/mtesseract/io-throttle#readme changelog-type: '' hash: e8f3ec4a903046b04225f182a61c5d45c0ce329e647ccf42923984faab714b75 test-bench-deps: test-framework-hunit: -any bytestring: -any test-framework: -any stm: -any base: ! '>=4.7 && <5' text: -any clock: -any async: -any HUni...
Add support for docker-based test execution.
version: '3.3' services: test: image: outrigger/build:php56 container_name: gdt environment: COMPOSER_CACHE_DIR: /root/.cache/composer NODE_VERSION: 6 NPM_CONFIG_CACHE: /root/.cache/npm GDT_QUIET: 1 entrypoint: ["/init", "npm", "test"] network_mode: bridge volumes: ...
Add PMC Author Manuscript Collection
name: PMCAMC type: remote url: - ftp://ftp.ncbi.nlm.nih.gov/pub/pmc/manuscript/PMC002XXXXXX.xml.tar.gz - ftp://ftp.ncbi.nlm.nih.gov/pub/pmc/manuscript/PMC003XXXXXX.xml.tar.gz - ftp://ftp.ncbi.nlm.nih.gov/pub/pmc/manuscript/PMC004XXXXXX.xml.tar.gz - ftp://ftp.ncbi.nlm.nih.gov/pub/pmc/manuscript/PMC005XXXXXX....
Configure Travis for test + PyPI deploy
sudo: false dist: trusty language: python python: - "3.5" - "3.6" install: - "nvm install node" # latest version of node - "nvm use node" - "npm install" - "pip install -r requirements.txt" script: - "gulp assets --env=deploy" - "pytest" deploy: provider: pypi user: sqre-admin password: secur...
Add environment file to generate conda environment with required build and runtime packages
name: nighres channels: - mrtrix3 - simpleitk - itk - conda-forge - bioconda - defaults dependencies: - python=3.9 - pip - numpy - nibabel - psutil - jcc - pandas - pyyaml - scikit-image - scikit-learn - Nilearn - statsmodels - matplotlib - Pillow - plotly - charset-normalize...
Add an example Andy might use
#An example for Andy resources: - name: version type: semver source: driver: git file: fancy-bundle uri: git@github.com/kdvolder/versions-repo branch: master - name: my-git type: git source: uri: git@github.com/kdvolder/test branch: master - name: my-bundle type: s3 source: buck...
Add Travis CI build script
language: csharp sudo: required dist: trusty env: - CLI_VERSION=latest addons: apt: packages: - gettext - libcurl4-openssl-dev - libicu-dev - libssl-dev - libunwind8 - zlib1g mono: - 4.4.2 os: - linux branches: only: - master install: - export DOTNET_INSTALL_DIR="$PWD/.dotnet...
Configure the Highways Agency's Standards for Highways site
--- site: ha_standardsforhighways whitehall_slug: highways-agency host: www.standardsforhighways.co.uk tna_timestamp: 20121206042904 homepage: https://www.gov.uk/government/organisations/highways-agency
Add etcd, use llparse image
k8s: image: llparse/kubernetes:latest environment: GLOG_v: 3 K8SM_MESOS_MASTER: ${MESOS_MASTER} DEFAULT_DNS_NAME: ${DEFAULT_DNS_NAME} HOST: ${DOCKER_HOST_IP} MESOS_SANDBOX: /data DNS_SERVER_IP: 169.254.169.250 DNS_DOMAIN: rancher.internal DNS_NAMESERVERS: 8.8.8.8:53,8.8.4.4:53 DE...
k8s-scheduler: image: llparse/mesos-k8s:v1.2.4 command: | k8sm-scheduler --etcd-servers http://etcd:2379 links: - etcd k8s: image: llparse/kubernetes:latest environment: GLOG_v: 3 K8SM_MESOS_MASTER: ${MESOS_MASTER} DEFAULT_DNS_NAME: ${DEFAULT_DNS_NAME} HOST: ${DOCKER_HOST_IP} ...
Update from Hackage at 2016-04-01T05:20:12+0000
homepage: https://github.com/micxjo/hs-luis-client changelog-type: '' hash: 2d86d9cc1afc6d0bc2bb5bde8033f33ffcda5b8e72a99b3297475a913445c743 test-bench-deps: {} maintainer: Micxjo Funkcio <micxjo@fastmail.com> synopsis: An unofficial client for the LUIS NLP service. changelog: '' basic-deps: http-client: ! '>=0.4.27 ...
Add bob.db.voxforge recipe [skip appveyor]
{% set version = "2.0.3" %} package: name: bob.db.voxforge version: {{ version }} source: fn: bob.db.voxforge-{{ version }}.zip md5: a8cfa83b4c63966c0dfcfbf1ba0db1ce url: https://pypi.python.org/packages/source/b/bob.db.voxforge/bob.db.voxforge-{{ version }}.zip build: number: 0 skip: true # [not linu...
Add support for training data sync and backup
govuk_env_sync::tasks: "pull_content_data_admin_integration_daily": ensure: "present" hour: "0" minute: "18" action: "pull" dbms: "postgresql" storagebackend: "s3" database: "content_data_admin_production" temppath: "/tmp/content_data_admin_integration_pull" url: "govuk-integration...
Remove legacy env variables from the registry deploymentconfig if present
--- - name: remove legacy environment variables from registry dc oc_env: kind: dc name: "{{ openshift_hosted_registry_name }}" namespace: "{{ openshift_hosted_registry_namespace }}" state: absent env_vars: BEARER_TOKEN: BEARER_TOKEN_FILE: KUBERNETES_MASTER: OPENSHIFT_CA_FIL...
Update from Forestry.io - Updated Forestry configuration
--- hide_body: false is_partial: true fields: - type: text name: title label: Title description: e.g. Display Title config: required: true - type: textarea label: Body name: body description: e.g. Describe what's happening config: wysiwyg: true schema: format: markdown
Switch from teamocil to tmuxinator
# ~/.tmuxinator/pp.yml name: some_project root: /mnt/marge/e/dp/PP windows: - pp: root: /mnt/marge/e/dp/PP layout: tiled panes: - harpers-boys: - cd /mnt/marge/e/dp/PP/harpers-outdoor-book-for-boys - git shortlog - impending-crisis: - cd /mnt/marge/e/dp...
Add recipe for serialchemy [skip appveyor] [skip travis]
{% set name = "serialchemy" %} {% set version = "0.2.0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 8ef00f71153cc076709ed58ba00731768dbabbf15c237cd423df3c808b24a988 build: noarch:...
Add configuration file for github actions.
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Node.js CI on: push: branc...
Update from Hackage at 2015-12-03T15:16:40+0000
homepage: https://github.com/dmcclean/dimensional-codata changelog-type: markdown hash: ed371a9a2db52bcd589dbe913cc45f8875b6657327845f7f0b008d0cec80dedb test-bench-deps: {} maintainer: douglas.mcclean@gmail.com synopsis: CODATA Recommended Physical Constants with Dimensional Types changelog: ! "2014.0.0.0\r\n----------...
Add GitHub Actions CI/CD test suite workflow
name: Test suite on: push: pull_request: schedule: - cron: 1 0 * * * # Run daily at 0:01 UTC jobs: tests: name: 👷 runs-on: ${{ matrix.os }} strategy: # max-parallel: 5 matrix: python-version: - 3.7 - 3.6 - 3.5 - 2.7 os: - ubun...
Rename to more common file extension (also 8.3!)
database: user: mypa pass: defaultpassword name: mypa type: mysql host: localhost sock: /var/run/mysqld/mysqld.sock port: 3306 game: name: MyPA version: 1.0.0-devel round: 1 motd: | Have fun people! mail: from: mypa@localhost replyto: mypa@localhost setup: gameopen: true...
Add the packaging metadata for the keybase snap
name: keybase version: master summary: Crypto for everyone! description: | Keybase service and command line client. grade: devel # must be 'stable' to release into candidate/stable channels confinement: strict apps: keybase: command: keybase plugs: [network, network-bind] parts: client-go: source: ...
Update from Hackage at 2022-05-03T10:01:10Z
homepage: https://github.com/unfoldml/jsonl-conduit changelog-type: '' hash: 3673327a0d56b6bde12ee5d7e5d89f4e25e7a6a11546181bab3961c81838c311 test-bench-deps: jsonl-conduit: -any bytestring: -any base: -any hspec: -any conduit: -any aeson: -any maintainer: UnfoldML AB synopsis: Conduit interface to JSONL-en...
Add mac build github action
name: ci on: [push] jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: cmake run: cmake -DCMAKE_CXX_FLAGS=-Werror . - name: make run: make
Add docker image building action.
name: Build and push image to Docker Hub on: # Build and push to registry for all git pushes, mark as 'latest' only for # main branch. push: # For pull requests, build but don't push. pull_request: env: PUSH_TO_MASTER: ${{ github.event_name == 'push' && endsWith(github.ref, '/master') }} jobs: build: ...
Set up CI with Azure Pipelines
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - master pool: vmImage: 'Ubuntu-16.04' steps: - script: echo Hello, world! displayName: 'Run a one-line script' - script: |...
Set up CI with Azure Pipelines
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml pool: vmImage: 'Ubuntu 16.04' steps: - script: echo Hello, world! displayName: 'Run a one-line script' - script: | echo Add other...
Add sample DLNA server Docker Compose manifest.
rclone-dlna-server: container_name: rclone-dlna-server image: rclone/rclone command: # Tweak here rclone's command line switches: # - "--config" # - "/path/to/mounted/rclone.conf" - "--verbose" - "serve" - "dlna" - "remote:/" - "--name" - "myDLNA server" - "--read-only" # - "...
Set up CI with Azure Pipelines
# ASP.NET Core # Build and test ASP.NET Core projects targeting .NET Core. # Add steps that run tests, create a NuGet package, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger: - master pool: vmImage: 'Ubuntu-16.04' variables: buildConfiguration: 'Release' step...
Load environment variables from a JSON file in GCS
main: params: [input] steps: - load_env_details: call: read_env_from_gcs args: bucket: workflow_environment_info object: env-info.json result: env_details - call_service: call: http.get args: url: ${env_details.SERVICE_URL} ...
Add the no-op GitHub Actions workflow for Python releases.
name: Python on: workflow_dispatch: inputs: build: required: true type: number jobs: no-op: runs-on: ubuntu-latest steps: - run: echo "These aren't the droids you're looking for." shell: bash
Add playbook for OS X workstations
--- - name: Configure Mac mini workstation vars: ansible_ssh_pipelining: yes hosts: gui vars_files: - ../vars/global.yml - ../vars/secrets.yml roles: - shell - languages
Create configuration for Travis CI server
language: python python: 2.7 env: - TOX_ENV= virtualenv: system_site_packages: true install: - pip install -U tox coveralls script: - tox - coveralls --rcfile=.coveragerc
Add build definition for PR
# Build ASP.NET Core project on pull request variables: - name: BuildConfiguration value: Release - name: BuildPlatform value: Any CPU - name: BuildProjects value: PlanningPokerCore.sln trigger: none pr: - master jobs: - template: azure-pipelines-build.yml parameters: RunEnd2EndTests: true PublishAr...
Update from Hackage at 2019-03-02T19:36:14Z
homepage: https://github.com/chessai/fib changelog-type: markdown hash: 29347a6b1ca2d76a1235b3b001730f5ac8d83f9db07cd2f1ee91cb83edd11128 test-bench-deps: {} maintainer: chessai <chessai1996@gmail.com> synopsis: fibonacci algebra changelog: |- # Changelog `fib` uses [PVP Versioning][1]. The changelog is available...
Add support for docker stack with mock
version: '3' services: meetup_loto: image: ghibourg/meetup_loto depends_on: - apimeetupcom networks: - meetup_loto_net ports: - "8888:8080" environment: - env=mock apimeetupcom: image: campanda/webserver-mock ports: - "443:443" environment: - ssl=...
Update from Hackage at 2018-05-26T16:19:27Z
homepage: https://github.com/incertia/unity-testresult-parser#readme changelog-type: markdown hash: d71acac06574941bbfc8dca500e5cccde7230be84114e99fbf957a567385c5f6 test-bench-deps: {} maintainer: incertia@incertia.net synopsis: '' changelog: ! '# Changelog for unity-testresult-parser ## Unreleased changes ' basic...
Update from Hackage at 2017-05-15T09:20:05Z
homepage: https://github.com/peti/logging-facade-syslog#readme changelog-type: '' hash: 8139c68b3893219fd9ebc40964421ae5eb8846337d7a0b8e34d02b1515e34f2d test-bench-deps: {} maintainer: Peter Simons <simons@cryp.to> synopsis: A logging back-end to syslog(3) for the logging-facade library changelog: '' basic-deps: logg...
Automate update of IPs in nginx.conf!!!!
# Update the IPs for new Aspace instances # call by --limit=<current version> --extra-vars="previous_version=<previous version>" --- - hosts: aspace_instances vars: pre_tasks: - fail: msg='Need to set previous version by adding --extra-vars "previous_version=<previous-version i.e. v2.0.1>" to ansible-p...
Update from Hackage at 2016-05-23T03:19:19+0000
homepage: '' changelog-type: '' hash: c6bd373f3f690f3ddf7396f4063989522da587252408bc2bb23ce5e30ec815ab test-bench-deps: {} maintainer: winterland1989@gmail.com synopsis: A simple round-robin data type changelog: '' basic-deps: base: ! '>=4.6 && <5.0' all-versions: - '0.1.0.0' author: winterland1989 latest: '0.1.0.0' ...
Set up CI with Azure Pipelines
# Docker image # Build a Docker image to deploy, run, or push to a container registry. # Add steps that use Docker Compose, tag images, push to a registry, run an image, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/docker trigger: - master pool: vmImage: 'Ubuntu-16.04' variables: image...
Update from Hackage at 2020-06-19T00:39:12Z
homepage: https://github.com/prsteele/math-programming-tests#readme changelog-type: markdown hash: 681a904b00587046e9f6cd0383f7336381a71154ea190fc4064783cd9ef88c26 test-bench-deps: {} maintainer: steele.pat@gmail.com synopsis: Utility functions for testing implementations of the math-programming library. changelog: | ...
Add .gitlab-ci demo for TYPO3 unit and functional tests
stages: - tests phpunit:php7.1: stage: tests image: besseiit/webdev services: - mysql variables: # Configure mysql service (https://hub.docker.com/_/mysql/) MYSQL_ROOT_PASSWORD: typo3 TIMEZONE: "Europe/Vienna" typo3DatabaseName: "testing" typo3DatabaseUsername: "root" typo3Data...
Allow anyone to tag/untag/close issues.
special: everyone: can: - say - tag - untag - close config: tag: only: - async/await - backported - help wanted - documentation - notebook - tab-completion - windows
Update from Hackage at 2020-10-04T18:13:59Z
homepage: https://github.com/srid/rib#readme changelog-type: '' hash: 3b837333314137f0b156617de1411396611d0c307b425e18aa05883676bb01e7 test-bench-deps: {} maintainer: srid@srid.ca synopsis: Static site generator based on Shake changelog: '' basic-deps: warp: -any modern-uri: -any shake: '>=0.18.5' exceptions: -...
Update from Hackage at 2017-09-16T14:35:39Z
homepage: https://github.com/daig/microgroove changelog-type: '' hash: 0d0f3ce69a6d1498b7cd28b1114a82802ab01c20900eec2d4c2e882885e2163e test-bench-deps: {} maintainer: dai@sodality.cc synopsis: Array-backed extensible records changelog: '' basic-deps: base: ! '>=4.7 && <5' primitive: -any vector: -any all-version...
Update from Hackage at 2015-07-11T22:19:10+0000
homepage: '' changelog-type: '' hash: 02499cbf549e2734c9ee85d2b3374eb23e7c5715344d14eb08d5bf61ff26e75f test-bench-deps: {} maintainer: Index Int <vlad.z.4096@gmail.com> synopsis: Ad-hoc type classes for lifting changelog: '' basic-deps: base: ! '>=4.6 && <4.9' transformers: ! '>=0.4.2' all-versions: - '0.1.0.0' aut...
Use CodeQL to analyze code
# For most projects, this workflow file will not need changing; you simply need # to commit it to your repository. # # You may wish to alter this file to override the set of languages analyzed, # or to provide custom queries or build logic. # # ******** NOTE ******** # We have attempted to detect the languages in your ...
Update from Forestry.io - Updated Forestry configuration
--- new_page_extension: md auto_deploy: false admin_path: "/admin" webhook_url: sections: - type: directory path: projects label: Projects create: documents match: "**/*.md" templates: - project - type: directory path: journal label: Journal create: documents match: "**/*.md" templates: - journ...
--- new_page_extension: md auto_deploy: false admin_path: "/admin" webhook_url: sections: - type: directory path: projects label: Projects create: documents match: "**/*.md" templates: - project - type: directory path: journal label: Journal create: documents match: "**/*.md" templates: - journ...
Update from Hackage at 2020-12-08T16:50:19Z
homepage: '' changelog-type: markdown hash: e52ca1cc2bd0787e09bae5404be9092cab23d191ce8bb907f48ea5148b003069 test-bench-deps: {} maintainer: dan.firth@homotopic.tech synopsis: Prelude with algebraic constructs and polykinds on. changelog: | # Changelog for chassis ## 0.0.1.0 * Experimental prelude with many alg...
Update from Hackage at 2017-03-22T09:22:20Z
homepage: https://github.com/frasertweedal/hs-concise changelog-type: '' hash: e7a01aaac1538a529a753f7148626e162eacb3789fc6762c878f1ebf17c29f7a test-bench-deps: bytestring: -any base: ! '>=4 && <5' text: -any lens: -any quickcheck-instances: -any tasty-quickcheck: -any tasty: -any QuickCheck: -any con...
Update from Hackage at 2018-04-27T16:02:55Z
homepage: https://github.com/ryota-ka/duration#readme changelog-type: '' hash: 370cd2adbdcc307ca2a4696b301d34ff35bdf17c12e025feefd9b20bc30a9d8e test-bench-deps: base: ! '>=4.7 && <5' time: -any hspec: -any parsec: -any doctest: -any duration: -any template-haskell: -any maintainer: kameoka.ryota@gmail.com...
Update from Hackage at 2016-03-19T13:40:39+0000
homepage: http://github.com/aelve/Spock-lucid changelog-type: markdown hash: 64f457072b9ffde02b144cf5aa5df0c1f92c22ae9e953bfca6090cf4b8244c07 test-bench-deps: {} maintainer: yom@artyom.me synopsis: Lucid support for Spock changelog: ! '# 0.1.0.0 First release. ' basic-deps: Spock: ! '>=0.9' lucid: ==2.* base...
Set up CI with Azure Pipelines
trigger: branches: include: - master - release - refs/tags/* pr: - master pool: vmImage: 'windows-2019' variables: BuildConfiguration: Release Projects: '**/*.csproj' steps: # Install required SDKs and tools - task: UseDotNet@2 displayName: 'Install .NET Core SDK' inputs: pack...
Set up CI with Azure Pipelines
# Node.js with React # Build a Node.js project that uses React. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: - master pool: vmImage: 'ubuntu-latest' steps: - task: NodeTool@0 inputs: versionSpec: '10.x...
Drop rbx/jruby on Travis as they use ancient versions
sudo: false language: ruby script: - bundle exec rspec rvm: - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.1 - ruby-head - rubinius - jruby matrix: allow_failures: - rvm: rubinius - rvm: jruby
sudo: false language: ruby script: - bundle exec rspec rvm: - 2.0.0 - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.1 - ruby-head
Update from Hackage at 2020-04-18T08:34:19Z
homepage: https://github.com/poscat0x04/cache-polysemy#readme changelog-type: markdown hash: 3f39ae3c9ae6e5083083a2c4ef270f09290d46f992208df0f8ed8e5710056686 test-bench-deps: polysemy-plugin: '>=0.2.5.0 && <0.3' base: '>=4.10 && <5' clock: '>=0.8 && <0.9' cache-polysemy: -any cache: '>=0.1.3.0 && <0.2' hash...
Update VBox extension pack to 5.1.18
--- virtualbox: extensions: - "http://download.virtualbox.org/virtualbox/5.1.18/Oracle_VM_VirtualBox_Extension_Pack-5.1.18.vbox-extpack"
Fix artifact path attempt 2
version: 1.0.{build} # build Configuration, i.e. Debug, Release, etc. configuration: Release before_build: - cmd: nuget restore build: project: NLog.Kafka.sln publish_nuget: false publish_nuget_symbols: false include_nuget_references: false verbosity: normal after_build: - nuget pack NLog.Targets.Kafka\NLog....
version: 1.0.{build} # build Configuration, i.e. Debug, Release, etc. configuration: Release before_build: - cmd: nuget restore build: project: NLog.Kafka.sln publish_nuget: false publish_nuget_symbols: false include_nuget_references: false verbosity: normal after_build: - nuget pack NLog.Targets.Kafka\NLog....
Update from Hackage at 2020-10-11T22:37:49Z
homepage: '' changelog-type: markdown hash: ead616a9777b9cf6a390d87987943d1824eba9b1e2896daf5b40c5e6c09a3c22 test-bench-deps: stm: -any base: '>=4.10 && <4.15' time: -any async: -any doctest: -any containers: -any random: -any maintainer: lyndon@sordina.net synopsis: 'Churros: Channel/Arrow based streamin...
Use latest gjslint version (2.3.10)
before_install: - "sudo pip install http://closure-linter.googlecode.com/files/closure_linter-2.3.9.tar.gz" - "git clone --depth=50 https://github.com/jsdoc3/jsdoc build/jsdoc" - "git clone https://code.google.com/p/glsl-unit/ build/glsl-unit" before_script: - "./build.py plovr" - "./build.py serve-integrati...
before_install: - "sudo pip install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz" - "git clone --depth=50 https://github.com/jsdoc3/jsdoc build/jsdoc" - "git clone https://code.google.com/p/glsl-unit/ build/glsl-unit" before_script: - "./build.py plovr" - "./build.py serve-integrat...
Disable this test (we should fix rest framework to disable based on java versions)
# Integration tests for Repository S3 component # "S3 repository can be registereed": - do: snapshot.create_repository: repository: test_repo_s3_1 verify: false body: type: s3 settings: bucket: "my_bucket_name" access_key: "AK...
# Integration tests for Repository S3 component # "S3 repository can be registereed": - skip: version: "all" reason: does not work on java9, see https://github.com/aws/aws-sdk-java/pull/432 - do: snapshot.create_repository: repository: test_repo_s3_1 verify: false ...
Use the pre-release builds of chefdk
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-stable-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefdk...
# Use Travis's cointainer based infrastructure sudo: false addons: apt: sources: - chef-current-precise packages: - chefdk # Don't `bundle install` install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the default before_script: - eval "$(/opt/chefd...
Add Travis CI config file
language: ruby rvm: - 2.2 before_install: - bundle install install: gem install jekyll html-proofer script: jekyll build && htmlproofer ./_site env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer sudo: false
Add Github Actions CI workflow
name: CI on: push: branches: [master] pull_request: branches: [master] jobs: build: runs-on: ubuntu-latest strategy: matrix: go: ['1.16'] steps: - name: Setup uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} - name: Prerequisites ru...
Update from Hackage at 2019-09-16T09:00:56Z
homepage: '' changelog-type: '' hash: 61f03a2f19238d83faf8ee492ab06be491a06371826acaae69880c1507fcfbff test-bench-deps: {} maintainer: arian.vanputten@gmail.com v.cacciarimiraldo@gmail.com synopsis: Reimplementation of the `gdiff` algorithm for `generics-mrsop` changelog: '' basic-deps: generics-mrsop: ! '>=2.0.0' ...
Set up Travis CI builds
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
Include Travic CI config file
language: android jdk: oraclejdk7 android: components: # The BuildTools version used by your project - build-tools-23.0.2 # The SDK version used to compile your project - android-23
Add initial Travis CI configuration
language: objective-c script: 'curl -s -H "Authorization: token $ATOM_ACCESS_TOKEN" -H "Accept: application/vnd.github.v3.raw" https://api.github.com/repos/atom/apm/contents/script/build-package | sh' env: global: secure: nv0HjvndSO99MhkDtcMinw3ZegEJlJued1SvMVuBpj4Wn+oHFnFAt4tWtcs+WXckFaLxn/bnKSvQMddSpochLidQNI...
Add Travis Build Automation Configuration
language: java sudo: false install: true addons: sonarcloud: organization: "thanglequoc-github" token: secure: "QOSwtWz2OVldndV0fUBayNbe63g+Dhfkk4wra5MtXjtESLkfJ4yomlHsLc94qPZd+y54jPlcBY38YxAstcU5LJMu1H1H2VpFKLEk2udWycfWwRcFTHK0raibtBgJpNmwJJcAqJW2Sgsb1Ym8Q5+aR5aY9mVrXIwJbztCdKtQdgRdwAGBQjIHSc32r+1JPiRj...
Add Ruby 2.0 to Travis build
language: ruby script: "rake spec" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - ree
language: ruby script: "rake spec" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-18mode - jruby-19mode - ree
Set up CI with Azure Pipelines
# C/C++ with GCC # Build your C/C++ project with GCC using make. # Add steps that publish test results, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc trigger: - master pool: vmImage: 'Ubuntu-16.04' steps: - script: | cd samples make -j2 display...
Add Clojure and just use the existing Bash record
# Popular languages appear at the top of language dropdowns # # This file should only be edited by GitHub staff - ActionScript - Bash - C - C# - C++ - CSS - CoffeeScript - Common Lisp - Diff - Emacs Lisp - Erlang - HTML - Haskell - Java - JavaScript - Lua - Objective-C - PHP - Perl - Python - Ruby - SQL - Scala - Sche...
# Popular languages appear at the top of language dropdowns # # This file should only be edited by GitHub staff - ActionScript - Bash - C - C# - C++ - CSS - Clojure - CoffeeScript - Common Lisp - Diff - Emacs Lisp - Erlang - HTML - Haskell - Java - JavaScript - Lua - Objective-C - PHP - Perl - Python - Ruby - SQL - Sc...
Add a simple YAML IT for them.
# Test parser settings --- - Statement: SELECT true||false - output: [[truefalse]] --- - Statement: SET parserDoubleQuoted TO 'string' --- - Statement: SET parserInfixBit TO "true" --- - Statement: SET parserInfixLogical TO "true" --- - Statement: SELECT 1|2 - output: [[3]] --- - Statement: SELECT true||false - output:...
Add example pod that returns to pod name
apiVersion: v1 kind: Service metadata: name: hello spec: selector: app: hello ports: - protocol: TCP port: 8080 targetPort: 8080 #type: LoadBalancer type: NodePort --- apiVersion: apps/v1beta1 kind: Deployment metadata: name: hello spec: replicas: 4 template: metadata: labe...
Update from Hackage at 2022-09-03T18:44:05Z
homepage: https://github.com/UnaryPlus/number-wall changelog-type: markdown hash: 3e6c658c771af864fe91e2e0b3077e2b3ee858cf64ac6aceacbaf31789deebfe test-bench-deps: base: -any number-wall: -any maintainer: ombspring@gmail.com synopsis: Create number walls and save them as images changelog: | # Revision history for...