commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
0aedcf02cf05e59d6841a340a1d7c7a322c21509
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: branches: only: - master working_directory: /var/tmp docker: - image: diegovalle/elcrimen-docker steps: - checkout - run: name: Build the website https://elcri.men command: | sudo -H -E bash -c "cp ansible/* /etc/...
version: 2 jobs: build: branches: only: - master working_directory: /var/tmp docker: - image: diegovalle/elcrimen-docker auth: username: diegovalle # can specify string literal values password: $DOCKERHUB_PASSWORD # or project environment variable referen...
Add docker auth [Skip CI]
Add docker auth [Skip CI]
YAML
mit
diegovalle/new.crimenmexico,diegovalle/new.crimenmexico,diegovalle/new.crimenmexico,diegovalle/new.crimenmexico,diegovalle/new.crimenmexico
3528f97d661a0160f7989f0f253bf1bf25999271
.circleci/config.yml
.circleci/config.yml
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/node:8.7 # Specify service dependencies here if necessary # Circl...
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: node8: docker: # specify the version you desire here - image: circleci/node:8.7 # Specify service dependencies here if necessary # Circl...
Add more circleCI jobs with various node versions
Add more circleCI jobs with various node versions
YAML
mit
Gipphe/ualf
7fa461f4e55c7c427969bdd5494403094191c3ac
.circleci/config.yml
.circleci/config.yml
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 general: branches: ignore: - gh-pages jobs: test: docker: - image: circleci/node:8.9.4 steps: - checkout - run: npm install - run: ...
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 general: branches: ignore: - gh-pages jobs: test: docker: - image: circleci/node:8.9.4 steps: - checkout - run: npm install - run: ...
Replace build with lint circle.ci dummy
Replace build with lint circle.ci dummy
YAML
mit
Tezirg/os2
97e174ec77f550f410b0a6612cc88d4f75ac6bdc
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/openjdk:8u171-jdk environment: GRADLE_OPTS: -Dorg.gradle.jvmargs=-Xmx512m -Dorg.gradle.daemon=false TERM: dumb TZ: /usr/share/zoneinfo/America/Los_Angeles branches: ignore: - /rel\/.*/ steps: - checkout ...
version: 2 jobs: build: docker: - image: circleci/openjdk:11-jdk environment: GRADLE_OPTS: -Dorg.gradle.jvmargs=-Xmx512m -Dorg.gradle.daemon=false TERM: dumb TZ: /usr/share/zoneinfo/America/Los_Angeles branches: ignore: - /rel\/.*/ steps: - checkout ...
Update jdk11 image for CircleCi
Update jdk11 image for CircleCi
YAML
bsd-3-clause
gosu-lang/gradle-gosu-plugin
b41a23c074118d401d0dac3b60d2148e2eb47ccf
.circleci/k8s-general-values.yml
.circleci/k8s-general-values.yml
fullnameOverride: "runner" daemonSet: true initContainers: {} envFromSecret: {} nodeSelector: {} affinity: {} tolerations: [] service: annotations: prometheus.io/scrape: "true" volumes: - name: runner-tmp-dir emptyDir: medium: Memory sizeLimit: "64Mi" - name: docker-socket hostPath: ...
fullnameOverride: "runner" daemonSet: true initContainers: {} envFromSecret: {} nodeSelector: {} affinity: {} tolerations: [] service: annotations: prometheus.io/scrape: "true" volumes: - name: runner-tmp-dir emptyDir: medium: Memory sizeLimit: "64Mi" - name: docker-socket hostPath: ...
Update hostPath - type value for "docke.socket" volume
Update hostPath - type value for "docke.socket" volume
YAML
bsd-2-clause
cyber-dojo/runner,cyber-dojo/runner
06e4171ab8f56d77ab36b6d37aa63b8e6a244534
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true verifier: name: inspec platforms: - name: centos-6.8 - name: centos-7.3 - name: debian-7.11 - name: debian-8.7 - name: freebsd-10.3 - name: freebsd-11.0 - name: fedora-25 - name: opensuse-leap-42.2 - name: ubunt...
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true verifier: name: inspec platforms: - name: centos-6.9 - name: centos-7.3 - name: debian-7.11 - name: debian-8.7 - name: freebsd-10.3 - name: freebsd-11.0 - name: fedora-25 - name: opensuse-leap-42.2 - name: ubunt...
Test on CentOS 6.9 in TK
Test on CentOS 6.9 in TK Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
opscode-cookbooks/ohai,chef-cookbooks/ohai
0846d5f139b561c4c3484f2bf2973cca20bee8d0
.kitchen.yml
.kitchen.yml
--- driver: name: vagrant provisioner: name: chef_zero driver_config: require_chef_omnibus: true platforms: - name: ubuntu-12.04 driver_config: box: opscode-ubuntu-12.04 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box run_list: ["recipe[apt]"] - ...
driver: name: vagrant provisioner: name: chef_zero platforms: - name: ubuntu-12.04 run_list: - recipe[apt::default] - name: ubuntu-14.04 run_list: - recipe[apt::default] - name: centos-5.11 - name: centos-6.7 - name: centos-7.1 suites: - name: default run_list: ["recipe[sqlite]"] attribute...
Update format and add new platforms
Update format and add new platforms
YAML
apache-2.0
chef-cookbooks/sqlite,opscode-cookbooks/sqlite
d8a8eb796c7d6b065baa6103a2cc92060d30d334
.github/workflows/lint-fixer.yml
.github/workflows/lint-fixer.yml
name: "Let me lint:fix that for you" on: [push] jobs: LMLFTFY: runs-on: ubuntu-latest steps: - name: "Check out Git repository" uses: actions/checkout@v2 - name: "Install CLI tools" run: npm install -g @angular/cli - name: "Install application" run: | npm install --igno...
name: "Let me lint:fix that for you" on: [push] jobs: LMLFTFY: runs-on: ubuntu-latest steps: - name: "Check out Git repository" uses: actions/checkout@v2 - name: "Use Node.js 14" uses: actions/setup-node@v1 with: node-version: 14 - name: "Install CLI tools" ...
Install Node.js 14 before linting
Install Node.js 14 before linting
YAML
mit
bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop
36bd1ee8110463cfe9c3fb915d422915645fc996
.kitchen.yml
.kitchen.yml
--- provisioner: name: ansible_playbook hosts: test-kitchen require_ansible_repo: false require_ansible_omnibus: true driver: name: docker platforms: - name: centos-6 driver_config: image: dynatrace/centos-testing:6 - name: debian-7.8 driver_config: image: dynatrace/debian-testing:7....
--- provisioner: name: ansible_playbook hosts: test-kitchen require_ansible_repo: false require_ansible_omnibus: true driver: name: docker platforms: - name: centos-6 driver_config: provision_command: - yum update -y - yum install -y net-tools tar - name: debian-7.8 driver_...
Drop dependency on external docker images.
Drop dependency on external docker images.
YAML
mit
dynaTrace/Dynatrace-Collector-Ansible,dynaTrace/Dynatrace-Collector-Ansible
fb3465b6ae7e160057b64310c087d70f5ff06dce
.mergify.yml
.mergify.yml
pull_request_rules: - name: auto merge when label is set conditions: - label!=WIP - label!=waiting - label=ready to merge - status-success~=Travis CI - status-success~=Codacy - status-success~=pullapprove actions: merge: method: merge strict: true - ...
pull_request_rules: - name: auto merge when label is set conditions: - label!=WIP - label!=waiting - label=ready to merge - status-success~=Travis CI - status-success~=Codacy - status-success~=pullapprove actions: merge: method: merge strict: true - ...
Add label after auto merge
Mergify: Add label after auto merge Mergify will add "auto_merge" label after merge
YAML
agpl-3.0
schul-cloud/schulcloud-client,schul-cloud/schulcloud-client,schul-cloud/schulcloud-client
7ecdcfd92b6c52348e6e27d9da2d720bd8622e72
.github/workflows/python-app.yml
.github/workflows/python-app.yml
# This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python application on: push: branches: [ master ] pull_request: branches: [ ...
# This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python application on: push: branches: [ master ] pull_request: branches: [ ...
Use bash instead of sh
Use bash instead of sh
YAML
apache-2.0
google/speaker-id,google/speaker-id,google/speaker-id
a50cf1d33f77f43ad8121baf490ac33507c159aa
.eslintrc.yaml
.eslintrc.yaml
parser: babel-eslint extends: airbnb/base plugins: - flowtype rules: eqeqeq: - error - allow-null no-unused-expressions: - error - allowShortCircuit: true no-use-before-define: off no-multi-spaces: - warn - exceptions: VariableDeclarator: true ImportDeclaration: true ...
parser: babel-eslint extends: airbnb/base plugins: - flowtype rules: eqeqeq: - error - allow-null no-unused-expressions: - error - allowShortCircuit: true no-use-before-define: off no-multi-spaces: off no-nested-ternary: off no-cond-assign: - error - except-parens key-spacing: ...
Align lint config to other libs
Align lint config to other libs
YAML
mit
guigrpa/timm,guigrpa/timm
83fd1f4de10364658452835d80376d17148be726
.forestry/front_matter/templates/page.yml
.forestry/front_matter/templates/page.yml
--- label: Page hide_body: false fields: - type: text name: title label: Title config: required: true - name: description type: text config: required: false label: Description - type: datetime name: date label: Date config: date_format: YYYY-MM-DD required: true default: now - name: ...
--- label: Page hide_body: false fields: - type: text name: title label: Title config: required: true - name: description type: text config: required: false label: Description - type: datetime name: date label: Date config: date_format: YYYY-MM-DD required: true default: now - name: ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Narno/narno.com,Narno/narno.com
b466cfa4e8c512e0b7d4ffe737b9730a8fff1c67
.forestry/front_matter/templates/page.yml
.forestry/front_matter/templates/page.yml
--- label: Page hide_body: false fields: - type: text name: title label: Title config: required: true - name: description type: text config: required: false label: Description - name: image type: file config: maxSize: 250 label: Image - type: datetime name: date label: Date config: ...
--- label: Page hide_body: false display_field: title fields: - type: text name: title label: Title config: required: true - name: description type: text config: required: false label: Description - name: image type: file config: maxSize: 250 label: Image - type: datetime name: date la...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Narno/narno.com,Narno/narno.com
22e0f001e351585e82564cb44394dad3c885896d
infrared/common/roles/tls-everywhere/tasks/prepare_undercloud.yml
infrared/common/roles/tls-everywhere/tasks/prepare_undercloud.yml
--- - name: Update /etc/hosts with freeipa's details become: yes lineinfile: dest: "/etc/hosts" line: "{{ freeipa_node_ipaddress }} {{ freeipa_node }}.{{ freeipa_cloud_domain }} {{ freeipa_node }}" state: present - name: Install python novajoin become: yes package: name: python-novajoi...
--- - name: Update /etc/hosts with freeipa's details become: yes lineinfile: dest: "/etc/hosts" line: "{{ freeipa_node_ipaddress }} {{ freeipa_node }}.{{ freeipa_cloud_domain }} {{ freeipa_node }}" state: present - name: Install python novajoin become: yes package: name: python-novajoi...
Add tls-everywhere settings before ctlplane-subnet section
Add tls-everywhere settings before ctlplane-subnet section In the undercloud.conf we have the [DEFAULT] followed by the [ctlplane-subnet] section. When the tls-everywhere config settings get added to the undercloud.conf the first time, they get appended to config and end up in the [ctlplane-subnet] section. With this ...
YAML
apache-2.0
redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared
71dd4f699621cb7898f939bf3c17025dbd620f3f
.gitlab-ci.yml
.gitlab-ci.yml
image: eu.gcr.io/jetstack-build-infra-images/bazelbuild:v20181107-8aac55d-0.18.0 variables: DOCKER_DRIVER: overlay services: - docker:1.12-dind before_script: - curl -L "https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz" | tar -C /usr/bin -xvzf- --strip-components=3 usr/local/bin/docker - export DOCKER_H...
image: eu.gcr.io/jetstack-build-infra-images/bazelbuild:v20181107-8aac55d-0.18.0 variables: DOCKER_DRIVER: overlay services: - docker:1.12-dind before_script: - curl -L "https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz" | tar -C /usr/bin -xvzf- --strip-components=3 usr/local/bin/docker - export DOCKER_H...
Fix GitLab build use of APP_VERSION
Fix GitLab build use of APP_VERSION Signed-off-by: James Munnelly <474ba67bdb289c6263b36dfd8a7bed6c85b04943@munnelly.eu>
YAML
apache-2.0
jetstack-experimental/cert-manager,jetstack-experimental/cert-manager,jetstack/cert-manager,cert-manager/cert-manager,jetstack/cert-manager,jetstack-experimental/cert-manager,cert-manager/cert-manager,cert-manager/cert-manager,jetstack/cert-manager
9fab3bd22522542eef00ef382f06d256bd0b92d1
.gitlab-ci.yml
.gitlab-ci.yml
gitlab-dev: tags: - meao - gcp only: - gitlab variables: NAMESPACE: nucleus-dev script: - docker/bin/build_images.sh - docker/bin/push2dockerhub.sh - CLUSTER_NAME=iowa-b bin/update-config.sh - CLUSTER_NAME=frankfurt bin/update-config.sh master: tags: - meao - gcp onl...
dev: tags: - meao - gcp only: - gitlab - master variables: NAMESPACE: nucleus-dev script: - docker/bin/build_images.sh - docker/bin/push2dockerhub.sh - CLUSTER_NAME=iowa-b bin/update-config.sh - CLUSTER_NAME=frankfurt bin/update-config.sh stage: tags: - meao - gcp...
Consolidate gitlab and master branches in to single dev job
Consolidate gitlab and master branches in to single dev job
YAML
mpl-2.0
mozilla/nucleus,mozilla/nucleus,mozilla/nucleus,mozilla/nucleus
2694ee2c26c0baa492ef99da97c5f7f75cdf0e3a
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build - test - deploy build: image: docker services: - docker:dind before_script: - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com script: - docker pull $CI_REGISTRY_IMAGE:CI_COMMIT_REF_NAME || true - docker build --cache-from $CI_REGISTRY_IMAGE:CI_COMMIT...
stages: - build - test - deploy build: image: docker services: - docker:dind before_script: - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com script: - docker pull $CI_REGISTRY_IMAGE:CI_COMMIT_REF_NAME || true - docker build --cache-from $CI_REGISTRY_IMAGE:CI_COMMIT...
Use `public-beta` branch in `deploy-beta` job
Use `public-beta` branch in `deploy-beta` job (on GitLab)
YAML
agpl-3.0
kobotoolbox/kpi,kobotoolbox/kpi,kobotoolbox/kpi,kobotoolbox/kpi,kobotoolbox/kpi
5478aa52ad91253fac32c5d6e3ea7aa3d7b1a6e4
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build before_script: - git submodule update --init --recursive osx: stage: build script: - atbuild check - atbuild package tags: - openswift - atbuild artifacts: paths: - bin/xcode_emit*.tar.xz - bin/xcode-emit.rb
stages: - build before_script: - git submodule update --init --recursive osx: stage: build script: - atbuild check - atbuild package --configuration release tags: - openswift - atbuild artifacts: paths: - bin/xcode_emit*.tar.xz - b...
Use release configuration for packaging
Use release configuration for packaging
YAML
apache-2.0
AnarchyTools/xcode-emit,AnarchyTools/xcode-emit
6115b849336157d0f2566c35c29da5692d1523b0
src/main/resources/application.yml
src/main/resources/application.yml
--- management: security: role: ADMIN enabled: true server: port: 8080 secure: port: 8443 spring: datasource: initialize: true jackson: serialization: INDENT_OUTPUT: true #http: # mappers: #...
--- management: security: role: ADMIN enabled: true server: port: 8080 secure: port: 8443 spring: datasource: initialize: true jackson: serialization: INDENT_OUTPUT: true #http: # mappers: #...
Update the schema instead of creating it in postgres
Update the schema instead of creating it in postgres
YAML
apache-2.0
tsurelad/Midaat-Vaccination-Microservice,tsurelad/Midaat-Vaccination-Microservice,tsurelad/Midaat-Vaccination-Microservice,tsurelad/Midaat-Vaccination-Microservice
b5499b3092a52f3ad62163646af64eeedeee833e
.install.conf.yaml
.install.conf.yaml
- defaults: link: create: true relink: true - clean: ['~', '~/.config'] - link: ~/.agignore: ~/.aria2/aria2.conf: ~/.axelrc: ~/.bash: ~/.bash_profile: ~/.bashrc: ~/.dotfiles: '' ~/.emacs.d: ~/.emacs: ~/.gitconfig: ~/.gitignore_global: ~/.gnupg/gpg.conf: ...
- defaults: link: create: true relink: true - clean: ['~', '~/.config'] - link: ~/.agignore: ~/.aria2/aria2.conf: ~/.axelrc: ~/.bash: ~/.bash_profile: ~/.bashrc: ~/.dotfiles: '' ~/.emacs.d: ~/.emacs: ~/.gitconfig: ~/.gitignore_global: ~/.gnupg/gpg.conf: ...
Make install script remove deleted submodules
Make install script remove deleted submodules
YAML
mit
anishathalye/dotfiles,anishathalye/dotfiles,anishathalye/dotfiles
002599231f284cba01c82b5cfb2bd6fca68f8e64
.rubocop_basic.yml
.rubocop_basic.yml
require: rubocop-rspec AllCops: DisplayCopNames: true DisplayStyleGuide: true Include: - "**/Rakefile" - "**/config.ru" Exclude: - "db/**/*" - "config/**/*" - "script/**/*" TargetRubyVersion: 2.3 # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop # to ignore ...
require: rubocop-rspec AllCops: DisplayCopNames: true DisplayStyleGuide: true Include: - "**/Rakefile" - "**/config.ru" Exclude: - "db/migrate/**/*" - "db/schema.rb" TargetRubyVersion: 2.3 # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop # to ignore them, so on...
Enable rubocop rules in config and seed files
Enable rubocop rules in config and seed files We were unintentionally ignoring them while trying to ignore just the schema file, migration files, and initializers generated with `rails generate`
YAML
agpl-3.0
AyuntamientoMadrid/participacion,AyuntamientoMadrid/participacion,consul/consul,AyuntamientoPuertoReal/decidePuertoReal,usabi/consul_san_borondon,consul/consul,AyuntamientoMadrid/participacion,consul/consul,AyuntamientoPuertoReal/decidePuertoReal,usabi/consul_san_borondon,consul/consul,AyuntamientoMadrid/participacion,...
d5ba64d9845f4db990efcdb50ce41f2043c4713c
circle.yml
circle.yml
machine: python: version: 2.7.9 node: version: 4.3.1 dependencies: pre: - pip install robotframework==3.0 - pip install robotframework-requests==0.4.4 - pip install robotframework-selenium2library==1.7.4 # Clean out node-modules to prevent issues with circle-ci's caching. - rm -rf no...
machine: python: version: 2.7.9 node: version: 4 dependencies: pre: - pip install robotframework==3.0 - pip install robotframework-requests==0.4.4 - pip install robotframework-selenium2library==1.7.4 # Clean out node-modules to prevent issues with circle-ci's caching. - rm -rf node_m...
Test against latest Node LTS
Test against latest Node LTS
YAML
mit
rangle/typescript-react-redux-starter,rayj480/redux-tasks,ayxos/react-cellar,ayxos/react-cellar,rayj480/redux-tasks,rayj480/redux-tasks,ayxos/react-cellar,rangle/typescript-react-redux-starter,ayxos/react-cellar,bang88/typescript-react-redux-starter,rayj480/redux-tasks,rangle/typescript-react-redux-starter,bang88/types...
8c395664f5b93aba3a61d24f6a0a41add7b2bfff
circle.yml
circle.yml
machine: services: - docker test: override: - mkdir logs - docker build -t openvas . 2>&1 | tee logs/build.log: timeout: 1200 general: artifacts: - "logs"
machine: services: - docker test: override: - mkdir logs - docker build -t openvas . &> logs/build.log: timeout: 1200 - sh test.sh &> logs/test.log: timeout: 600 general: artifacts: - "logs"
Add logs and log artifacts
Add logs and log artifacts
YAML
mit
danucalovj/openvas-docker,mikesplain/openvas-docker,mikesplain/openvas-docker,siddharthasahu/openvas-docker
b906382a630487d094a9bd940a42dbbe8d3b269f
circle.yml
circle.yml
machine: java: version: oraclejdk6 test: override: - TERM=dumb ./gradlew --no-color install check post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
machine: java: version: oraclejdk6 test: override: - TERM=dumb ./gradlew --console=plain install check post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
Replace deprecated gradle command line argument
Replace deprecated gradle command line argument
YAML
apache-2.0
michel-kraemer/gradle-download-task,michel-kraemer/gradle-download-task
d38508fe2d22c334984248b8f230729f7bd97d63
.github/workflows/linting-and-unit-testing.yml
.github/workflows/linting-and-unit-testing.yml
name: Node.js v14 CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js v14 uses: actions/setup-node@v1 with: node-version: '14.x' - run: npm ci - run: npm run lint - run: npm test
name: Node.js v14 CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js v14 uses: actions/setup-node@v2 with: node-version: '14.x' - run: npm ci - run: npm run lint - run: npm test
Update actions/setup-node action to v2
Update actions/setup-node action to v2 Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com>
YAML
mit
paazmaya/maezato
310cad6501c066da733c584a0fba533e2a8b2552
circle.yml
circle.yml
machine: xcode: version: "8.3.2" dependencies: pre: - brew update 1> /dev/null 2> /dev/null - brew outdated carthage || brew upgrade carthage - gem install bundler test: override: - ./scripts/macOS.sh - ./scripts/iOS.sh - ./scripts/tvOS.sh post: - carthage build --no-skip-curre...
machine: xcode: version: "8.3.2" dependencies: pre: - brew update 1> /dev/null 2> /dev/null - brew outdated carthage || brew upgrade carthage - gem install bundler test: override: - ./scripts/macOS.sh - ./scripts/iOS.sh - ./scripts/tvOS.sh post: - carthage build --no-skip-curre...
Enable auto-deploy on CircleCI based on tags.
Enable auto-deploy on CircleCI based on tags.
YAML
mit
Raizlabs/Anchorage,Raizlabs/Anchorage,Raizlabs/Anchorage
21e184e45818e66b24340a03546dced6fc79cae3
circle.yml
circle.yml
machine: node: version: 0.10.33 services: branches: only: - master
machine: node: version: 0.10.33 services: branches: only: - master dependencies: pre: override: - mvn install test: override: - mvn verify
Add some overrides for starters
Add some overrides for starters
YAML
apache-2.0
Fatze/hawtio,samkeeleyong/hawtio,grgrzybek/hawtio,rajdavies/hawtio,jfbreault/hawtio,Fatze/hawtio,tadayosi/hawtio,uguy/hawtio,Fatze/hawtio,Fatze/hawtio,skarsaune/hawtio,mposolda/hawtio,padmaragl/hawtio,andytaylor/hawtio,grgrzybek/hawtio,telefunken/hawtio,hawtio/hawtio,andytaylor/hawtio,stalet/hawtio,jfbreault/hawtio,pad...
0bbc4e60764c06b2bf29ce6b9bbd64c6ea0a6911
circle.yml
circle.yml
machine: environment: INSTALL_PREFIX_DIR: ~/opt INSTALL_PREFIX_BIN_DIR: ${INSTALL_PREFIX_DIR}/bin PATH: ${INSTALL_PREFIX_BIN_DIR}:${PATH} checkout: post: - git submodule sync --recursive - git submodule update --recursive --init dependencies: override: - vendor-install-tools/install.ph m...
machine: environment: INSTALL_PREFIX_DIR: ~/opt INSTALL_PREFIX_BIN_DIR: ${INSTALL_PREFIX_DIR}/bin PATH: ${INSTALL_PREFIX_BIN_DIR}:${PATH} checkout: post: - git submodule sync --recursive - git submodule update --recursive --init dependencies: override: - vendor-install-tools/install.py m...
Fix typo and meson version is -v not --version.
Fix typo and meson version is -v not --version.
YAML
apache-2.0
winksaville/test-meson-helloworld,winksaville/test-meson-helloworld
4f663cbbe6e2955e0f5a46a28b4223c78f235f3c
circle.yml
circle.yml
machine: node: version: 4.1.2 general: artifacts: - $CIRCLE_TEST_REPORTS test: override: - npm run security:check - npm test -- --reporter mocha-junit-reporter --reporter-options mochaFile=$CIRCLE_TEST_REPORTS/junit/results.xml - npm run cover -- --output=$CIRCLE_TEST_REPORTS/coverage/ -...
machine: node: version: 4.1.2 general: artifacts: - $CIRCLE_TEST_REPORTS test: override: - npm run security:check - npm test -- --reporter mocha-junit-reporter --reporter-options mochaFile=$CIRCLE_TEST_REPORTS/junit/results.xml - npm run cover - copy ./coverage $CIRCLE_TEST_REPORTS/cover...
Copy the coverage report to the artifact directory
Copy the coverage report to the artifact directory
YAML
mit
gregstewart/hearthstone-tracker,gregstewart/hearthstone-tracker
952e720807da0326537df4bf5faedbdfe19f1372
circle.yml
circle.yml
machine: services: - docker environment: IMAGE_NAME: centurylink/watchtower dependencies: override: - docker pull centurylink/golang-builder:latest test: override: - docker run -v $(pwd):/src centurylink/golang-builder:latest --test deployment: hub: branch: master commands: - ...
machine: services: - docker environment: IMAGE_NAME: rosscado/watchtower dependencies: override: - docker pull centurylink/golang-builder:latest test: override: - docker run -v $(pwd):/src centurylink/golang-builder:latest --test deployment: hub: branch: master commands: - doc...
Change image name to push to rosscado/watchtower
Change image name to push to rosscado/watchtower The circle.yml version on this branch will automatically trigger a Circle CI build and push the resulting Docker image to the DockerHub repo rosscado/watchtower. This is a temporary DockerHub repo for the rosscado/watchtower GitHub repo, and can be used to pull or test ...
YAML
apache-2.0
talmai/rpi-watchtower,v2tec/watchtower,ubergesundheit/watchtower,CenturyLinkLabs/watchtower,v2tec/watchtower,talmai/rpi-watchtower
7192e3fa7f7534d2e6f41c952bbf1ba45eac1365
circle.yml
circle.yml
machine: services: - docker dependencies: override: - docker version - docker info - docker build -t="blacklabelops/jenkins-swarm" . test: override: - docker run -d --name="jenkins-swarm" blacklabelops/jenkins-swarm - docker exec jenkins-swarm java -version
machine: services: - docker dependencies: override: - docker version - docker info - docker build -t="blacklabelops/jenkins-swarm" . test: override: - docker run -d --name="jenkins-swarm" blacklabelops/jenkins-swarm - docker logs jenkins-swarm
Build test set to log output.
Build test set to log output.
YAML
mit
blacklabelops/jenkins-swarm
25544bb5e0f6eb141743dad72102515fe128ec35
circle.yml
circle.yml
## Customize the test machine machine: services: - docker test: override: - lein do clean, test, bin ## deployment: ## docker-hub: ## branch: master ## commands: ## - docker build -t samsara/hydrant . ## - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS ## - docke...
## Customize the test machine machine: services: - docker test: override: - lein do clean, test, bin deployment: docker-hub: branch: master commands: - docker build -t samsara/hydrant . - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - docker push samsara/hydran...
Fix Auto Docker builds and push
Fix Auto Docker builds and push
YAML
epl-1.0
samsara/hydrant
ed30481e988ff29a2dfcdc23d15353bdc0ef4c04
circle.yml
circle.yml
machine: pre: - sudo rm /home/ubuntu/virtualenvs/venv-system/lib/python2.7/no-global-site-packages.txt
dependencies: pre: - sudo rm /home/ubuntu/virtualenvs/venv-system/lib/python2.7/no-global-site-packages.txt
Delete virtualenv configuration for no site packages
Delete virtualenv configuration for no site packages
YAML
agpl-3.0
okfn-brasil/gastos_abertos,LuizArmesto/gastos_abertos,okfn-brasil/gastos_abertos,nucleo-digital/gastos_abertos,LuizArmesto/gastos_abertos,andresmrm/gastos_abertos,andresmrm/gastos_abertos
0dccfc86afd5d1c6e8445aa49b094c1423183cdc
appveyor.yml
appveyor.yml
version: 1.0.{build} branches: only: - development/r1.0 - release/r1.0 image: Visual Studio 2015 install: - cmd: >- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% dnvm install 1.0.0-rc1-update1 -r coreclr -arch x64 cache: C:\Users\appveyor\.dnx\packages build_script: - cmd: >- dnvm use 1.0.0...
version: 1.0.{build} branches: only: - development/r1.0 - release/r1.0 image: Visual Studio 2015 install: - cmd: >- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% dnvm install 1.0.0-rc1-update1 -r coreclr -arch x64 cache: C:\Users\appveyor\.dnx\packages build_script: - cmd: >- dnvm use 1.0.0...
Reduce output from dnu restore.
Reduce output from dnu restore.
YAML
mit
tintoy/HTTPlease,tintoy/HTTPlease
5527f37f4266b264eba0caf397552be24ec1ca25
appveyor.yml
appveyor.yml
environment: EMACSBIN: emacs-24.4-bin%28i686-pc-mingw32%29.7z matrix: fast_finish: true install: - ps: Start-FileDownload "http://downloads.sourceforge.net/project/emacs-bin/releases/$env:EMACSBIN" - ps: 7z x $env:EMACSBIN -oemacs-local | FIND /V "ing " build_script: - cmd: FSharp.AutoComplete\fake.cmd Test ...
environment: EMACSBIN: emacs-24.4-bin-i686-pc-mingw32.7z matrix: fast_finish: true install: - ps: Start-FileDownload "http://downloads.sourceforge.net/project/emacs-bin/releases/$env:EMACSBIN" - ps: 7z x $env:EMACSBIN -oemacs-local | FIND /V "ing " build_script: - cmd: FSharp.AutoComplete\fake.cmd Test test:...
Update Emacs link in AppVeyor
Update Emacs link in AppVeyor
YAML
apache-2.0
kjnilsson/FSharp.AutoComplete,cloudRoutine/FsAutoComplete,rneatherway/FsAutoComplete,cloudRoutine/FsAutoComplete,vasily-kirichenko/FsAutoComplete
46810c8226308786207f1ff7444ad1657bdcc1ed
appveyor.yml
appveyor.yml
# image to use image: Visual Studio 2017 # version format version: 1.0.{build} # Maximum number of concurrent jobs for the project max_jobs: 1 services: - mssql2014 # start SQL Server 2014 Express build: parallel: true # enable MSBuild parallel builds project: src\bar-mgmt.sln ...
# image to use image: Visual Studio 2017 # version format version: 1.0.{build} # Maximum number of concurrent jobs for the project max_jobs: 1 services: - mssql2014 # start SQL Server 2014 Express build: parallel: true # enable MSBuild parallel builds project: src\bar-mgmt.sln ...
Add nuget restore to before build in AppVeyor yaml to restore packages
Add nuget restore to before build in AppVeyor yaml to restore packages
YAML
mit
kujotx/angular4-template,kujotx/angular4-template,kujotx/angular4-template,kujotx/angular4-template
88161005eb6ad1517aea8dfc5802ccdb6f0f286f
appveyor.yml
appveyor.yml
version: '{branch}-{build}' os: - Visual Studio 2015 - Visual Studio 2017 configuration: Release branches: only: - master init: [] before_build: - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" build_script: - md build - cd build - IF "%APPVEYOR_BUILD_W...
version: '{branch}-{build}' os: - Visual Studio 2015 - Visual Studio 2017 platform: - Win32 - x64 configuration: - Release - Debug branches: only: - master init: [] before_build: - ps: | Write-Output "Configuration: $env:CONFIGURATION" Write-Output "Platform: $env:PLATFORM" Write-Output "Toolset...
Create real build matrix for MSVC
Create real build matrix for MSVC
YAML
mit
ColinH/PEGTL,ColinH/PEGTL
8c8f4e3923135e25acd90a0eb9d8a2b826abb7a8
appveyor.yml
appveyor.yml
version: 1.0.{build}-{branch} environment: RUBYOPT: -Eutf-8 matrix: - RUBY_VERSION: 200 - RUBY_VERSION: 200-x64 - RUBY_VERSION: 21 - RUBY_VERSION: 21-x64 - RUBY_VERSION: 22 - RUBY_VERSION: 22-x64 - RUBY_VERSION: 23 - RUBY_VERSION: 23-x64 - RUBY_VERSION: 24 - RUBY_VERSION: 24...
version: 1.0.{build}-{branch} environment: RUBYOPT: -Eutf-8 matrix: - RUBY_VERSION: 200 - RUBY_VERSION: 200-x64 - RUBY_VERSION: 21 - RUBY_VERSION: 21-x64 - RUBY_VERSION: 22 - RUBY_VERSION: 22-x64 - RUBY_VERSION: 23 - RUBY_VERSION: 23-x64 - RUBY_VERSION: 24 - RUBY_VERSION: 24...
Test against Ruby 2.7 on AppVeyor
Test against Ruby 2.7 on AppVeyor
YAML
mit
emsk/bundle_outdated_formatter,emsk/bundle_outdated_formatter
d4c1085339d0bbdefcc953e9abffa7f6f295d0a9
appveyor.yml
appveyor.yml
environment: PYTEST_ADDOPTS: --numprocesses auto matrix: - PYTHON: "C:\\Python37" - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python27" build: off before_test: - "%PYTHON%\\python.exe -m pip install tox wheel" test_script: - "%PYTHON%\\python.exe -m tox -e standard"
environment: PYTEST_ADDOPTS: --numprocesses auto matrix: - PYTHON: "C:\\Python37" - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python27" build: off before_test: - "%PYTHON%\\python.exe -m pip install --upgrade pip tox wheel" test_script: - "%PYTHON%\\python.exe -m tox -e standard"
Upgrade pip to take advantage of env markers and avoid error in itertools
Upgrade pip to take advantage of env markers and avoid error in itertools
YAML
mit
AnalogJ/lexicon,AnalogJ/lexicon
28d25869af308b4e730964fdc6863cfb772f6555
appveyor.yml
appveyor.yml
build: false shallow_clone: true platform: - x86 # - x64 cache: - C:\tools\php -> appveyor.yml init: - SET PATH=C:\tools\php;%PATH% - SET COMPOSER_NO_INTERACTION=1 - SET COMPOSER=0 install: - IF EXIST c:\tools\php\composer (SET COMPOSER=1) - IF %COMPOSER%==0 cinst -y php -i && cinst -y composer -i -ve...
build: false shallow_clone: true platform: - x86 # - x64 cache: - C:\tools\php -> appveyor.yml init: - SET PATH=C:\tools\php;%PATH% - SET COMPOSER_NO_INTERACTION=1 - SET COMPOSER=0 install: - IF EXIST c:\tools\php\composer (SET COMPOSER=1) - IF %COMPOSER%==0 cinst -y php -i && cinst -y composer -i -ve...
Print out build dir with cached
Print out build dir with cached
YAML
mit
johnstevenson/chocolatey-appveyor
7462f54fa9ff95261c720e27bcc04f6a58e35fba
appveyor.yml
appveyor.yml
# Thanks for Grunt for template of this file! # http://www.appveyor.com/docs/appveyor-yml # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "4.0" - nodejs_version: "5.0...
# Thanks for Grunt for template of this file! # http://www.appveyor.com/docs/appveyor-yml # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "6.0" - nodejs_version: "8.0...
Test on Node 6, 8, and 10
:construction_worker: Test on Node 6, 8, and 10
YAML
mit
felixrieseberg/npm-windows-upgrade
b6f9dfca966c361b5f97bacdc60f58a099853677
.github/workflows/update-transitive-dependenies.yaml
.github/workflows/update-transitive-dependenies.yaml
name: Update Transitive Dependencies on: schedule: - cron: '15 11 * * 1' # weekly, on Monday morning (UTC) jobs: update: name: Tests runs-on: macos-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12 - name: remove and re-create...
name: Update Transitive Dependencies on: schedule: - cron: '15 11 * * 1' # weekly, on Monday morning (UTC) jobs: update: name: Tests runs-on: macos-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12 - name: remove and re-create...
Apply Correct Tag to Trigger Automerge
Apply Correct Tag to Trigger Automerge
YAML
mit
ilios/frontend,dartajax/frontend,jrjohnson/frontend,jrjohnson/frontend,ilios/frontend,dartajax/frontend
9023462978134993e2ac7c08cc78b4637f08d6a0
zuul/site-variables.yaml
zuul/site-variables.yaml
# This file contains ansible variables that are used by our zuul-executors. --- # NOTE(ianw): 2019-05 this list of clouds will grow as we provision # new opendev.org based mirrors, but then eventually be removed once # all are updated. zuul_site_mirror_fqdn: >- {%- if nodepool.region + "." + nodepool.cloud in [ "dfw....
# This file contains ansible variables that are used by our zuul-executors. --- # NOTE(ianw): 2019-05 this list of clouds will grow as we provision # new opendev.org based mirrors, but then eventually be removed once # all are updated. zuul_site_mirror_fqdn: >- {%- if nodepool.region + "." + nodepool.cloud in [ "DFW....
Fix mirror hostnames after opendev migration test
Fix mirror hostnames after opendev migration test Brown bag fix for errors in I631e3e3592a9be5c7da642cf34eec6d9758bf161 which are causing job failures. Change-Id: I06dcb09a4825a8e39d2dc000e7425649aea7e6a8
YAML
apache-2.0
openstack-infra/project-config,openstack-infra/project-config
bd309686d02f1b6f335eb25ef4f84ba7d4069018
web/themes/custom/gk_theme/gk_theme.info.yml
web/themes/custom/gk_theme/gk_theme.info.yml
name: GreenKnowe Theme type: theme description: Theme for GreenKnowe package: Other core: 8.x libraries: - gk_theme/global-styling base theme: bartik regions: header: Header primary_menu: 'Primary menu' secondary_menu: 'Secondary menu' page_top: 'Page top' page_bottom: 'Page bottom' highlighted: Highlig...
name: GreenKnowe Theme type: theme description: Theme for GreenKnowe package: Other core_version_requirement: ^8 || ^9 libraries: - gk_theme/global-styling base theme: bartik regions: header: Header primary_menu: 'Primary menu' secondary_menu: 'Secondary menu' page_top: 'Page top' page_bottom: 'Page botto...
Mark gk theme d9 compatible
Mark gk theme d9 compatible
YAML
mit
greg-1-anderson/gk-8,greg-1-anderson/gk-8,greg-1-anderson/gk-8
a591078d1121281df845ece5793efdf109e66793
spec/fixtures/data/gas_asset_lists/default_pipes_connectors.yml
spec/fixtures/data/gas_asset_lists/default_pipes_connectors.yml
--- - pressure_level_index: '0' part: pipes type: ye_olde_pipe amount: '7' stakeholder: customer building_year: '1960' - pressure_level_index: '0' part: connectors type: ye_olde_connector amount: '7' stakeholder: customer building_year: '1960' - pressure_level_index: '0' part: pipes type: magic_...
--- - pressure_level_index: '0' part: pipes type: big_pipe amount: '7' stakeholder: customer building_year: '1960' - pressure_level_index: '0' part: connectors type: big_connector amount: '7' stakeholder: customer building_year: '1960' - pressure_level_index: '0' part: pipes type: small_pipe a...
Fix business case calculator spec
Fix business case calculator spec Ref 0d825f8c
YAML
mit
quintel/etmoses,quintel/etmoses,quintel/etmoses,quintel/etmoses,quintel/etmoses
71a298b68ee6a70512f61178f3537b859cbd4932
galaxy.yml
galaxy.yml
- name: composer src: geerlingguy.composer version: 1.7.6 - name: ntp src: geerlingguy.ntp version: 1.6.4 - name: logrotate src: nickhammond.logrotate version: v0.0.5 - name: swapfile src: oefenweb.swapfile version: v2.0.22 - name: mailhog src: geerlingguy.mailhog version: 2.1.4
- name: composer src: geerlingguy.composer version: 1.7.6 - name: ntp src: geerlingguy.ntp version: 1.6.4 - name: logrotate src: nickhammond.logrotate version: v0.0.5 - name: swapfile src: oefenweb.swapfile version: v2.0.26 - name: mailhog src: geerlingguy.mailhog version: 2.1.4
Update `oefenweb.swapfile` from Ansible Galaxy
Update `oefenweb.swapfile` from Ansible Galaxy
YAML
mit
newtonne/trellis,roots/bedrock-ansible,pressbooks/trellis,buluma/trellis,buluma/trellis,newtonne/trellis,roots/trellis,roots/bedrock-ansible,buluma/trellis,newtonne/trellis,buluma/trellis,roots/trellis,pressbooks/trellis
f1e38d937b7ef60a2e321e9e99116dd39ff47823
glide.yaml
glide.yaml
package: github.com/beamly/go-gocd import: - package: github.com/urakozz/go-json-schema-generator - package: github.com/urfave/cli version: 1.20.0 - package: gopkg.in/yaml.v2 - package: github.com/sirupsen/logrus version: master testImport: - package: github.com/goreleaser/goreleaser version: ^0.30.0 subpackage...
package: github.com/beamly/go-gocd import: - package: github.com/urakozz/go-json-schema-generator - package: github.com/urfave/cli version: 1.20.0 - package: gopkg.in/yaml.v2 - package: github.com/sirupsen/logrus version: master - package: github.com/hashicorp/go-version testImport: - package: github.com/goreleaser...
Add version parser as dependency
Add version parser as dependency
YAML
apache-2.0
drewsonne/go-gocd,drewsonne/go-gocd,drewsonne/go-gocd
71cc1718ff78fcea3ac222278ce2428a980b5d08
opendaylight/md-sal/model/model-inventory/src/main/yang/netconf-node-inventory.yang
opendaylight/md-sal/model/model-inventory/src/main/yang/netconf-node-inventory.yang
module netconf-node-inventory { namespace "urn:opendaylight:netconf-node-inventory"; prefix "netinv"; import opendaylight-inventory { prefix inv; revision-date "2013-08-19";} import yang-ext {prefix ext; revision-date "2013-07-09";} revision "2014-01-08" { description "Initial revi...
module netconf-node-inventory { namespace "urn:opendaylight:netconf-node-inventory"; prefix "netinv"; import opendaylight-inventory { prefix inv; revision-date "2013-08-19";} import yang-ext {prefix ext; revision-date "2013-07-09";} revision "2014-01-08" { description "Initial revi...
Add a container for pass-through netconf access
Add a container for pass-through netconf access Change-Id: I4eeba4266250df9a27412db52b0a6f9ab2d5b42d Signed-off-by: Robert Varga <b8bd3df785fdc0ff42dd1710c5d91998513c57ef@cisco.com>
YANG
epl-1.0
my76128/controller,inocybe/odl-controller,opendaylight/controller,inocybe/odl-controller,aryantaheri/monitoring-controller,aryantaheri/monitoring-controller,Johnson-Chou/test,tx1103mark/controller,mandeepdhami/controller,my76128/controller,aryantaheri/monitoring-controller,aryantaheri/monitoring-controller,aryantaheri/...
eb5fe719a4aecb1cf92ed8c279f97a0d92cc3a4a
pcep/segment-routing/src/main/yang/pcep-segment-routing-app-config.yang
pcep/segment-routing/src/main/yang/pcep-segment-routing-app-config.yang
module pcep-segment-routing-app-config { yang-version 1; namespace "urn:opendaylight:params:xml:ns:yang:controller:pcep:segment-routing-app-config"; prefix "pcep-segment-routing-app-config"; description "Configuration for the PCEP segment routing extension."; revision "2016-07-07" { ...
module pcep-segment-routing-app-config { yang-version 1; namespace "urn:opendaylight:params:xml:ns:yang:controller:pcep:segment-routing-app-config"; prefix "pcep-segment-routing-app-config"; description "Configuration for the PCEP segment routing extension."; revision "2016-07-07" { ...
Add description to pcep SR capability model
Add description to pcep SR capability model Change-Id: I62fb4d9baae0e431d4104689c6571b2002cfdf9e Signed-off-by: Claudio D. Gasparini <e1fe59cb44b06b1ab80aa5ef1b61a7e77b52c855@pantheon.tech>
YANG
epl-1.0
opendaylight/bgpcep
b10295c53866235ab7ff4693a1dd3ade99deef5f
opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang
opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang
module opendaylight-mdsal-list-test { namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:list"; prefix list-test; description "This module contains a collection of YANG definitions used for some test cases."; revision 2014-07-01 { description "Test ...
module opendaylight-mdsal-list-test { namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:list"; prefix list-test; description "This module contains a collection of YANG definitions used for some test cases."; revision 2014-07-01 { description "Test ...
Add get-top rpc with output to sal-test-model
Add get-top rpc with output to sal-test-model Need an rpc with output for a netconf UT. Change-Id: Ia5f5c3a6a3a1318d8a3cab13c0695f332866e9d4 Signed-off-by: Tom Pantelis <806f3f979b83de87fe07339f03e54b049bdc0ec2@gmail.com>
YANG
epl-1.0
opendaylight/controller
33e4a1aeebf626e36b3d589ed7c594235a436a17
doc/tutorial/examples/second-tape.yang
doc/tutorial/examples/second-tape.yang
module second-tape { namespace "http://example.com/turing-machine/tape2"; prefix "t2"; import turing-machine { prefix "tm"; } augment "/tm:turing-machine" { description "State data for the second tape."; leaf head-position-2 { config "false"; type tm:cell-index; descrip...
module second-tape { namespace "http://example.net/turing-machine/tape-2"; prefix "t2"; import turing-machine { prefix "tm"; } augment "/tm:turing-machine" { description "State data for the second tape."; leaf head-position-2 { config "false"; type tm:cell-index; descri...
Modify namespace URI in the tutorial example.
Modify namespace URI in the tutorial example.
YANG
isc
davidegurgone/pyang,davidegurgone/pyang
405a8ae6373dc2ab7c03f291ffc448b2b628d5be
yang/actor-system-provider-service.yang
yang/actor-system-provider-service.yang
module actor-system-provider-service { yang-version 1; namespace "urn:opendaylight:params:xml:ns:yang:controller:config:actor-system-provider:service"; prefix "actor-system"; import config { prefix config; revision-date 2013-04-05; } description "Akka actor system provider service definition"; ...
module actor-system-provider-service { yang-version 1; namespace "urn:opendaylight:params:xml:ns:yang:controller:config:actor-system-provider:service"; prefix "actor-system"; import config { prefix config; revision-date 2013-04-05; } description "Akka actor system provider service definition"; ...
Modify config Module impls to co-exist with blueprint
Modify config Module impls to co-exist with blueprint Modified various config system Module implementation classes which have corresponding instances created and advertised via blueprint to obtain the instance in createInstance from the OSGi registry. The instance may not be available yet so it will wait. I added a Wa...
YANG
epl-1.0
opendaylight/yangtools,opendaylight/yangtools
ca66b45883f526a3114c2bbafea715dc9edf45ff
third_party/ietf/ietf-yang-metadata.yang
third_party/ietf/ietf-yang-metadata.yang
module ietf-yang-metadata { namespace "urn:ietf:params:xml:ns:yang:ietf-yang-metadata"; prefix "md"; organization "IETF NETMOD (NETCONF Data Modeling Language) Working Group"; contact "WG Web: <https://datatracker.ietf.org/wg/netmod/> WG List: <mailto:netmod@ietf.org> WG Chair: Lou Be...
Add IETF YANG metadata vendored module.
Add IETF YANG metadata vendored module.
YANG
apache-2.0
openconfig/public
d41b2a5776e75b851d617a03c0e813a0945cc4ca
test/builtin/charmethods.zep
test/builtin/charmethods.zep
namespace Test\BuiltIn; class CharMethods { public function getHex() { return 'a'->toHex(); } public function getHexForString(string str) { var o = "", n; char ch; for ch in str { let o .= ch->toHex(); } return o; } }
namespace Test\BuiltIn; class CharMethods { public function getHex() { return 'a'->toHex(); } public function getHexForString(string str) { var o = ""; char ch; for ch in str { let o .= ch->toHex(); } return o; } }
Remove unused variable n in Test\BuiltIn\CharMethods::getHexForString
Remove unused variable n in Test\BuiltIn\CharMethods::getHexForString
Zephir
mit
KorsaR-ZN/zephir,joeyhub/zephir,patrick-zippenfenig/zephir,ovr/zephir,gsouf/zephir,aaam/zephir,gsouf/zephir,carlmcdade/zephir,patrick-zippenfenig/zephir,janusnic/zephir,cesarmarinhorj/zephir,zephir-lang/zephir,cesarmarinhorj/zephir,sergeyklay/zephir,fezfez/zephir,patrick-zippenfenig/zephir,sjinks/zephir,dreamsxin/zephi...
478a985a1efecb96c4c737507e2d965f20bd9f36
stub/functions.zep
stub/functions.zep
namespace Stub; class Functions { /** * @issue https://github.com/phalcon/zephir/issues/658 */ public function filterVar1() -> bool { var ret; let ret = "0"; return false === filter_var($ret, FILTER_VALIDATE_FLOAT, 20480); } /** * @issue https://github.com/...
namespace Stub; class Functions { /** * @issue https://github.com/phalcon/zephir/issues/658 */ public function filterVar1() -> bool { var ret; let ret = "0"; return false === filter_var(ret, FILTER_VALIDATE_FLOAT, 20480); } /** * @issue https://github.com/p...
Remove dollar sign in Zephir code
Remove dollar sign in Zephir code
Zephir
mit
phalcon/zephir,zephir-lang/zephir,zephir-lang/zephir,phalcon/zephir,phalcon/zephir,zephir-lang/zephir,vpg/zephir,phalcon/zephir,vpg/zephir,zephir-lang/zephir,vpg/zephir,zephir-lang/zephir,vpg/zephir,phalcon/zephir,phalcon/zephir,vpg/zephir,vpg/zephir
688f976c1e65c53cc23f1e2fbfe12935a9aa9cd0
test/test/test.zep
test/test/test.zep
namespace Test; class Test { public static function check() { var arr; var ret; let arr = [0, 1, 2, 3, 4, 5]; let ret = arr->rev(); var_dump(ret); } public static function replace() { var patterns = [ ":any": "[^/]+", ":num": "[0-9]+", ":all": ".*" ]; var replaces, str; var searches = [...
namespace Test; class Test { public static function check() { var arr; var ret; let arr = [0, 1, 2, 3, 4, 5]; let ret = arr->rev(); var_dump(ret); } public static function replace() { var patterns = [ ":any": "[^/]+", ":num": "[0-9]+", ":all": ".*" ]; var replaces, str; var searches = [...
Test use constant key about array
Test use constant key about array
Zephir
mit
dreamsxin/zephir-demo
c2a4e012f13e435225c59271499cbf89c8a56909
arango/handler/vertexhandler.zep
arango/handler/vertexhandler.zep
namespace Arango\Handler; use Arango\Document\Vertex; use Arango\Document\Document; use Arango\Handler\DocumentHandler; /** * A handler that manages vertex documents * * @package Arango/Handler * @class VertexHandler * @author Lucas S. Vieira */ class VertexHandler extends DocumentHandler { /** * Interme...
namespace Arango\Handler; use Arango\Document\Vertex; use Arango\Handler\DocumentHandler; /** * A handler that manages vertex documents * * @package Arango/Handler * @class VertexHandler * @author Lucas S. Vieira */ class VertexHandler extends DocumentHandler { /** * Intermediate function to call the cre...
Change return type in VertexHandler
Change return type in VertexHandler
Zephir
mit
lucassouzavieira/arangodb-php-driver,lucassouzavieira/arangodb-php-driver
04267fb1baf0b7b47330223fad0acbd088452ee7
lib/std/os/windows/ole32.zig
lib/std/os/windows/ole32.zig
// SPDX-License-Identifier: MIT // Copyright (c) 2015-2020 Zig Contributors // This file is part of [zig](https://ziglang.org/), which is MIT licensed. // The MIT license requires this copyright notice to be included in all copies // and substantial portions of the software. usingnamespace @import("bits.zig"); pub ext...
// SPDX-License-Identifier: MIT // Copyright (c) 2015-2020 Zig Contributors // This file is part of [zig](https://ziglang.org/), which is MIT licensed. // The MIT license requires this copyright notice to be included in all copies // and substantial portions of the software. usingnamespace @import("bits.zig"); pub ext...
Fix CoInitializeEx so it can take a null pointer
Fix CoInitializeEx so it can take a null pointer
Zig
mit
zig-lang/zig,raulgrell/zig,raulgrell/zig,raulgrell/zig,andrewrk/zig,raulgrell/zig,zig-lang/zig,andrewrk/zig,raulgrell/zig,zig-lang/zig
7287c7482a2c694c7c7f56b9f7c1744a7ae7905f
lib/std/io/buffered_writer.zig
lib/std/io/buffered_writer.zig
const std = @import("../std.zig"); const io = std.io; pub fn BufferedWriter(comptime buffer_size: usize, comptime WriterType: type) type { return struct { unbuffered_writer: WriterType, fifo: FifoType = FifoType.init(), pub const Error = WriterType.Error; pub const Writer = io.Writ...
const std = @import("../std.zig"); const io = std.io; const mem = std.mem; pub fn BufferedWriter(comptime buffer_size: usize, comptime WriterType: type) type { return struct { unbuffered_writer: WriterType, buf: [buffer_size]u8 = undefined, end: usize = 0, pub const Error = Writer...
Stop using LinearFifo in BufferedWriter
Stop using LinearFifo in BufferedWriter Looking at the BufferedWriter assembly generated, one can see that is has to do a lot of work, just to copy over some bytes and increase an offset. This is because the LinearFifo is a much more general construct than what BufferedWriter needs and the optimizer cannot prove that ...
Zig
mit
andrewrk/zig,andrewrk/zig
a7e10565fce359d00bee409cbb5226526c1bbb5e
std/special/build_file_template.zig
std/special/build_file_template.zig
const Builder = @import("std").build.Builder; pub fn build(b: &Builder) { const mode = b.standardReleaseOptions(); const exe = b.addExecutable("YOUR_NAME_HERE", "src/main.zig"); exe.setBuildMode(mode); b.default_step.dependOn(&exe.step); b.installArtifact(exe); }
const Builder = @import("std").build.Builder; pub fn build(b: &Builder) -> %void { const mode = b.standardReleaseOptions(); const exe = b.addExecutable("YOUR_NAME_HERE", "src/main.zig"); exe.setBuildMode(mode); b.default_step.dependOn(&exe.step); b.installArtifact(exe); }
Fix build template to match build runner changes
Fix build template to match build runner changes Api changed in 7b57454cc11371b71097967656e19f0a1736d733.
Zig
mit
Dimenus/zig,raulgrell/zig,zig-lang/zig,Dimenus/zig,raulgrell/zig,raulgrell/zig,raulgrell/zig,zig-lang/zig,raulgrell/zig,andrewrk/zig,zig-lang/zig,Dimenus/zig,andrewrk/zig
742abc71c75a3448526c14980d0daae1c6ff8f96
std/c/freebsd.zig
std/c/freebsd.zig
const std = @import("../std.zig"); usingnamespace std.c; extern "c" fn __error() *c_int; pub const _errno = __error; pub extern "c" fn getdents(fd: c_int, buf_ptr: [*]u8, nbytes: usize) usize; pub extern "c" fn sigaltstack(ss: ?*stack_t, old_ss: ?*stack_t) c_int; pub extern "c" fn getrandom(buf_ptr: [*]u8, buf_len: u...
const std = @import("../std.zig"); usingnamespace std.c; extern "c" fn __error() *c_int; pub const _errno = __error; pub extern "c" fn getdents(fd: c_int, buf_ptr: [*]u8, nbytes: usize) usize; pub extern "c" fn sigaltstack(ss: ?*stack_t, old_ss: ?*stack_t) c_int; pub extern "c" fn getrandom(buf_ptr: [*]u8, buf_len: u...
Add missing C dl_iterate_phdr function for FreeBSD
Add missing C dl_iterate_phdr function for FreeBSD
Zig
mit
andrewrk/zig,raulgrell/zig,zig-lang/zig,raulgrell/zig,raulgrell/zig,zig-lang/zig,raulgrell/zig,raulgrell/zig,andrewrk/zig,zig-lang/zig