commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
14d9b5464d7fbab868c48ded6f31855c6da90d97
appveyor.yml
appveyor.yml
version: '1.0.{build}' os: unstable cache: - bower_components - node_modules - app/node_modules environment: matrix: - nodejs_version: 6 install: - choco install googlechrome - ps: Install-Product node $env:nodejs_version - set CI=true - npm install -g npm@latest - set PATH=%APPDATA%\npm;%PATH% - npm install -g grunt-cli - npm install matrix: fast_finish: true build_script: - grunt dev - grunt build-electron shallow_clone: true clone_depth: 1 test_script: - npm test before_deploy: - npm run clean - npm run build:win32 - npm run build:win64 - grunt compress:win32 - grunt compress:win64 deploy: - provider: GitHub artifacts: artifact: release/electron/*.zip on: appveyor_repo_tag: true
version: '1.0.{build}' os: unstable cache: - bower_components - node_modules - app/node_modules environment: matrix: - nodejs_version: 6 install: - choco install googlechrome - ps: Install-Product node $env:nodejs_version - set CI=true - npm install -g npm@latest - set PATH=%APPDATA%\npm;%PATH% - npm install -g grunt-cli - npm install matrix: fast_finish: true build_script: - grunt dev - grunt build-electron shallow_clone: true clone_depth: 1 test_script: - npm test before_deploy: - npm run clean - npm run build:win32 - npm run build:win64 - grunt compress:win32 - grunt compress:win64 deploy: - provider: GitHub auth_token: secure: +rD8EayrPxpJ4TLIwPupv+M+dHEQuf1MgdGFdQSXz0SUFpDUxCmm34Vw1sFLNjBl artifact: release/electron/*.zip on: appveyor_repo_tag: true
Add auth_token to AppVeyor setting
Add auth_token to AppVeyor setting
YAML
mit
ujiro99/RedmineTimeTracker,ujiro99/RedmineTimeTracker,ujiro99/RedmineTimeTracker
74d944cefc50b2dc7e0f39f451284103231c14fd
metadata/com.oF2pks.netscope.yml
metadata/com.oF2pks.netscope.yml
Categories: - System License: GPL-3.0-only SourceCode: https://bitbucket.org/oF2pks/netscope IssueTracker: https://bitbucket.org/oF2pks/netscope/issues AutoName: Netscope Description: |- When you share a link with Netscope, it shows the URL and provides a list of Web browsers to open the link with. It has no launcher icon and uses no permissions. Netscope combines Flashify (https://github.com/GodsMoon/Flashify) and browser-intercept (https://github.com/intrications/browser-intercept) functionality together. RepoType: git Repo: https://bitbucket.org/oF2pks/netscope Builds: - versionName: 2.2-3 versionCode: 3 commit: v2.2-3 subdir: app gradle: - yes - versionName: 2.2-4 versionCode: 4 commit: v2.2-4 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 2.2-4 CurrentVersionCode: 4
Categories: - System License: GPL-3.0-only SourceCode: https://bitbucket.org/oF2pks/netscope IssueTracker: https://bitbucket.org/oF2pks/netscope/issues AutoName: Netscope Description: |- When you share a link with Netscope, it shows the URL and provides a list of Web browsers to open the link with. It has no launcher icon and uses no permissions. Netscope combines Flashify (https://github.com/GodsMoon/Flashify) and browser-intercept (https://github.com/intrications/browser-intercept) functionality together. RepoType: git Repo: https://bitbucket.org/oF2pks/netscope Builds: - versionName: 2.2-3 versionCode: 3 commit: v2.2-3 subdir: app gradle: - yes - versionName: 2.2-4 versionCode: 4 commit: v2.2-4 subdir: app gradle: - yes - versionName: 2.2-5 versionCode: 5 commit: v2.2-5 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 2.2-5 CurrentVersionCode: 5
Update Netscope to 2.2-5 (5)
Update Netscope to 2.2-5 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a433f96a7bbfe741216a19c9cccad30d6b00aebf
appveyor.yml
appveyor.yml
version: '1.0.{build}' matrix: fast_finish: true platform: Any CPU configuration: - Debug - Release test: assemblies: DataStructuresTest.dll
version: '1.0.{build}' matrix: fast_finish: true platform: Any CPU configuration: - Debug - Release before_build: - nuget restore test: assemblies: DataStructuresTest.dll
Fix Appveyor configuration to run nuget restore before the build
Fix Appveyor configuration to run nuget restore before the build
YAML
mit
gkalnytskyi/DataStructures
a829eb92096b0619dad47efa99e73e574a30dcf7
appveyor.yml
appveyor.yml
version: 1.0.{build} environment: matrix: - LUA: lua 5.1 install: - cmd: set PATH=%CD%\env\bin;C:\Python27\Scripts;%PATH% - cmd: pip install hererocks - cmd: hererocks env --%LUA% -rlatest - cmd: luarocks install busted - cmd: luarocks install luacheck build_script: - cmd: luarocks make test_script: - cmd: luacheck --std max+busted spec - cmd: busted --verbose
version: 1.0.{build} environment: matrix: - LUA: lua 5.1 - LUA: lua 5.2 - LUA: lua 5.3 install: - cmd: set PATH=%CD%\env\bin;C:\Python27\Scripts;%PATH% - cmd: pip install hererocks - cmd: hererocks env --%LUA% -rlatest - cmd: luarocks install busted - cmd: luarocks install luacheck build_script: - cmd: luarocks make test_script: - cmd: luacheck --std max+busted spec - cmd: busted --verbose
Add 5.2 and 5.3 test environments
Add 5.2 and 5.3 test environments
YAML
mit
cjtallman/lua_sysenv
e1dbe45cd075c3d1b34678b3450b43f8bace6a64
appveyor.yml
appveyor.yml
environment: matrix: - TARGET: x86_64-pc-windows-msvc - TARGET: i686-pc-windows-msvc - TARGET: i686-pc-windows-gnu install: - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.6.0-${env:TARGET}.exe" - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - SET PATH=%PATH%;C:\MinGW\bin - rustc -V - cargo -V build: false test_script: - cargo test --verbose
environment: matrix: - TARGET: x86_64-pc-windows-msvc - TARGET: i686-pc-windows-msvc - TARGET: i686-pc-windows-gnu install: - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.6.0-${env:TARGET}.exe" - rust-1.6.0-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - SET PATH=%PATH%;C:\MinGW\bin - rustc -V - cargo -V build: false test_script: - cargo test --verbose
Use correct file to extract
Use correct file to extract
YAML
apache-2.0
birkenfeld/rustendo64,bb2000/rustendo64,yupferris/rustendo64
65b936a9941c64be7eea240accb0945d5a21dc79
tilde/tmuxinator/hcking.yml
tilde/tmuxinator/hcking.yml
# ~/.tmuxinator/hcking.yml project_name: hcking project_root: ~/code/hcking pre: mysql.server start windows: - editor: layout: main-vertical panes: - vim - #empty, will just run plain bash - console: bundle exec rails s
# ~/.tmuxinator/hcking.yml project_name: hcking project_root: ~/code/hcking pre: vagrant up windows: - editor: layout: main-vertical panes: - vim - #empty, will just run plain bash
Use Vagrant for Hacken.in development
Use Vagrant for Hacken.in development
YAML
mit
moonglum/dotfiles,bascht/dotfiles-1,moonglum/dotfiles,bascht/dotfiles-1
61e1dd11f342cfc4411bd2c22c58d433eb107dcb
appveyor.yml
appveyor.yml
branches: only: - master clone_depth: 5 environment: matrix: - CMAKE_GENERATOR: "Visual Studio 12 2013" CMAKE_PREFIX_PATH: C:/Qt/5.3/msvc2013_opengl CONFIGURATION: Release - CMAKE_GENERATOR: "Visual Studio 14 2015 Win64" CMAKE_PREFIX_PATH: C:/Qt/5.3/msvc2013_64_opengl CONFIGURATION: Release BOOST_ROOT: c:\Libraries\boost_1_59_0 install: - set PATH=%PATH%;%CMAKE_PREFIX_PATH%\bin build_script: - mkdir build && cd build - cmake .. -G"%CMAKE_GENERATOR%" -DBoost_INCLUDE_DIR=%BOOST_ROOT% - cmake --build . --config %CONFIGURATION% - cmake --build . --config %CONFIGURATION% --target install test_script: - ctest -C %CONFIGURATION% -V - qmlscene --quit -I lib/qml ../examples/TestApp.qml
branches: only: - master clone_depth: 5 environment: matrix: - CMAKE_GENERATOR: "Visual Studio 12 2013" CMAKE_PREFIX_PATH: C:/Qt/5.6.3/msvc2013 CONFIGURATION: Release - CMAKE_GENERATOR: "Visual Studio 14 2015 Win64" CMAKE_PREFIX_PATH: C:/Qt/5.6.3/msvc2015_64 CONFIGURATION: Release BOOST_ROOT: c:\Libraries\boost_1_60_0 install: - set PATH=%PATH%;%CMAKE_PREFIX_PATH%\bin build_script: - mkdir build && cd build - cmake .. -G"%CMAKE_GENERATOR%" -DBoost_INCLUDE_DIR=%BOOST_ROOT% - cmake --build . --config %CONFIGURATION% - cmake --build . --config %CONFIGURATION% --target install test_script: - ctest -C %CONFIGURATION% -V - qmlscene --quit -I lib/qml ../examples/TestApp.qml
Fix building and testing on AppVeyor
Fix building and testing on AppVeyor The default AppVeyor build worker image, Visual Studio 2015, doesn't contain Qt 5.3 nor Boost 1.59.0 anymore. See https://www.appveyor.com/docs/build-environment/#boost and https://www.appveyor.com/docs/build-environment/#qt.
YAML
mit
AbletonAG/aqt-stylesheets,AbletonAG/aqt-stylesheets
a65aa0001cf0ca911df9bd3f4590647bd578e003
appveyor.yml
appveyor.yml
build: off cache: "c:\\sr -> appveyor.yml" test_script: - set HLINT_ARGUMENTS=src - ps: Invoke-Expression (Invoke-WebRequest 'https://raw.githubusercontent.com/ndmitchell/neil/master/appveyor.ps1') - stack exec -- weeder . +RTS -K1K - stack exec -- weeder --test +RTS -K1K - ps: Invoke-Command ([Scriptblock]::Create((Invoke-WebRequest 'https://raw.githubusercontent.com/ndmitchell/weeder/master/misc/appveyor.ps1').Content)) -ArgumentList @('--version')
build: off cache: "c:\\sr -> appveyor.yml" test_script: - set HLINT_ARGUMENTS=src - ps: Invoke-Expression (Invoke-WebRequest 'https://raw.githubusercontent.com/ndmitchell/neil/master/appveyor.ps1') - stack exec -- weeder . --verbose +RTS -K1K - stack exec -- weeder --test --verbose +RTS -K1K - ps: Invoke-Command ([Scriptblock]::Create((Invoke-WebRequest 'https://raw.githubusercontent.com/ndmitchell/weeder/master/misc/appveyor.ps1').Content)) -ArgumentList @('--version')
Make the tests use verbose mode
Make the tests use verbose mode
YAML
bsd-3-clause
ndmitchell/weeder
d40c6765a2fc8d9b41ba448c23a7b7fdd93de271
appveyor.yml
appveyor.yml
version: '{build}' os: Windows Server 2012 install: - cinst jdk8 -params 'installdir=C:\\jdk8' - SET JAVA_HOME=C:\Program Files\Java\jdk1.8.0 - SET PATH=%JAVA_HOME%\bin;%PATH% - ps: iex (new-object net.webclient).downloadstring('https://get.scoop.sh') - ps: $ErrorActionPreference = "Continue" - ps: scoop bucket add versions - ps: $ErrorActionPreference = "Stop" - ps: scoop install sbt0.13 environment: CI_SCALA_VERSION: 2.12.7 APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9" build_script: - sbt version # dummy step, a build_script step is required by appveyor. test_script: - sbt "-Djna.nosys=true" ci-windows
version: '{build}' os: Windows Server 2012 install: - cmd: SET JAVA_HOME=C:\Program Files\Java\jdk1.8.0 - cmd: SET PATH=%JAVA_HOME%\bin;%PATH% - cmd: choco install sbt -ia "INSTALLDIR=""C:\sbt""" - cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH% # disable dynVer - ps: Remove-Item Env:\CI - cmd: sbt version & exit 0 environment: APPVEYOR_CACHE_ENTRY_ZIP_ARGS: "-t7z -m0=lzma -mx=9" JAVA_OPTS: -Xss2m -Xmx1024m -XX:-TieredCompilation -XX:ReservedCodeCacheSize=48m -Dfile.encoding=UTF-8 -Djna.nosys=true build_script: - sbt version # dummy step, a build_script step is required by appveyor. test_script: - sbt "-Djna.nosys=true" ci-windows
Use Chocolatey instead of Scoope for Windows sbt installation
Use Chocolatey instead of Scoope for Windows sbt installation
YAML
bsd-3-clause
scalameta/scalameta,scalameta/scalameta,scalameta/scalameta,scalameta/scalameta,scalameta/scalameta
85187a12d3b1bea530cbc6dd92b38e394ca32b20
backends.yml
backends.yml
development: mainstream: &mainstream type: elasticsearch server: localhost port: 9200 index_name: "rummager" detailed: &detailed type: elasticsearch server: localhost port: 9200 index_name: "detailed" primary: *mainstream secondary: type: none test: primary: type: none secondary: type: none
development: mainstream: &mainstream type: elasticsearch server: localhost port: 9200 index_name: "rummager" detailed: &detailed type: elasticsearch server: localhost port: 9200 index_name: "detailed" government: &government type: elasticsearch server: localhost port: 9200 index_name: "government" primary: *mainstream secondary: type: none test: primary: type: none secondary: type: none
Add 'government' index to stop preview Inside Gov breaking
Add 'government' index to stop preview Inside Gov breaking
YAML
mit
theodi/rummager,theodi/rummager,alphagov/rummager,alphagov/rummager
e5f6eb4d0d5641dfac55c31206e047d6e9e2a09d
_config/site.yml
_config/site.yml
title: Immutant profiles: staging: base_url: http://staging.immutant.org/ deploy: host: immutant.org path: /var/www/domains/immutant.org/staging/htdocs production: base_url: http://immutant.org/ deploy: host: immutant.org path: /var/www/domains/immutant.org/www/htdocs development: disqus_developer: true disqus: immutant latest_1x_plugin_version: 1.2.3 latest_2x_plugin_version: 2.0.0-alpha2
title: Immutant profiles: staging: base_url: http://staging.immutant.org/ deploy: host: immutant.org path: /var/www/domains/immutant.org/staging/htdocs production: base_url: http://immutant.org/ deploy: host: immutant.org path: /var/www/domains/immutant.org/www/htdocs development: disqus_developer: true disqus: immutant latest_1x_plugin_version: 1.2.3 latest_2x_plugin_version: 2.0.0
Fix latest 2.x plugin version.
Fix latest 2.x plugin version.
YAML
apache-2.0
immutant/immutant.org,immutant/immutant.org,immutant/immutant.org
f772cd8474566da55f6db5c4781c748e070e29e1
.github/stale.yml
.github/stale.yml
# Number of days of inactivity before an issue becomes stale daysUntilStale: 45 # Number of days of inactivity before a stale issue is closed daysUntilClose: 15 # Issues with these labels will never be considered stale exemptLabels: - bug - 'help wanted' - 'in progress' - 'do not merge' - 'needs review' # Label to use when marking an issue as stale staleLabel: inactive # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. We do try to do some housekeeping every once in a while so inactive issues will get closed after 60 days. Thanks! # Comment to post when closing a stale issue. Set to `false` to disable closeComment: > Hey there, it's me again! I am going to help our maintainers close this issue so they can focus on development efforts instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
# Number of days of inactivity before an issue becomes stale daysUntilStale: 45 # Number of days of inactivity before a stale issue is closed daysUntilClose: 15 # Issues with these labels will never be considered stale exemptLabels: - todo - ready - 'in progress' - 'do not merge' - 'needs review' - 'high priority' # Label to use when marking an issue as stale staleLabel: inactive # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 60 days. Thanks! # Comment to post when closing a stale issue. Set to `false` to disable closeComment: > Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Remove bug from exempt issue list
Remove bug from exempt issue list
YAML
mit
storybooks/react-storybook,storybooks/storybook,storybooks/react-storybook,kadirahq/react-storybook,rhalff/storybook,storybooks/storybook,rhalff/storybook,storybooks/storybook,storybooks/storybook,rhalff/storybook,storybooks/storybook,storybooks/react-storybook,storybooks/react-storybook,rhalff/storybook,storybooks/storybook,kadirahq/react-storybook,rhalff/storybook,rhalff/storybook,storybooks/storybook
b71a1ae964cb9f63dc33d5886d397955409cc5cd
roles/arpwatch/tasks/main.yml
roles/arpwatch/tasks/main.yml
--- - name: Arpwatch tasks block: - name: Ensure arpwatch is installed package: name: arpwatch state: latest - name: Ensure eth0 is used as device lineinfile: path: /etc/arpwatch.conf state: present regexp: "eth0 -m root$" # noqa 203 line: "eth0 -m root" # noqa 203 - name: Ensure arpwatch is enabled service: name: arpwatch enabled: yes state: started - name: Ensure arpwatch user is member of the mail group user: name: arpwatch groups: mail append: yes become: yes tags: - arpwatch
--- - name: Arpwatch tasks block: - name: Ensure arpwatch is installed package: name: arpwatch state: latest - name: Ensure args are configured correctly lineinfile: path: /etc/default/arpwatch state: present regexp: "ARGS=" # noqa 203 line: 'ARGS="-N -p -m root"' # noqa 203 - name: Ensure arpwatch is enabled for eth0 systemd: name: arpwatch@eth0.service enabled: yes state: started - name: Ensure arpwatch user is member of the mail group user: name: arpwatch groups: mail append: yes become: yes tags: - arpwatch
Adjust for Debian buster package
Adjust for Debian buster package
YAML
mit
henrik-farre/ansible,henrik-farre/ansible,henrik-farre/ansible
f6c95a893927c286417be3a8d68573b0c25748c2
zuul.d/layout.yaml
zuul.d/layout.yaml
- project-template: name: puppet-tripleo-module-unit-jobs check: jobs: - puppet-openstack-unit-5.5-centos-7 - puppet-openstack-unit-5.5-centos-8: voting: false - puppet-openstack-unit-6.0-ubuntu-bionic - puppet-openstack-unit-latest-ubuntu-bionic: voting: false gate: jobs: - puppet-openstack-unit-5.5-centos-7 - puppet-openstack-unit-6.0-ubuntu-bionic - project: templates: - puppet-openstack-check-jobs - puppet-tripleo-module-unit-jobs - tripleo-undercloud-jobs - tripleo-multinode-container-minimal - release-notes-jobs-python3 - tripleo-standalone-scenarios-full check: jobs: - tripleo-ci-centos-7-scenario007-multinode-oooq-container: files: - ^manifests/profile/pacemaker/ovn.*$ - ^manifests/profile/(base|pacemaker)/neutron/plugins/ml2/ovn.*$ - ^manifests/profile/(base|pacemaker)/neutron/agents/ovn.*$ - ^manifests/profile/(base|pacemaker)/neutron/ovn.*$ - ^manifests/profile/(base|pacemaker)/tacker.*$ gate: queue: tripleo
- project-template: name: puppet-tripleo-module-unit-jobs check: jobs: - puppet-openstack-unit-5.5-centos-7 - puppet-openstack-unit-5.5-centos-8 - puppet-openstack-unit-6.0-ubuntu-bionic - puppet-openstack-unit-latest-ubuntu-bionic: voting: false gate: jobs: - puppet-openstack-unit-5.5-centos-7 - puppet-openstack-unit-5.5-centos-8 - puppet-openstack-unit-6.0-ubuntu-bionic - project: templates: - puppet-openstack-check-jobs - puppet-tripleo-module-unit-jobs - tripleo-undercloud-jobs - tripleo-multinode-container-minimal - release-notes-jobs-python3 - tripleo-standalone-scenarios-full check: jobs: - tripleo-ci-centos-7-scenario007-multinode-oooq-container: files: - ^manifests/profile/pacemaker/ovn.*$ - ^manifests/profile/(base|pacemaker)/neutron/plugins/ml2/ovn.*$ - ^manifests/profile/(base|pacemaker)/neutron/agents/ovn.*$ - ^manifests/profile/(base|pacemaker)/neutron/ovn.*$ - ^manifests/profile/(base|pacemaker)/tacker.*$ gate: queue: tripleo
Make CentOS8 unit tests voting
Make CentOS8 unit tests voting ... because currently CentOS7 job is only invoked for stable branches. Change-Id: I5fc1470e13f0f0a2df095a865757603a81d803e6 Closes-Bug: #1870448
YAML
apache-2.0
openstack/puppet-tripleo,openstack/puppet-tripleo,openstack/puppet-tripleo
5a4df2f3b9f0725361f916409162d42570502403
roles/internal/tasks/main.yml
roles/internal/tasks/main.yml
--- - name: Allow local loopback traffic action: ufw interface=lo rule=allow notify: Reload ufw - name: Allow outbound public traffic action: ufw interface=eth0 direction=out rule=allow notify: Reload ufw - name: Allow inbound TCP traffic from internal hosts action: ufw direction=in proto=tcp from_ip={{ item }} rule=allow with_items: - 10.132.250.45 # dns-01 - 10.132.248.122 # dns-02 - 10.132.223.240 # gateway-01 - 10.132.236.208 # config-02 - 10.132.243.53 # ci-01 - 10.132.251.252 # knowhow-01 notify: Reload ufw - name: Drop inbound TCP traffic from unknown hosts action: ufw direction=in policy=deny notify: Reload ufw
--- - name: Enable ufw action: ufw state=enabled - name: Allow local loopback traffic action: ufw interface=lo rule=allow notify: Reload ufw - name: Allow outbound public traffic action: ufw interface=eth0 direction=out rule=allow notify: Reload ufw - name: Allow inbound TCP traffic from internal hosts action: ufw direction=in proto=tcp from_ip={{ item }} rule=allow with_items: - 10.132.250.45 # dns-01 - 10.132.248.122 # dns-02 - 10.132.223.240 # gateway-01 - 10.132.236.208 # config-02 - 10.132.243.53 # ci-01 - 10.132.251.252 # knowhow-01 notify: Reload ufw - name: Drop inbound TCP traffic from unknown hosts action: ufw direction=in policy=deny notify: Reload ufw
Enable ufw before creating rules
Enable ufw before creating rules
YAML
mit
RitwikGupta/ansible,Pitt-CSC/ansible,Pitt-CSC/ansible,Pitt-CSC/ansible,RitwikGupta/ansible,RitwikGupta/ansible
4c39370f4dd447bcdd08222c50001b30b79f238e
roles/internal/tasks/main.yml
roles/internal/tasks/main.yml
--- - name: Enable ufw action: ufw state=enabled - name: Allow outbound public traffic action: ufw direction=out policy=allow notify: Reload ufw - name: Deny other inbound traffic action: ufw direction=in policy=deny notify: Reload ufw - name: Allow inbound traffic from internal hosts action: ufw direction=in proto=any from_ip={{ item }} rule=allow with_items: - 10.132.250.45 # dns-01 - 10.132.248.122 # dns-02 - 10.132.223.240 # gateway-01 - 10.132.236.208 # config-02 - 10.132.224.20 # ci-01 - 10.132.251.252 # knowhow-01 notify: Reload ufw
--- - name: Enable ufw action: ufw state=enabled - name: Allow outbound public traffic action: ufw direction=outbound policy=allow notify: Reload ufw - name: Allow inbound traffic from internal hosts action: ufw direction=in proto=any from_ip={{ item }} rule=allow with_items: - 10.132.250.45 # dns-01 - 10.132.248.122 # dns-02 - 10.132.223.240 # gateway-01 - 10.132.236.208 # config-02 - 10.132.224.20 # ci-01 - 10.132.251.252 # knowhow-01 notify: Reload ufw - name: Deny other inbound traffic action: ufw direction=in policy=deny notify: Reload ufw
Allow inbound private traffic before setting the default policy to deny
Allow inbound private traffic before setting the default policy to deny
YAML
mit
Pitt-CSC/ansible,RitwikGupta/ansible,RitwikGupta/ansible,Pitt-CSC/ansible,Pitt-CSC/ansible,RitwikGupta/ansible
e926bd5611ced0bef97a1f3a03b636c22110a42b
roles/haproxy/defaults/main.yml
roles/haproxy/defaults/main.yml
tls_backend_ca: /etc/pki/haproxy/backend.{{ base_domain }}.pem haproxy_removal_applications: [] haproxy_cookie_max_idle: 3600 haproxy_rolling_updates: False haproxy_18: False
tls_backend_ca: /etc/pki/haproxy/backend.{{ base_domain }}.pem haproxy_removal_applications: [] haproxy_cookie_max_idle: 3600 haproxy_rolling_updates: False haproxy_18: False haproxy_metricbeat: False
Add default value for haproxy_metricbeat switch
Haproxy: Add default value for haproxy_metricbeat switch
YAML
apache-2.0
OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy
ef8d5112accd73d4e32d476a2b25eaef08b5f025
metadata/net.nhiroki.bluesquarespeedometer.yml
metadata/net.nhiroki.bluesquarespeedometer.yml
Categories: - Navigation License: Apache-2.0 AuthorName: nhirokinet AuthorWebSite: https://nhiroki.net/ SourceCode: https://github.com/nhirokinet/bluesquarespeedometer IssueTracker: https://github.com/nhirokinet/bluesquarespeedometer/issues AutoName: Blue Square Speedometer RepoType: git Repo: https://github.com/nhirokinet/bluesquarespeedometer Builds: - versionName: 0.1.0 versionCode: 1 commit: dbc516214ef4b556f2105c4b57e3f463f6112644 subdir: app sudo: - apt install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 0.1.0 CurrentVersionCode: 1
Categories: - Navigation License: Apache-2.0 AuthorName: nhirokinet AuthorWebSite: https://nhiroki.net/ SourceCode: https://github.com/nhirokinet/bluesquarespeedometer IssueTracker: https://github.com/nhirokinet/bluesquarespeedometer/issues AutoName: Blue Square Speedometer RepoType: git Repo: https://github.com/nhirokinet/bluesquarespeedometer Builds: - versionName: 0.1.0 versionCode: 1 commit: dbc516214ef4b556f2105c4b57e3f463f6112644 subdir: app sudo: - apt install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes - versionName: 0.1.1 versionCode: 2 commit: 7df55870909f61581ee2f9fd51a48e5aee32dd55 subdir: app sudo: - apt install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 0.1.1 CurrentVersionCode: 2
Update Blue Square Speedometer to 0.1.1 (2)
Update Blue Square Speedometer to 0.1.1 (2)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
963d38605e0d7d84122a8e3a8a4bd84ecb6c625b
.gitlab/ci/jest.yml
.gitlab/ci/jest.yml
jest: stage: test extends: - .env_base before_script: - source /opt/rh/rh-nodejs12/enable - yarn install script: - yarn test - echo "Also test eslint-plugin-zammad..." - cd .eslint - yarn install - yarn test
jest: stage: test extends: - .env_base before_script: - source /opt/rh/rh-nodejs*/enable - yarn install script: - yarn test - echo "Also test eslint-plugin-zammad..." - cd .eslint - yarn install - yarn test
Improve CI config to use any NodeJS available on the CentOS CI image.
Maintenance: Improve CI config to use any NodeJS available on the CentOS CI image.
YAML
agpl-3.0
zammad/zammad,zammad/zammad,zammad/zammad,monotek/zammad,monotek/zammad,monotek/zammad,monotek/zammad,zammad/zammad,zammad/zammad,monotek/zammad,zammad/zammad,monotek/zammad
7b63a98f428e41a6b791673017aed29e13c51dff
concourse/tasks/delete_admin.yml
concourse/tasks/delete_admin.yml
--- platform: linux image_resource: type: docker-image source: repository: governmentpaas/cf-uaac inputs: - name: paas-cf - name: cf-secrets - name: cf-manifest - name: admin-creds - name: bosh-CA run: path: sh args: - -e - -c - | NAME=$(cat admin-creds/username) if [ "${ENABLE_ADMIN_USER_CREATION}" == "false" ]; then echo "Temporary user creation is disabled (ENABLE_ADMIN_USER_CREATION=${ENABLE_ADMIN_USER_CREATION}). Skipping." exit 0 fi ./paas-cf/concourse/scripts/import_bosh_ca.sh VAL_FROM_YAML=$(pwd)/paas-cf/concourse/scripts/val_from_yaml.rb UAA_ADMIN_CLIENT_PASS=$($VAL_FROM_YAML secrets.uaa_admin_client_secret cf-secrets/cf-secrets.yml) UAA_ENDPOINT=$($VAL_FROM_YAML properties.uaa.url cf-manifest/cf-manifest.yml) echo "Removing user ${NAME}" uaac target "${UAA_ENDPOINT}" uaac token client get admin -s "${UAA_ADMIN_CLIENT_PASS}" uaac user delete "${NAME}"
--- platform: linux image_resource: type: docker-image source: repository: governmentpaas/cf-cli inputs: - name: paas-cf - name: cf-secrets - name: cf-manifest - name: admin-creds - name: bosh-CA run: path: sh args: - -e - -u - -c - | NAME=$(cat admin-creds/username) if [ "${ENABLE_ADMIN_USER_CREATION:-}" == "false" ]; then echo "Temporary user creation is disabled (ENABLE_ADMIN_USER_CREATION=${ENABLE_ADMIN_USER_CREATION}). Skipping." exit 0 fi ./paas-cf/concourse/scripts/import_bosh_ca.sh VAL_FROM_YAML=$(pwd)/paas-cf/concourse/scripts/val_from_yaml.rb CF_ADMIN=admin CF_PASS=$($VAL_FROM_YAML secrets.uaa_admin_password cf-secrets/cf-secrets.yml) API_ENDPOINT=$($VAL_FROM_YAML properties.cc.srv_api_uri cf-manifest/cf-manifest.yml) echo "Removing user ${NAME}" echo | cf login -a ${API_ENDPOINT} -u ${CF_ADMIN} -p ${CF_PASS} cf delete-user "${NAME}" -f
Use `cf remove-user` to remove user from test jobs
Use `cf remove-user` to remove user from test jobs Here we rework the common delete_admin.yml task to use cf(1) rather than uaac(1) when deleting the user, so that the deletion is progated to the cloudcontroller. There is still an asymetry here in that we use uaac to make the testing admin user, as you cannot create an admin with `cf create-user`.
YAML
mit
jimconner/paas-cf,jimconner/paas-cf,jimconner/paas-cf,jimconner/paas-cf,alphagov/paas-cf,jimconner/paas-cf,alphagov/paas-cf,jimconner/paas-cf,jimconner/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
ee54a4f359c3d02a376c48025fa53574fecdd7c8
.github/workflows/audit.yaml
.github/workflows/audit.yaml
--- name: Audit on: schedule: - cron: '30 2 * * *' jobs: audit: runs-on: ubuntu-20.04 name: Audit timeout-minutes: 15 strategy: fail-fast: false matrix: branch: - '2.4' - '2.6' - '2.7' - master steps: - run: sudo npm install -g npm@6 - run: | sudo rm /etc/apt/sources.list.d/*.list sudo apt update sudo apt install g++-10 libgbm1 graphicsmagick fonts-liberation2 - uses: actions/checkout@v3 with: ref: ${{ matrix.branch }} - uses: camptocamp/initialise-gopass-summon-action@v2 with: ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}} github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}} - run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH} - run: python3 -m pip install --user --upgrade pip - run: python3 -m pip install --user --pre c2cciutils[audit] - name: Audit run: c2cciutils-audit --branch=${{ matrix.branch }}
--- name: Audit on: schedule: - cron: '30 2 * * *' jobs: audit: runs-on: ubuntu-20.04 name: Audit timeout-minutes: 15 strategy: fail-fast: false matrix: branch: - '2.4' - '2.6' - '2.7' - master steps: - run: sudo npm install -g npm@6 - run: | sudo rm /etc/apt/sources.list.d/*.list sudo apt update sudo apt install g++-10 libgbm1 graphicsmagick fonts-liberation2 - uses: actions/checkout@v3 with: ref: ${{ matrix.branch }} token: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }} - uses: camptocamp/initialise-gopass-summon-action@v2 with: ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}} github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}} - run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH} - run: python3 -m pip install --user --upgrade pip - run: python3 -m pip install --user --pre c2cciutils[audit] - name: Audit run: c2cciutils-audit --branch=${{ matrix.branch }}
Fix the checkout user to be able to create pull request for Snyk fix
Fix the checkout user to be able to create pull request for Snyk fix
YAML
mit
camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo
180cc05ba43e65d1981cfdbe05eea99fec35bf46
conda-recipes/llvmlite/meta.yaml
conda-recipes/llvmlite/meta.yaml
package: name: llvmlite version: "0.1.dev8" source: path: ../.. #git_url: https://github.com/numba/llvmlite.git build: number: 1 requirements: build: - python # On channel https://binstar.org/numba/ - llvmdev 3.5* #- cmake [win] run: - python - enum34 [py26 or py27 or py33] test: requires: - argparse [py26] - unittest2 [py26] imports: - llvmlite - llvmlite.binding about: home: https://github.com/numba/llvmlite license: New BSD License summary: A lightweight LLVM python binding for writing JIT compilers
package: name: llvmlite version: {{ environ['GIT_DESCRIBE_TAG'].lstrip('v') }} source: # Using the local source tree helps test building without pushing changes path: ../.. #git_url: https://github.com/numba/llvmlite.git build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} requirements: build: - python # On channel https://binstar.org/numba/ - llvmdev 3.5* #- cmake [win] run: - python - enum34 [py26 or py27 or py33] test: requires: - argparse [py26] - unittest2 [py26] imports: - llvmlite - llvmlite.binding about: home: https://github.com/numba/llvmlite license: New BSD License summary: A lightweight LLVM python binding for writing JIT compilers
Use git-describe to infer version and build number in conda recipe
Use git-describe to infer version and build number in conda recipe
YAML
bsd-2-clause
m-labs/llvmlite,squisher/llvmlite,sklam/llvmlite,ssarangi/llvmlite,ssarangi/llvmlite,m-labs/llvmlite,sklam/llvmlite,numba/llvmlite,pitrou/llvmlite,markdewing/llvmlite,sklam/llvmlite,m-labs/llvmlite,pitrou/llvmlite,squisher/llvmlite,markdewing/llvmlite,m-labs/llvmlite,ssarangi/llvmlite,markdewing/llvmlite,numba/llvmlite,squisher/llvmlite,ssarangi/llvmlite,pitrou/llvmlite,numba/llvmlite,numba/llvmlite,sklam/llvmlite,pitrou/llvmlite,markdewing/llvmlite,squisher/llvmlite
0a3631139c958fb604bb6999efa44099bd3de985
recipes/dukpy/meta.yaml
recipes/dukpy/meta.yaml
{% set name = "dukpy" %} {% set version = "0.2.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/amol-/{{ name }}/archive/{{ version }}.tar.gz sha256: 081eda6d60053dc6b141171ff6cfd5dfd037ab06d4ad5fbeaf01b850029cac3d build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: build: - {{ compiler('c') }} host: - python - pip - webassets run: - python - webassets test: imports: - dukpy about: home: https://github.com/amol-/dukpy license: MIT license_family: MIT license_file: LICENSE summary: 'A simple javascript interpreter for Python' description: | DukPy is a simple javascript interpreter for Python built on top of duktape engine without any external dependency. doc_url: https://github.com/amol-/dukpy dev_url: https://github.com/amol-/dukpy extra: recipe-maintainers: - pvanheus
{% set name = "dukpy" %} {% set version = "0.2.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/amol-/{{ name }}/archive/{{ version }}.tar.gz sha256: 081eda6d60053dc6b141171ff6cfd5dfd037ab06d4ad5fbeaf01b850029cac3d build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" entry_points: - dukpy-install=dukpy.install:main - dukpy=dukpy.run:main requirements: build: - {{ compiler('c') }} host: - python - pip - webassets run: - python - webassets test: imports: - dukpy about: home: https://github.com/amol-/dukpy license: MIT license_family: MIT license_file: LICENSE summary: 'A simple javascript interpreter for Python' description: | DukPy is a simple javascript interpreter for Python built on top of duktape engine without any external dependency. doc_url: https://github.com/amol-/dukpy dev_url: https://github.com/amol-/dukpy extra: recipe-maintainers: - pvanheus
Add entry points for command line tools.
Add entry points for command line tools. Co-Authored-By: Marcelo Duarte Trevisani <5702938cc6f34d9b21feecbe3356d0c21a64f65f@users.noreply.github.com>
YAML
bsd-3-clause
mariusvniekerk/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,mcs07/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,SylvainCorlay/staged-recipes,isuruf/staged-recipes,chrisburr/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,birdsarah/staged-recipes,asmeurer/staged-recipes,SylvainCorlay/staged-recipes,scopatz/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,birdsarah/staged-recipes,Juanlu001/staged-recipes,chrisburr/staged-recipes,dschreij/staged-recipes,dschreij/staged-recipes,petrushy/staged-recipes,hadim/staged-recipes,asmeurer/staged-recipes,stuertz/staged-recipes,isuruf/staged-recipes,ReimarBauer/staged-recipes,mcs07/staged-recipes,patricksnape/staged-recipes,jakirkham/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,petrushy/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,patricksnape/staged-recipes,goanpeca/staged-recipes,Juanlu001/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,igortg/staged-recipes
fecbce5807a7f8f5af7d045af339d297232489da
.github/workflows/codeql.yml
.github/workflows/codeql.yml
name: "CodeQL" on: push: pull_request: schedule: # Runs at 15:00 UTC on Fri - cron: '0 15 * * 5' jobs: analyze: if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository name: Analyze runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. fetch-depth: 2 # If this run was triggered by a pull request event, then checkout # the head of the pull request instead of the merge commit. - run: git checkout HEAD^2 if: ${{ github.event_name == 'pull_request' }} - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: languages: javascript, python - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1
name: "CodeQL" on: push: pull_request: schedule: # Runs at 15:00 UTC on Fri - cron: '0 15 * * 5' jobs: analyze: if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository name: Analyze runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v3 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. fetch-depth: 2 # If this run was triggered by a pull request event, then checkout # the head of the pull request instead of the merge commit. - run: git checkout HEAD^2 if: ${{ github.event_name == 'pull_request' }} - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: languages: javascript, python - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2
Update CodeQL Actions to latest version
Update CodeQL Actions to latest version
YAML
mit
oduwsdl/ipwb,oduwsdl/ipwb,oduwsdl/ipwb,oduwsdl/ipwb
58b521bc93f0ef8993b67c79164375af87ceed2a
.github/workflows/dkm-ci.yml
.github/workflows/dkm-ci.yml
# This is a basic workflow to help you get started with Actions name: dkm-ci # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: [push] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: dkm-ci-${{ matrix.cxx }}: runs-on: ubuntu-latest strategy: matrix: cxx: [clang++, g++] include: - cxx: clang++ cc: clang - cxx: g++ cc: gcc steps: - name: Install dependencies run: apt-get install libopencv-dev - name: Create build directory run: mkdir build - name: Configure CMake build run: cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=${{ matrix.cxx }} -DCMAKE_C_COMPILER=${{ matrix.cc }} .. && make -j$(nproc --all) - name: Run tests run: ./build/dkm_tests - name: Run benchmarks run: ./build/dkm_bench
# This is a basic workflow to help you get started with Actions name: dkm-ci # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: [push] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: build-and-test: runs-on: ubuntu-latest strategy: matrix: cxx: [clang++, g++] include: - cxx: clang++ cc: clang - cxx: g++ cc: gcc steps: - name: Install dependencies run: apt-get install libopencv-dev - name: Create build directory run: mkdir build - name: Configure CMake build working-directory: build run: cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=${{ matrix.cxx }} -DCMAKE_C_COMPILER=${{ matrix.cc }} .. && make -j$(nproc --all) - name: Run tests run: ./build/dkm_tests - name: Run benchmarks run: ./build/dkm_bench
Fix issue in new Github Actions build
Fix issue in new Github Actions build Cmake command needs to be executed from build subdir, and matrix named value doesn't seem to be accessible for the job name.
YAML
mit
genbattle/dkm
07f502f29f9998614f744dcd18c2a37defd933d4
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [8.x, 9.x, 10.x, 11.x, 12.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, build, and test run: | npm install npm run githubaction npm test env: CI: true - name: Coveralls GitHub Action uses: coverallsapp/github-action@v1.0.1 with: github-token: ${{ secrets.github_token }}
name: Node CI on: [push] jobs: build: strategy: matrix: node-version: [8.x, 12.x, 13.x] os: [ubuntu-latest, windows-latest, mac-latest] runs-on: ${{matrix.os}} 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, build, and test run: | npm install npm run githubaction npm test env: CI: true - name: Coveralls GitHub Action uses: coverallsapp/github-action@v1.0.1 with: github-token: ${{ secrets.github_token }}
Reduce the number of nodes in test (now 8,12,13); add oses (windows, mac)
Reduce the number of nodes in test (now 8,12,13); add oses (windows, mac)
YAML
mit
StoneCypher/jssm,StoneCypher/jssm,StoneCypher/jssm
475eef44ce9febf33b6b43b7e191fadfee423bf5
.github/workflows/pytest.yml
.github/workflows/pytest.yml
# .github/workflows/app.yaml name: PyTest on: push jobs: test: runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Check out repository code uses: actions/checkout@v2 # Setup Python (faster than using Python container) - name: Setup Python uses: actions/setup-python@v2 with: python-version: "3.x" - name: Install pipenv run: | python -m pip install --upgrade pipenv wheel - id: cache-pipenv uses: actions/cache@v1 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - name: Install dependencies if: steps.cache-pipenv.outputs.cache-hit != 'true' run: | pipenv install --deploy --dev - name: Run test suite run: | pipenv run test -v
# .github/workflows/app.yaml name: PyTest on: push jobs: test: runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Check out repository code uses: actions/checkout@v2 # Setup Python (faster than using Python container) - name: Setup Python uses: actions/setup-python@v2 with: python-version: "3.7.12" - name: Install pipenv run: | python -m pip install --upgrade pipenv wheel - id: cache-pipenv uses: actions/cache@v1 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - name: Install dependencies if: steps.cache-pipenv.outputs.cache-hit != 'true' run: | pipenv --python /opt/hostedtoolcache/Python/3.7.12/x64 install --deploy --dev - name: Run test suite run: | pipenv run test -v
Add github actions to run tests.
Add github actions to run tests.
YAML
mit
ecolell/amphipathic
c7f55bf6dfde7dd4c49f1c1e5f896f988d97e91c
packages/av/avatar-generator.yaml
packages/av/avatar-generator.yaml
homepage: http://github.com/keera-studios/avatar-generator changelog-type: '' hash: 12fc502c958c58195cb95bd7cfeef7845da52d1df3e39935fa3c6cbcd00186be test-bench-deps: {} maintainer: ivan.perez@keera.co.uk synopsis: A simple 5x5 random avatar icon generator changelog: '' basic-deps: JuicyPixels: ! '>=3.2 && <3.3' base: ! '>=4.6 && <4.7' random: ! '>=1.1 && <1.2' all-versions: - '0.1.0.0' author: Ivan Perez latest: '0.1.0.0' description-type: haddock description: ! 'A straightforward avatar image generator that produces 512x512 random images.' license-name: BSD3
homepage: http://github.com/keera-studios/avatar-generator changelog-type: '' hash: 765f6b24e602dba81da2f067f8d457ca62d95055dac3496a2994f9b4fa9c9d41 test-bench-deps: {} maintainer: ivan.perez@keera.co.uk synopsis: A simple random avatar icon generator changelog: '' basic-deps: JuicyPixels: ! '>=3.2 && <3.3' base: ! '>=4.6 && <4.7' random: ! '>=1.1 && <1.2' all-versions: - '0.1.0.0' - '0.1.0.1' author: Ivan Perez latest: '0.1.0.1' description-type: haddock description: ! 'A straightforward avatar image generator that produces 512x512 random images.' license-name: BSD3
Update from Hackage at 2015-09-22T13:37:50+0000
Update from Hackage at 2015-09-22T13:37:50+0000
YAML
mit
commercialhaskell/all-cabal-metadata
8f344cdd62d4e1ac631fe8296d2bf8367703fcae
packages/se/servant-cassava.yaml
packages/se/servant-cassava.yaml
homepage: http://haskell-servant.readthedocs.org/ changelog-type: '' hash: 7aacc6df79298bdd04960509be8fae806d5f993ef24892f29404833094f83f13 test-bench-deps: {} maintainer: haskell-servant-maintainers@googlegroups.com synopsis: Servant CSV content-type for cassava changelog: '' basic-deps: bytestring: -any base: ! '>=4.6 && <5' servant: ! '>=0.7 && <0.12' base-compat: ! '>=0.9.1 && <0.10' cassava: ! '>0.4 && <0.6' http-media: -any vector: -any all-versions: - '0.4.4.5' - '0.4.4.6' - '0.4.4.7' - '0.5' - '0.6' - '0.6.1' - '0.7' - '0.7.1' - '0.8' - '0.9' author: Servant Contributors latest: '0.9' description-type: haddock description: Servant CSV content-type for cassava. license-name: BSD3
homepage: http://haskell-servant.readthedocs.org/ changelog-type: '' hash: 753cfc2484aa9b07c3704fd64068545907273030f3dface2705adacdac770cf2 test-bench-deps: {} maintainer: haskell-servant-maintainers@googlegroups.com synopsis: Servant CSV content-type for cassava changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' servant: ! '>=0.7 && <0.13' base-compat: ! '>=0.9.1 && <0.10' cassava: ! '>0.4 && <0.6' http-media: -any vector: -any all-versions: - '0.4.4.5' - '0.4.4.6' - '0.4.4.7' - '0.5' - '0.6' - '0.6.1' - '0.7' - '0.7.1' - '0.8' - '0.9' author: Servant Contributors latest: '0.9' description-type: haddock description: Servant CSV content-type for cassava. license-name: BSD3
Update from Hackage at 2017-11-08T09:03:11Z
Update from Hackage at 2017-11-08T09:03:11Z
YAML
mit
commercialhaskell/all-cabal-metadata
cfe3a9268201a358fd81ada6ab795c85daf125c8
roles/i3/tasks/main.yml
roles/i3/tasks/main.yml
--- - name: Install i3 become: true apt: name: i3 state: installed - name: Install py3status become: true pip: name: py3status - name: Symlink i3 config file: src: "{{ role_path }}/files" dest: "~/.i3" state: link
--- - name: Install i3 become: true apt: name: i3 state: installed - name: Install py3status become: true pip: name: py3status - name: Symlink i3 config file: src: "{{ role_path }}/files" dest: "~/.i3" state: link - name: Install pytz for status calendar become: true pip: name: pytz - name: Install tzlocal for status calendar become: true pip: name: tzlocal
Install pip modules for py3status
Install pip modules for py3status
YAML
mit
JohnAZoidberg/dotfiles,JohnAZoidberg/dotfiles
102944387753a6d54d08d4e3b37f68b850024ca0
cluster-monitoring/Chart.yaml
cluster-monitoring/Chart.yaml
apiVersion: v1 name: cluster-monitoring version: 1.8.8 description: Cluster-wide monitoring setup using Prometheus-operator and Grafana. keywords: - grafana - prometheus-operator - monitoring - prometheus - opsgenie home: https://github.com/coreos/prometheus-operator/ sources: - https://github.com/coreos/prometheus-operator - https://github.com/helm/charts/tree/master/stable/prometheus-operator - https://github.com/skyscrapers/charts maintainers: - name: skyscrapers email: hello@skyscrapers.eu engine: gotpl
apiVersion: v1 name: cluster-monitoring version: 1.9.0 description: Cluster-wide monitoring setup using Prometheus-operator and Grafana. keywords: - grafana - prometheus-operator - monitoring - prometheus - opsgenie home: https://github.com/coreos/prometheus-operator/ sources: - https://github.com/coreos/prometheus-operator - https://github.com/helm/charts/tree/master/stable/prometheus-operator - https://github.com/skyscrapers/charts maintainers: - name: skyscrapers email: hello@skyscrapers.eu engine: gotpl
Bump cluster monitoring chart version
Bump cluster monitoring chart version
YAML
apache-2.0
skyscrapers/charts
5a9e0ec3e8d05681e57041d8bef33335e3cb999c
cluster/canary/tabulator.yaml
cluster/canary/tabulator.yaml
--- apiVersion: apps/v1 kind: Deployment metadata: name: testgrid-tabulator namespace: testgrid-canary labels: app: testgrid channel: stable component: tabulator spec: replicas: 1 selector: matchLabels: app: testgrid channel: stable component: tabulator template: metadata: labels: app: testgrid channel: stable component: tabulator spec: serviceAccountName: tabulator containers: - name: tabulator image: gcr.io/k8s-testgrid/tabulator:v20220427-v0.0.135-24-gc48a62fb ports: - name: metrics containerPort: 2112 args: - --config=gs://k8s-testgrid-canary/config - --confirm - --wait=15m - --pubsub=k8s-testgrid/canary-test-group-updates - --persist-queue=gs://k8s-testgrid-canary/queue/tabulator.json - --filter resources: requests: cpu: "30" memory: "75G" limits: cpu: "40" memory: "150G" --- apiVersion: v1 kind: ServiceAccount metadata: annotations: # Uses same as updater iam.gke.io/gcp-service-account: testgrid-canary@k8s-testgrid.iam.gserviceaccount.com name: tabulator namespace: testgrid-canary
--- apiVersion: apps/v1 kind: Deployment metadata: name: testgrid-tabulator namespace: testgrid-canary labels: app: testgrid channel: stable component: tabulator spec: replicas: 1 selector: matchLabels: app: testgrid channel: stable component: tabulator template: metadata: labels: app: testgrid channel: stable component: tabulator spec: serviceAccountName: tabulator containers: - name: tabulator image: gcr.io/k8s-testgrid/tabulator:v20220427-v0.0.135-24-gc48a62fb ports: - name: metrics containerPort: 2112 args: - --config=gs://k8s-testgrid-canary/config - --confirm - --wait=15m - --pubsub=k8s-testgrid/canary-test-group-updates - --persist-queue=gs://k8s-testgrid-canary/queue/tabulator.json - --filter - --filter-columns resources: requests: cpu: "30" memory: "75G" limits: cpu: "40" memory: "150G" --- apiVersion: v1 kind: ServiceAccount metadata: annotations: # Uses same as updater iam.gke.io/gcp-service-account: testgrid-canary@k8s-testgrid.iam.gserviceaccount.com name: tabulator namespace: testgrid-canary
Enable filter-columns on TG Canary
Enable filter-columns on TG Canary
YAML
apache-2.0
GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid
640f9428e83505f880aa41d668d2ee70409f05bd
_config/languageprefix.yml
_config/languageprefix.yml
--- Name: languageprefix-extensions --- SiteTree: extensions: ['LanguagePrefix'] --- Name: languageprefix-config --- prefixconfig: locale_prefix_map: '' enable_duplicate_urlsegments: false disable_prefix_for_default_lang: false
--- Name: languageprefix-extensions --- SiteTree: extensions: ['LanguagePrefix'] --- Name: languageprefix-config --- prefixconfig: locale_prefix_map: [] enable_duplicate_urlsegments: false disable_prefix_for_default_lang: false
Change locale_prefix_map def value to empty array
Change locale_prefix_map def value to empty array
YAML
bsd-3-clause
Martimiz/silverstripe-languageprefix
f80f9c0f3278221e959d545725561a1cf6c12f5f
packages/st/string-transform.yaml
packages/st/string-transform.yaml
homepage: https://github.com/ncaq/string-transform#readme changelog-type: '' hash: b0717fffba9b20db722be7bc40e7149d29c41ebbe1685362a51c37d8fd9db13b test-bench-deps: bytestring: -any tasty-smallcheck: -any base: ! '>=4.7 && <5' text: -any string-transform: -any utf8-string: -any tasty-hunit: -any tasty: -any maintainer: ncaq@ncaq.net synopsis: simple and easy haskell string transform wrapper changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' text: -any utf8-string: -any all-versions: - 0.0.0 - 0.0.1 - 0.1.1 - 1.0.0 - 1.1.0 author: ncaq latest: 1.1.0 description-type: markdown description: ! '# string-transform [![Build Status](https://travis-ci.org/ncaq/string-transform.svg?branch=master)](https://travis-ci.org/ncaq/string-transform) ![Hackage](https://img.shields.io/hackage/v/string-transform.svg) simple and easy haskell string transform wrapper. # provide function * `toString` * `toByteStringStrict` * `toByteStringLazy` * `toShortByteString` * `toTextStrict` * `toTextLazy` # note It wrapper expect that `ByteString` encode is utf-8. ' license-name: MIT
homepage: https://github.com/ncaq/string-transform#readme changelog-type: '' hash: 37d3978e661b6d7752b003a4da1004c5c0dcd1ca1ed31dabcaab1f0bd918fc32 test-bench-deps: bytestring: -any tasty-smallcheck: -any base: ! '>=4.7 && <5' text: -any string-transform: -any utf8-string: -any tasty-hunit: -any tasty: -any maintainer: ncaq@ncaq.net synopsis: simple and easy haskell string transform wrapper changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' text: -any utf8-string: -any all-versions: - 0.0.0 - 0.0.1 - 0.1.1 - 1.0.0 - 1.1.0 - 1.1.1 author: ncaq latest: 1.1.1 description-type: haddock description: '' license-name: MIT
Update from Hackage at 2019-07-02T05:11:15Z
Update from Hackage at 2019-07-02T05:11:15Z
YAML
mit
commercialhaskell/all-cabal-metadata
14e14b696f9851bc7aa81988726b90cab4c10fd8
packages/ty/typed-wire-utils.yaml
packages/ty/typed-wire-utils.yaml
homepage: http://github.com/typed-wire/hs-typed-wire-utils#readme changelog-type: '' hash: 0d71105f277ba4a89035df81a012427e658f6e3a7de1d05ac163076d5c59916c test-bench-deps: {} maintainer: Alexander Thiemann <mail@athiemann.net> synopsis: Haskell utility library required for code generated by typed-wire compiler changelog: '' basic-deps: bytestring: ! '>=0.10' base: ! '>=4.7 && <5' time: ! '>=1.5' base64-bytestring: ! '>=1.0' text: ! '>=1.2' aeson: ! '>=0.8' all-versions: - '0.1.0.0' author: Alexander Thiemann latest: '0.1.0.0' description-type: markdown description: ! '# hs-typed-wire-utils Haskell utility library required for code generated by typed-wire compiler See http://www.typed-wire.org ' license-name: BSD3
homepage: http://github.com/typed-wire/hs-typed-wire-utils#readme changelog-type: '' hash: bcc02ecafa9fdcb868c284ef3ead98ff75e22a8f5fc3eb9202d63dab17e480d1 test-bench-deps: {} maintainer: Alexander Thiemann <mail@athiemann.net> synopsis: Haskell utility library required for code generated by typed-wire compiler changelog: '' basic-deps: bytestring: ! '>=0.10' base: ! '>=4.7 && <5' time: ! '>=1.5' base64-bytestring: ! '>=1.0' text: ! '>=1.2' aeson: ! '>=0.8' all-versions: - '0.1.0.0' - '0.2.0.0' author: Alexander Thiemann latest: '0.2.0.0' description-type: markdown description: ! '# hs-typed-wire-utils Haskell utility library required for code generated by typed-wire compiler See http://www.typed-wire.org ' license-name: BSD3
Update from Hackage at 2017-10-04T02:40:21Z
Update from Hackage at 2017-10-04T02:40:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
7c7280f79f7ecaf7af36bc6f0a21aaca66d415ac
packages/ev/eventful-core.yaml
packages/ev/eventful-core.yaml
homepage: https://github.com/jdreaver/eventful#readme changelog-type: markdown hash: 39e2bd038b6f2e61a3d60e5d5655eab3135ccc7342176fe3fb7a4dcf9eb107be test-bench-deps: hlint: -any base: ! '>=4.9 && <5' hspec: -any text: -any uuid: -any http-api-data: -any HUnit: -any path-pieces: -any containers: -any transformers: -any aeson: -any template-haskell: -any maintainer: David Reaver synopsis: Core module for eventful changelog: '' basic-deps: base: ! '>=4.9 && <5' text: -any uuid: -any http-api-data: -any path-pieces: -any containers: -any transformers: -any aeson: -any template-haskell: -any all-versions: - '0.1.0' - '0.1.1' author: '' latest: '0.1.1' description-type: markdown description: ! '# Eventful core ' license-name: MIT
homepage: https://github.com/jdreaver/eventful#readme changelog-type: markdown hash: 0e723a41f82075e7c9ac7eba0ecf4fe098ed68c9fe35f9a1e4113a634b9ab9f0 test-bench-deps: hlint: -any base: ! '>=4.9 && <5' hspec: -any text: -any uuid: -any sum-type-boilerplate: -any http-api-data: -any HUnit: -any path-pieces: -any containers: -any transformers: -any aeson: -any template-haskell: -any maintainer: David Reaver synopsis: Core module for eventful changelog: '' basic-deps: base: ! '>=4.9 && <5' text: -any uuid: -any sum-type-boilerplate: -any http-api-data: -any path-pieces: -any containers: -any transformers: -any aeson: -any template-haskell: -any all-versions: - '0.1.0' - '0.1.1' - '0.1.2' author: '' latest: '0.1.2' description-type: markdown description: ! '# Eventful core ' license-name: MIT
Update from Hackage at 2017-06-16T03:02:28Z
Update from Hackage at 2017-06-16T03:02:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
0203d58f282cfcac760541ef837c495092dfb384
packages/fu/functor-infix.yaml
packages/fu/functor-infix.yaml
homepage: https://github.com/fmap/functor-infix changelog-type: '' hash: 29a4edad559c35752156b49e60a023f0627867775a122dd7e2bf75d2bbc2a107 test-bench-deps: {} maintainer: vi@computational.law synopsis: Infix operators for mapping over compositions of functors. Lots of them. changelog: '' basic-deps: base: ! '>=4.7 && <4.10' template-haskell: ! '>=2.8 && <2.12' all-versions: - '0.0.1' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' author: vi latest: '0.0.5' description-type: haddock description: '' license-name: MIT
homepage: https://github.com/fmap/functor-infix changelog-type: '' hash: cea21a321031f556d7a21b51e049493e7cb78baf64dd63f0d1a36de01c4c735b test-bench-deps: {} maintainer: vi@computational.law synopsis: Infix operators for mapping over compositions of functors. Lots of them. changelog: '' basic-deps: base: ! '>=4.7 && <4.13' template-haskell: ! '>=2.8 && <2.15' all-versions: - '0.0.1' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' author: vi latest: '0.0.5' description-type: haddock description: '' license-name: MIT
Update from Hackage at 2018-12-20T05:12:30Z
Update from Hackage at 2018-12-20T05:12:30Z
YAML
mit
commercialhaskell/all-cabal-metadata
8ae2699f6b719cb448a10291ca369d33955429a8
playbook/roles/base/tasks/yum.yml
playbook/roles/base/tasks/yum.yml
--- # Setup basic repositories and install basic packages. # Prepare yum repositories - yum: name={{item}} state=present with_items: - "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" when: distro == "rhel7" - yum: name={{item}} state=present with_items: - "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" when: distro == "centos7" # Install generic packages and tools we need to have everywhere. - yum: pkg={{item}} state=present with_items: - screen - git - wget - unzip - iftop - make - ntp - gcc - python-yaml - MySQL-python - postfix - net-tools - patch - ncurses-term - vim - htop - iotop - sudo - yum-security - mailx
--- # Setup basic repositories and install basic packages. # Prepare yum repositories - yum: name={{item}} state=present with_items: - "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" when: distro == "rhel7" - yum: name={{item}} state=present with_items: - "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" when: distro == "centos7" - name: update caches yum: update_cache=yes # Install generic packages and tools we need to have everywhere. - yum: pkg={{item}} state=present with_items: - screen - git - wget - unzip - iftop - make - ntp - gcc - python-yaml - MySQL-python - postfix - net-tools - patch - ncurses-term - vim - htop - iotop - sudo - yum-security - mailx - name: Update the system on first run yum: name=* state=latest when: first_run is defined
Update server on first run.
Update server on first run.
YAML
mit
wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina
7aea21af02b5c599728b2f53546439a646c31803
config/routes/easy_admin.yaml
config/routes/easy_admin.yaml
easy_admin_bundle: resource: '@EasyAdminBundle/Controller/AdminController.php' prefix: /admin type: annotation
easy_admin_bundle: resource: '@EasyAdminBundle/Controller/AdminController.php' prefix: /over type: annotation
Fix route to easy admin
Fix route to easy admin
YAML
agpl-3.0
N7-Consulting/Incipio,N7-Consulting/Incipio,n7consulting/Incipio,N7-Consulting/Incipio,n7consulting/Incipio,n7consulting/Incipio,N7-Consulting/Incipio
edc5ff79baf53290f2496ce3dfc3262aaad30aef
ansible/util/reboot-vagrant.yml
ansible/util/reboot-vagrant.yml
--- - name: reboot vagrant host command: '/usr/bin/vagrant reload' delegate_to: 127.0.0.1 changed_when: false
--- - name: reboot vagrant host command: 'vagrant reload' delegate_to: 127.0.0.1 changed_when: false
Remove path to vagrant for portability
Remove path to vagrant for portability
YAML
mit
januswel/centos6.5
9da4a68cdb5f4dde331157a3f3ea9bc486dfc50b
packages/op/opentelemetry.yaml
packages/op/opentelemetry.yaml
homepage: '' changelog-type: '' hash: 2d9bc83e841d4422d10fe080f35d9bd925799b89d56447d928556199dd3a00dc test-bench-deps: {} maintainer: ethercrow@gmail.com synopsis: '' changelog: '' basic-deps: exceptions: -any bytestring: -any base: '>=4.11 && <5' all-versions: - 0.0.0.0 - 0.0.0.1 - 0.0.0.2 - 0.1.0 - 0.2.0 - 0.3.0 - 0.3.1 - 0.3.2 author: Dmitry Ivanov latest: 0.3.2 description-type: haddock description: The OpenTelemetry Haskell Client https://opentelemetry.io license-name: Apache-2.0
homepage: '' changelog-type: '' hash: 37cfa1249b60cd3fc45033d38f060419b1f3d4ebf3f9178d704f8da3b98646eb test-bench-deps: {} maintainer: ethercrow@gmail.com synopsis: '' changelog: '' basic-deps: exceptions: -any bytestring: -any base: '>=4.11 && <5' all-versions: - 0.0.0.0 - 0.0.0.1 - 0.0.0.2 - 0.1.0 - 0.2.0 - 0.3.0 - 0.3.1 - 0.3.2 - 0.4.0 author: Dmitry Ivanov latest: 0.4.0 description-type: haddock description: The OpenTelemetry Haskell Client https://opentelemetry.io license-name: Apache-2.0
Update from Hackage at 2020-05-11T21:19:35Z
Update from Hackage at 2020-05-11T21:19:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
8c5c7069ce9ef2af088565b03a91dc41fa2d063d
.gitlab-ci.yml
.gitlab-ci.yml
image: python:3.5 before_script: - pip install tox stages: - style - test flake8: stage: style script: - tox -e flake8 imports: stage: style script: - tox -e isort py35: stage: test script: - tox -e py35
image: python:3.5 before_script: - pip install tox stages: - style - test flake8: stage: style script: - tox -e flake8 imports: stage: style script: - tox -e isort py35: stage: test script: - echo -e $AFIP_TEST_KEY > testapp/test.key - echo -e $AFIP_TEST_CRT > testapp/test.crt - tox -e py35
Use variable test keys when running CI
Use variable test keys when running CI We currently use the in-repository keys for testing in CI. This has the downside that once they expire, we can't re-run these tests inside CI. Use keys that are passed as environment variables, so once we reconfigure CI to use new keys, this also affects re-runs of older builds. The test keys are still kept in-repo, so as not to complicate testing for developers and contributors.
YAML
isc
hobarrera/django-afip,hobarrera/django-afip
81f625b625b91b773916b8e34bb6a45933308a9a
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build build_project: stage: build script: - make tags: - make - c - sh - freebsd ## How-to install on FreeBSD (sshd highly recommended): # pkg install wget security/ca_root_nss gcc git # wget -O /usr/local/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-freebsd-amd64 ## wget -O /usr/local/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-freebsd-386 # chmod +x /usr/local/bin/gitlab-ci-multi-runner # /usr/local/bin/gitlab-ci-multi-runner register # Needs the token from the website # /usr/local/bin/gitlab-ci-multi-runner --debug --log-level debug run > & runner.log &
stages: - build build_project: stage: build script: - git submodule sync # In case .gitmodules changed and we're in 'fetch' mode - git submodule update --init --recursive - make tags: - make - c - sh - freebsd ## How-to install on FreeBSD (sshd highly recommended): # pkg install wget security/ca_root_nss gcc git # wget -O /usr/local/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-freebsd-amd64 ## wget -O /usr/local/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-freebsd-386 # chmod +x /usr/local/bin/gitlab-ci-multi-runner # /usr/local/bin/gitlab-ci-multi-runner register # Needs the token from the website # /usr/local/bin/gitlab-ci-multi-runner --debug --log-level debug run > & runner.log &
Add submodules (required by gitlab, sigh)
Add submodules (required by gitlab, sigh)
YAML
mit
BenWiederhake/endian-ci,BenWiederhake/endian-ci
53bf70501948e86c7f94df6e06d44a182b479f73
.gitlab-ci.yml
.gitlab-ci.yml
build: tags: - maven - docker script: - mvn clean compile test: tags: - maven - docker script: - (cd acme4j-it; mvn -B docker:remove) - mvn -B -P ci org.jacoco:jacoco-maven-plugin:prepare-agent verify - mvn -B sonar:sonar -Dsonar.gitlab.commit_sha=$CI_BUILD_REF -Dsonar.gitlab.ref_name=$CI_BUILD_REF_NAME deploy: tags: - maven - docker script: - mvn -B install site:site
build: tags: - maven - docker script: - mvn clean compile test: tags: - maven - docker script: - (cd acme4j-it; mvn -B docker:remove) - mvn -B -P ci org.jacoco:jacoco-maven-plugin:0.8.3:prepare-agent verify - mvn -B sonar:sonar -Dsonar.gitlab.commit_sha=$CI_BUILD_REF -Dsonar.gitlab.ref_name=$CI_BUILD_REF_NAME deploy: tags: - maven - docker script: - mvn -B install site:site
Fix CI coverage test on Java 11
Fix CI coverage test on Java 11
YAML
apache-2.0
shred/acme4j,shred/acme4j,shred/acme4j
ce26905867870e9cf8c449828745a450d4f96ed9
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build - test - github - cleanup push to github: image: wurbanski/alpine-git stage: github script: - if [ ! -n "$(grep "^github.com " ~/.ssh/known_hosts)" ]; then ssh-keyscan github.com >> ~/.ssh/known_hosts 2>/dev/null; fi - eval $(ssh-agent -s) - echo "$GITHUB_SSH_KEY" > /tmp/ssh_key - ssh-add < /tmp/ssh_key - git push $GITHUB_REPO_URL master - ssh-agent -k || { ssh-agent -k ; exit 1; } allow_failure: True only: - master
stages: - build - test - github - cleanup push to github: image: wurbanski/alpine-git stage: github script: - if [ ! -n "$(grep "^github.com " ~/.ssh/known_hosts)" ]; then ssh-keyscan github.com >> ~/.ssh/known_hosts 2>/dev/null; fi - eval $(ssh-agent -s) - echo "$GITHUB_SSH_KEY" > /tmp/ssh_key && chmod 600 /tmp/ssh_key - ssh-add < /tmp/ssh_key - git push $GITHUB_REPO_URL master - ssh-agent -k || { ssh-agent -k ; exit 1; } allow_failure: True only: - master
Change permissions for SSH key file
Change permissions for SSH key file
YAML
bsd-3-clause
wurbanski/i-must-go
cc9eacc897a00c6a725683dd94a53c1d5397ad94
.gitlab-ci.yml
.gitlab-ci.yml
image: haskell:7.10.3 pages: cache: paths: - _cache - .stack before_script: - apt-get update - bash -c "yes | apt-get install git" - export STACK_ROOT=`pwd`/.stack - stack install --only-dependencies - stack setup - stack build script: - stack exec site build artifacts: paths: - _site only: - master
image: haskell:latest pages: cache: paths: - _cache - .stack before_script: - apt-get update - bash -c "yes | apt-get install git" - export STACK_ROOT=`pwd`/.stack - stack install --only-dependencies - stack setup - stack build script: - stack exec site build artifacts: paths: - _site only: - master
Move to latest haskell docker
Move to latest haskell docker
YAML
mit
sakshamsharma/acehack,sakshamsharma/acehack,sakshamsharma/acehack
63fc277ee284b0f2f3326c5570148a13d64663c7
.gitlab-ci.yml
.gitlab-ci.yml
build-against-irida-master: script: make test IRIDA_VERSION=master build-against-irida-development: script: make test IRIDA_VERSION=development pep8: script: "scripts/verifyPEP8.sh" #build: # script: make windows # artifacts: # paths: # - build/nsis/IRIDA_Uploader_*.exe
before-script: - rm -rf /tmp/irida/* build-against-irida-master: script: make test IRIDA_VERSION=master build-against-irida-development: script: make test IRIDA_VERSION=development pep8: script: "scripts/verifyPEP8.sh" #build: # script: make windows # artifacts: # paths: # - build/nsis/IRIDA_Uploader_*.exe
Remove irida temp directories before testing.
Remove irida temp directories before testing.
YAML
apache-2.0
phac-nml/irida-miseq-uploader,phac-nml/irida-miseq-uploader
83f5069be46107b2f30cdbf689423daaf18772f7
.gitlab-ci.yml
.gitlab-ci.yml
image: ubuntu:devel stages: - build - deploy variables: DEPENDENCIES: gcc gettext gtk-doc-tools make autoconf meson ninja-build libxml2-dev libglib2.0-dev libglib2.0-bin valac libgee-0.8-dev gettext gnome-common libtool-bin gobject-introspection libgirepository1.0-dev valadoc yelp-tools iso-codes git GIT_SUBMODULE_STRATEGY: normal before_script: - export DEBIAN_FRONTEND=noninteractive - apt update - apt -y install $DEPENDENCIES build: stage: build script: - meson _build -Dintrospection=true -Ddocs=true - cd _build - ninja - meson test - ninja install pages: stage: deploy script: - meson _build -Ddocs=true - cd _build - ninja - mv ../docs/site ../public - mv docs/GXml-* ../public/dev - cd .. - cp public/dev/index.htm public/dev/index.html artifacts: paths: - public
image: ubuntu:devel stages: - build - deploy variables: DEPENDENCIES: gcc gettext gtk-doc-tools make autoconf meson ninja-build libxml2-dev libglib2.0-dev libglib2.0-bin valac libgee-0.8-dev gettext gnome-common libtool-bin gobject-introspection libgirepository1.0-dev valadoc yelp-tools iso-codes git GIT_SUBMODULE_STRATEGY: normal before_script: - export DEBIAN_FRONTEND=noninteractive - apt update - apt -y install $DEPENDENCIES build: stage: build script: - meson _build -Dintrospection=true -Ddocs=true - cd _build - ninja - meson test - ninja installartifacts: when: on_failure paths: - _build/meson-logs/testlog.txt - _build/meson-logs/meson-log.txt expire_in: 1 week pages: stage: deploy script: - meson _build -Ddocs=true - cd _build - ninja - mv ../docs/site ../public - mv docs/GXml-* ../public/dev - cd .. - cp public/dev/index.htm public/dev/index.html artifacts: paths: - public
Add on failure log files
CI: Add on failure log files
YAML
lgpl-2.1
GNOME/gxml,GNOME/gxml,GNOME/gxml,GNOME/gxml
f3bdab63a999c2102b16bc7c9c536b4a8e212b53
.gitlab-ci.yml
.gitlab-ci.yml
variables: GIT_STRATEGY: fetch GIT_SUBMODULE_STRATEGY: normal NODE_OPTIONS: --no-warnings stages: - test tests: stage: test tags: - windows before_script: - Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" - choco install -y yarn - refreshenv script: - yarn - yarn jest --testTimeout 30000
variables: GIT_STRATEGY: fetch GIT_CHECKOUT: "false" GIT_SUBMODULE_STRATEGY: normal NODE_OPTIONS: --no-warnings stages: - test tests: stage: test tags: - windows before_script: - Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" - choco install -y yarn - refreshenv script: - git config core.symlinks true - git checkout $CI_COMMIT_REF_NAME - git submodule update --init --depth 1 - yarn - yarn jest --testTimeout 30000
Test a fix for Windows CI issues with symlinks
Test a fix for Windows CI issues with symlinks
YAML
mit
Squishymedia/BIDS-Validator,nellh/bids-validator,nellh/bids-validator,nellh/bids-validator,Squishymedia/bids-validator
31ae15b50fba07ca3b5b4a9f2c88b8e3c54cd3e3
.swiftlint.yml
.swiftlint.yml
# Configuration for SwiftLint (https://github.com/realm/SwiftLint) excluded: - Carthage enabled_rules: - empty_count - missing_docs disabled_rules: - cyclomatic_complexity - function_body_length - line_length - opening_brace - valid_docs
# Configuration for SwiftLint (https://github.com/realm/SwiftLint) excluded: - Carthage enabled_rules: - empty_count - missing_docs disabled_rules: - comma - conditional_binding_cascade - cyclomatic_complexity - function_body_length - line_length - opening_brace - valid_docs
Disable some new SwiftLint rules
Disable some new SwiftLint rules
YAML
mit
mattrubin/onetimepassword,mattrubin/onetimepassword
11149c19be64bf930fade663124ef2383aa986db
ansible/roles.yml
ansible/roles.yml
--- - src: bbatsche.Base path: ansible/roles version: v1.3.1 - src: bbatsche.Nginx path: ansible/roles version: v2.1.0 - src: bbatsche.Phpenv path: ansible/roles version: v1.0.1 - src: bbatsche.Node path: ansible/roles version: v2.0.1 - src: bbatsche.Python path: ansible/roles version: v2.0.0 - src: bbatsche.Ruby path: ansible/roles version: v2.0.0 - src: bbatsche.MongoDB-Install path: ansible/roles version: v2.0.0 - src: bbatsche.MongoDB-Manage path: ansible/roles version: v2.0.0 - src: bbatsche.MySQL-Install path: ansible/roles version: v2.0.0 - src: bbatsche.MySQL-Manage path: ansible/roles version: v2.0.0 - src: bbatsche.PostgreSQL-Install path: ansible/roles version: v2.0.0 - src: bbatsche.PostgreSQL-Manage path: ansible/roles version: v2.0.0 - src: bbatsche.WordPress path: ansible/roles version: v1.0.0
--- - src: bbatsche.Base path: ansible/roles version: v1.3.1 - src: bbatsche.Nginx path: ansible/roles version: v2.1.0 - src: bbatsche.Phpenv path: ansible/roles version: v1.0.1 - src: bbatsche.Node path: ansible/roles version: v2.0.1 - src: bbatsche.Python path: ansible/roles version: v2.0.0 - src: bbatsche.Ruby path: ansible/roles version: v2.0.0 - src: bbatsche.MongoDB-Install path: ansible/roles version: v2.0.1 - src: bbatsche.MongoDB-Manage path: ansible/roles version: v2.0.0 - src: bbatsche.MySQL-Install path: ansible/roles version: v2.0.0 - src: bbatsche.MySQL-Manage path: ansible/roles version: v2.0.0 - src: bbatsche.PostgreSQL-Install path: ansible/roles version: v2.0.0 - src: bbatsche.PostgreSQL-Manage path: ansible/roles version: v2.0.0 - src: bbatsche.WordPress path: ansible/roles version: v1.0.0
Update MongoDB Install role to avoid pip version confusion
Update MongoDB Install role to avoid pip version confusion
YAML
mit
bbatsche/Vagrant-Setup
0f0ec0f8831438f7a5d2d36cf968689646eee95d
playbooks/services_prereqs.yml
playbooks/services_prereqs.yml
--- - name: install prerequisites for the catalyst services (pull reserves, traject) hosts: services roles: # - { role: java, tags: ['java'], become: true } # - { role: chruby, tags: ['chruby'], become: true } - { role: deploy-keys, tags: ['deploy-keys'] }
--- - name: install prerequisites for the catalyst services (pull reserves, traject) hosts: services roles: # NOTE: we are leaning on the fact that jruby is already installed # on the servers we actually care about right now # in order to avoid the performance issues we are getting from # installing it with chruby: # - { role: java, tags: ['java'], become: true } # - { role: chruby, tags: ['chruby'], become: true } - { role: deploy-keys, tags: ['deploy-keys'] }
Add edifying comment regarding services
Add edifying comment regarding services
YAML
cc0-1.0
dheles/catalyst-ansible,jiaola/catalyst-ansible
ce37740a02b50b47bac80c4788b33855e7b70c94
extensions/oidc-token-propagation/runtime/src/main/resources/META-INF/quarkus-extension.yaml
extensions/oidc-token-propagation/runtime/src/main/resources/META-INF/quarkus-extension.yaml
--- artifact: ${project.groupId}:${project.artifactId}:${project.version} name: "OpenID Connect Token Propagation" metadata: keywords: - "oauth2" - "openid-connect" - "oidc" - "oidc-client" - "oidc-token-propagation" guide: "https://quarkus.io/guides/security-openid-connect-client" categories: - "security" status: "preview" config: - "quarkus.oidc-client."
--- artifact: ${project.groupId}:${project.artifactId}:${project.version} name: "OpenID Connect Token Propagation" metadata: keywords: - "oauth2" - "openid-connect" - "oidc" - "oidc-client" - "oidc-token-propagation" guide: "https://quarkus.io/guides/security-openid-connect-client" categories: - "security" status: "stable" config: - "quarkus.oidc-token-propagation."
Set oidc-token-propagation status to stable
Set oidc-token-propagation status to stable
YAML
apache-2.0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
c1916a995a2b63aee02d5b6509fdfa84ac8de899
ansible/_persistent-volume-delete.yaml
ansible/_persistent-volume-delete.yaml
--- - hosts: master[0] any_errors_fatal: true name: "Delete Kubernetes Persistent Volume" become: yes vars_files: - group_vars/all.yaml tasks: - name: delete Kubernetes PV command: kubectl --kubeconfig {{ kubernetes_kubeconfig.kubectl }} --ignore-not-found delete pv {{ volume_name }}
--- - hosts: master[0] any_errors_fatal: true name: "Delete Kubernetes Persistent Volume" become: yes vars_files: - group_vars/all.yaml tasks: - name: delete Kubernetes PV command: kubectl --kubeconfig {{ kubernetes_kubeconfig.kubectl }} --ignore-not-found=true delete pv {{ volume_name }}
Fix kismatic volume delete command
Fix kismatic volume delete command
YAML
apache-2.0
apprenda/kismatic,apprenda/kismatic,apprenda/kismatic
68d65cf6d27108006c14a9967ace02fec2a9fd56
compose/ref/traefik/traefik.yml
compose/ref/traefik/traefik.yml
log: level: INFO entryPoints: web: # http address: ":80" http: routers: web-router: rule: 'Host(`ref2021.tvof.ac.uk`) || Host(`ref2021.tvof3.kdl.kcl.ac.uk`)' entryPoints: - web middlewares: - csrf service: django web-media-router: rule: 'Host(`ref2021.tvof.ac.uk`) || Host(`ref2021.tvof3.kdl.kcl.ac.uk`) && PathPrefix(`/media/`)' entryPoints: - web middlewares: - csrf service: django-media middlewares: csrf: # https://docs.traefik.io/master/middlewares/headers/#hostsproxyheaders # https://docs.djangoproject.com/en/dev/ref/csrf/#ajax headers: hostsProxyHeaders: ['X-CSRFToken'] services: django: loadBalancer: servers: - url: http://django:5000 django-media: loadBalancer: servers: - url: http://nginx:80 providers: # https://docs.traefik.io/master/providers/file/ file: filename: /etc/traefik/traefik.yml watch: true
log: level: INFO entryPoints: web: # http address: ":80" http: routers: web-router: rule: 'Host(`ref2021.tvof.ac.uk`) || Host(`tvof3-ref.kdl.kcl.ac.uk`)' entryPoints: - web middlewares: - csrf service: django web-media-router: rule: 'Host(`ref2021.tvof.ac.uk`) || Host(`tvof3-ref.kdl.kcl.ac.uk`) && PathPrefix(`/media/`)' entryPoints: - web middlewares: - csrf service: django-media middlewares: csrf: # https://docs.traefik.io/master/middlewares/headers/#hostsproxyheaders # https://docs.djangoproject.com/en/dev/ref/csrf/#ajax headers: hostsProxyHeaders: ['X-CSRFToken'] services: django: loadBalancer: servers: - url: http://django:5000 django-media: loadBalancer: servers: - url: http://nginx:80 providers: # https://docs.traefik.io/master/providers/file/ file: filename: /etc/traefik/traefik.yml watch: true
Support for tvof3-ref.kdl.kcl.ac.uk domain for testing.
Support for tvof3-ref.kdl.kcl.ac.uk domain for testing.
YAML
mit
kingsdigitallab/tvof-django,kingsdigitallab/tvof-django,kingsdigitallab/tvof-django,kingsdigitallab/tvof-django
8ec94c8331d5767bc676d454fd03df75584914c4
azure-pipelines.yml
azure-pipelines.yml
# 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: - task: Maven@3 inputs: mavenPomFile: 'pom.xml' mavenOptions: '-Xmx3072m' javaHomeOption: 'JDKVersion' jdkVersionOption: '1.10' jdkArchitectureOption: 'x64' publishJUnitResults: false testResultsFiles: '**/TEST-*.xml' goals: 'package'
# 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: - task: Maven@3 inputs: mavenPomFile: 'pom.xml' mavenOptions: '-Xmx3072m' javaHomeOption: 'JDKVersion' jdkVersionOption: '1.10' jdkArchitectureOption: 'x64' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml' goals: 'test'
Improve CI with Azure Pipelines.
Improve CI with Azure Pipelines.
YAML
mit
javadev/underscore-java,javadev/underscore-java
cf72a1e7280513098897a9dde95bb854a34faaf7
azure-pipelines.yml
azure-pipelines.yml
trigger: paths: include: ['config/*'] branches: include: ['release'] pr: paths: include: ['config/*'] branches: include: ['release'] pool: vmImage: 'ubuntu-latest' steps: - script: dev/package.sh displayName: 'Build config'
trigger: paths: include: ['config/*'] branches: include: ['release'] pr: paths: include: ['config/*'] branches: include: ['release'] pool: vmImage: 'ubuntu-latest' steps: - bash: sudo dpkg --add-architecture i386 displayName: 'Enable 32-bit support' - bash: sudo apt update displayName: 'Update package list' - bash: sudo apt install steamcmd dos2unix curl jq lib32z1 libncurses5:i386 libbz2-1.0:i386 lib32gcc1 lib32stdc++6 libtinfo5:i386 libcurl3-gnutls:i386 displayName: 'Install package dependencies' - bash: steamcmd +login anonymous +force_install_dir ./tf2 +app_update 232250 +quit displayName: 'Install TF2DS' - bash: | sudo cat <<EOT >> /usr/local/bin/vpk #!/bin/bash VPK_LINUX=$(find "${HOME}" -type f -iname "vpk_linux32" -print | head -n 1) VALVE_LIB_DIR=$(dirname "${VPK_LINUX}") LD_LIBRARY_PATH="${VALVE_LIB_DIR}:${LD_LIBRARY_PATH}" "${VPK_LINUX}" "${@}" EOT displayName: 'Install VPK to path' - bash: dev/package.sh displayName: 'Build config'
Add all script dependencies for CI
Add all script dependencies for CI
YAML
mit
mastercoms/tf2cfg
d93170fdc59873390e139d83b98a91beae66ef3f
azure-pipelines.yml
azure-pipelines.yml
trigger: - master variables: buildConfiguration: 'Release' pool: vmImage: 'Ubuntu-16.04' steps: - script: dotnet restore displayName: 'dotnet restore' workingDirectory: src - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)' workingDirectory: src - task: DotNetCoreCLI@2 displayName: 'dotnet test $(buildConfiguration)' inputs: command: test projects: '**/*Tests/*.fsproj' arguments: '--configuration $(buildConfiguration) --collect "Code coverage"' - task: DotNetCoreCLI@2 displayName: 'dotnet publish game engine $(buildConfiguration)' inputs: command: publish projects: src/Morgemil.GameEngine/Morgemil.GameEngine.fsproj arguments: '--configuration $(BuildConfiguration) --output $(Build.ArtifactStagingDirectory)' zipAfterPublish: True - task: PublishBuildArtifacts@1 displayName: 'publish artifacts'
trigger: - master variables: buildConfiguration: 'Release' pool: vmImage: 'Ubuntu-16.04' steps: - script: dotnet restore displayName: 'dotnet restore' workingDirectory: src - script: dotnet build --configuration $(buildConfiguration) displayName: 'dotnet build $(buildConfiguration)' workingDirectory: src - task: DotNetCoreCLI@2 displayName: 'dotnet test $(buildConfiguration)' inputs: command: test projects: '**/*Tests/*.fsproj' arguments: '--configuration $(buildConfiguration) --logger "trx;LogFileName=testresults.trx"' - task: PublishTestResults@2 inputs: testRunner: VSTest testResultsFiles: '**/*.trx' # - task: DotNetCoreCLI@2 # displayName: 'dotnet publish game engine $(buildConfiguration)' # inputs: # command: publish # projects: src/Morgemil.GameEngine/Morgemil.GameEngine.fsproj # arguments: '--configuration $(BuildConfiguration) --output $(Build.ArtifactStagingDirectory)' # zipAfterPublish: True # - task: PublishBuildArtifacts@1 # displayName: 'publish artifacts'
Add test results to azure build pipeline
Add test results to azure build pipeline
YAML
mit
DanielOliver/Morgemil
6a0a296ef0e190d756aa80ac17fd3f63c8fee3aa
azure-pipelines.yml
azure-pipelines.yml
# Branches that trigger a build on commit trigger: - master - 2.9.x # Branch(es) that trigger(s) build(s) on PR pr: - master - 2.9.x jobs: - job: Windows strategy: maxParallel: 4 matrix: Debug: _configuration: Debug _codeCoverage: True Release: _configuration: Release _codeCoverage: False pool: name: NetCorePublic-Pool queue: buildpool.windows.10.amd64.vs2017.open timeoutInMinutes: 20 steps: - checkout: self clean: true - script: eng\common\cibuild.cmd -configuration $(_configuration) -prepareMachine /p:Coverage=$(_codeCoverage) displayName: Build and Test - task: PublishTestResults@2 inputs: testRunner: XUnit testResultsFiles: '$(Build.SourcesDirectory)\artifacts\TestResults\$(_configuration)\*.xml' mergeTestResults: true testRunTitle: 'Windows $(_configuration)' condition: always() - script: $(Build.SourcesDirectory)/.dotnet/dotnet msbuild -restore eng/CodeCoverage.proj displayName: Upload coverage to codecov.io condition: and(succeeded(), eq(variables['_codeCoverage'], True)) - task: PublishBuildArtifacts@1 displayName: Publish Logs inputs: PathtoPublish: '$(Build.SourcesDirectory)\artifacts\log\$(_configuration)' ArtifactName: 'Windows $(_configuration)' continueOnError: true condition: not(succeeded())
# Branches that trigger a build on commit trigger: - master - 2.9.x # Branch(es) that trigger(s) build(s) on PR pr: - master - 2.9.x jobs: - job: Windows strategy: maxParallel: 4 matrix: Debug: _configuration: Debug _codeCoverage: True Release: _configuration: Release _codeCoverage: False pool: name: NetCorePublic-Pool queue: buildpool.windows.10.amd64.vs2017.open timeoutInMinutes: 25 steps: - checkout: self clean: true - script: eng\common\cibuild.cmd -configuration $(_configuration) -prepareMachine /p:Coverage=$(_codeCoverage) displayName: Build and Test - task: PublishTestResults@2 inputs: testRunner: XUnit testResultsFiles: '$(Build.SourcesDirectory)\artifacts\TestResults\$(_configuration)\*.xml' mergeTestResults: true testRunTitle: 'Windows $(_configuration)' condition: always() - script: $(Build.SourcesDirectory)/.dotnet/dotnet msbuild -restore eng/CodeCoverage.proj displayName: Upload coverage to codecov.io condition: and(succeeded(), eq(variables['_codeCoverage'], True)) - task: PublishBuildArtifacts@1 displayName: Publish Logs inputs: PathtoPublish: '$(Build.SourcesDirectory)\artifacts\log\$(_configuration)' ArtifactName: 'Windows $(_configuration)' continueOnError: true condition: not(succeeded())
Increase the build timeout to 25 minutes
Increase the build timeout to 25 minutes
YAML
mit
dotnet/roslyn-analyzers,mavasani/roslyn-analyzers,pakdev/roslyn-analyzers,dotnet/roslyn-analyzers,pakdev/roslyn-analyzers,mavasani/roslyn-analyzers
18971f2b7b001695224ca1500e586510a660a0e0
azure-pipelines.yml
azure-pipelines.yml
# 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-latest' steps: - script: echo Hello, world! displayName: 'Run a one-line script' - script: | echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml displayName: 'Run a multi-line script'
# 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 - develop pool: vmImage: 'ubuntu-latest' steps: - task: Maven@3 inputs: mavenPomFile: 'pom.xml' publishJUnitResults: true testResultsFiles: '**/surefire-reports/TEST-*.xml' javaHomeOption: 'JDKVersion' mavenVersionOption: 'Default' mavenAuthenticateFeed: false sonarQubeRunAnalysis: false
Add maven task to build the project automatically
Add maven task to build the project automatically
YAML
apache-2.0
banane-io/PDB
7296a4a1bd2db7f505ed47a79bfe11f241f5edeb
settings.dist.yaml
settings.dist.yaml
# Vagrant vagrant: folders: dev: path: '/var/www/dev' host: path: '/var/www/host' log: path: '/var/log/apache2' ports: 80: 80 443: 443 3306: 3306 # Guest guest: name: 'Development' architecture: '32-bit' memory: 1024 cpus: 1 hostname: 'vagrant' # Webserver webserver: domain: 'local' environment: ENVIRONMENT: 'development'
# Vagrant vagrant: folders: dev: path: '/var/www/dev' host: path: '/var/www/host' ports: 80: 80 443: 443 3306: 3306 # Guest guest: name: 'Development' architecture: '32-bit' memory: 1024 cpus: 1 hostname: 'vagrant' # Webserver webserver: domain: 'local' environment: ENVIRONMENT: 'development'
Remove shared folder configuration for the Apache2 logs directory
Remove shared folder configuration for the Apache2 logs directory
YAML
mit
thasmo/vagrant.box
5b1d8ab985374b703adc7b74c5f4fd532d2a74ae
conda/meta.yaml
conda/meta.yaml
package: name: cosima-cookbook version: {{ GIT_DESCRIBE_TAG}} source: git_rev: master git_url: ../ build: noarch: python number: {{ GIT_DESCRIBE_NUMBER }} script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python>=3.6 - setuptools - setuptools_scm - pbr run: - python>=3.6 - numpy - dask - distributed - xarray - netcdf4 - joblib - tqdm - sqlalchemy about: home: http://cosima-cookbook.readthedocs.io license: Apache License 2.0
package: name: cosima-cookbook version: {{ GIT_DESCRIBE_TAG}} source: git_rev: master git_url: ../ build: noarch: python number: {{ GIT_DESCRIBE_NUMBER }} script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python>=3.6 - setuptools - setuptools_scm - pbr run: - python>=3.6 - numpy - dask - distributed - xarray - netcdf4 - joblib - tqdm - sqlalchemy - ipywidgets about: home: http://cosima-cookbook.readthedocs.io license: Apache License 2.0
Add ipywidgets as a conda dependency
Add ipywidgets as a conda dependency
YAML
apache-2.0
OceansAus/cosima-cookbook
71cc3665225ae63f2d3c2b26f270c4e9836ba1c0
.lgtm.yml
.lgtm.yml
extraction: python: python_setup: version: "3" cpp: prepare: packages: - bsdtar - python3-gi - libcogl-pango-dev - python3-pil - python3-cairo after_prepare: - "wget -O libxmlb.zip https://github.com/hughsie/libxmlb/archive/master.zip" - "mkdir -p subprojects/libxmlb" - "bsdtar --strip-components=1 -xvf libxmlb.zip -C subprojects/libxmlb" index: build_command: - "meson setup build" - "ninja -C build"
extraction: python: python_setup: version: "3" cpp: prepare: packages: - bsdtar - python3-gi - libcogl-pango-dev - python3-pil - python3-cairo after_prepare: - "wget -O libxmlb.zip https://github.com/hughsie/libxmlb/archive/0.1.5.zip" - "mkdir -p subprojects/libxmlb" - "bsdtar --strip-components=1 -xvf libxmlb.zip -C subprojects/libxmlb" index: build_command: - "meson setup build" - "ninja -C build"
Use the 0.1.5 snapshot when building the LGTM CI
trivial: Use the 0.1.5 snapshot when building the LGTM CI
YAML
lgpl-2.1
fwupd/fwupd,vathpela/fwupd,vathpela/fwupd,hughsie/fwupd,fwupd/fwupd,hughsie/fwupd,vathpela/fwupd,fwupd/fwupd,hughsie/fwupd,hughsie/fwupd,fwupd/fwupd,vathpela/fwupd
7b65dfdba22d0db57b648c77ec4a94bedb54c9be
tests/all_services_are_up.yml
tests/all_services_are_up.yml
--- - hosts: localhost gather_facts: no vars: services_health_checks: - https://engine.vm.openconext.org/health - https://profile.vm.openconext.org/health - https://voot.vm.openconext.org/health - https://teams.vm.openconext.org/api/teams/health - https://pdp.vm.openconext.org/pdp/api/health - https://voot.vm.openconext.org/health - https://aa.vm.openconext.org/aa/api/health - https://authz.vm.openconext.org/health - https://authz-admin.vm.openconext.org/health - https://authz-playground.vm.openconext.org/health - https://manage.vm.openconext.org/manage/api/health tasks: - uri: url={{ item }} # register: result # until: "'UP' in result.content" retries: 5 delay: 10 with_items: "{{ services_health_checks }}" # - uri: url={{ item }} return_content=yes # register: result # until: "'UP' in result.content" # retries: 5 # delay: 10 # with_items: "{{ services_health_checks }}"
--- - hosts: localhost gather_facts: no vars: services_health_checks: - https://engine.vm.openconext.org/health - https://profile.vm.openconext.org/health - https://voot.vm.openconext.org/health - https://teams.vm.openconext.org/api/teams/health - https://pdp.vm.openconext.org/pdp/api/health - https://voot.vm.openconext.org/health - https://aa.vm.openconext.org/aa/api/health - https://authz.vm.openconext.org/health - https://authz-admin.vm.openconext.org/health - https://authz-playground.vm.openconext.org/health - https://manage.vm.openconext.org/manage/api/health - https://oidc.vm.openconext.org/manage/api/health tasks: - uri: url={{ item }} # register: result # until: "'UP' in result.content" retries: 5 delay: 10 with_items: "{{ services_health_checks }}" # - uri: url={{ item }} return_content=yes # register: result # until: "'UP' in result.content" # retries: 5 # delay: 10 # with_items: "{{ services_health_checks }}"
Add oidc to the travis tests
Add oidc to the travis tests
YAML
apache-2.0
OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy
6ac2e439aec8204af132eeb8b70cd0e8b197cd32
metadata/com.simplemobiletools.contacts.pro.yml
metadata/com.simplemobiletools.contacts.pro.yml
Categories: - Multimedia License: Apache-2.0 AuthorName: Tibor Kaputa AuthorEmail: hello@simplemobiletools.com WebSite: https://simplemobiletools.github.io SourceCode: https://github.com/SimpleMobileTools/Simple-Contacts IssueTracker: https://github.com/SimpleMobileTools/Simple-Contacts/issues Changelog: https://github.com/SimpleMobileTools/Simple-Contacts/blob/HEAD/CHANGELOG.md Donate: https://simplemobiletools.github.io/donate Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP Name: Simple Contacts Pro AutoName: Contacts RepoType: git Repo: https://github.com/SimpleMobileTools/Simple-Contacts Builds: - versionName: 6.0.0 versionCode: 36 commit: v6.0.0 subdir: app gradle: - yes prebuild: sed -i -e '/keystore/d' build.gradle AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 6.0.0 CurrentVersionCode: 36
Categories: - Multimedia License: Apache-2.0 AuthorName: Tibor Kaputa AuthorEmail: hello@simplemobiletools.com WebSite: https://simplemobiletools.github.io SourceCode: https://github.com/SimpleMobileTools/Simple-Contacts IssueTracker: https://github.com/SimpleMobileTools/Simple-Contacts/issues Changelog: https://github.com/SimpleMobileTools/Simple-Contacts/blob/HEAD/CHANGELOG.md Donate: https://simplemobiletools.github.io/donate Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP Name: Simple Contacts Pro AutoName: Contacts RepoType: git Repo: https://github.com/SimpleMobileTools/Simple-Contacts Builds: - versionName: 6.0.0 versionCode: 36 commit: v6.0.0 subdir: app gradle: - yes prebuild: sed -i -e '/keystore/d' build.gradle - versionName: 6.1.0 versionCode: 37 commit: 6.1.0 subdir: app gradle: - yes prebuild: sed -i -e '/keystore/d' build.gradle AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 6.1.0 CurrentVersionCode: 37
Update Simple Contacts Pro to 6.1.0 (37)
Update Simple Contacts Pro to 6.1.0 (37)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata
caedd7a594b8b9609ddae3c310c5fcd9cc0ed80d
.readthedocs.yaml
.readthedocs.yaml
# .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-22.04 tools: python: "3.10" jobs: post_checkout: - git fetch --unshallow python: install: - method: pip path: . sphinx: configuration: doc/conf.py fail_on_warning: true
# .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-22.04 tools: python: "3.10" jobs: post_checkout: - git fetch --unshallow commands: tox -e doc python: install: - method: pip path: . sphinx: configuration: doc/conf.py fail_on_warning: true
Call `tox` to build documentation
Call `tox` to build documentation I'm pretty sure the build will still fail with this command at the point where rtd attempts to host the contents of `_readthedocs/html`. However, I think the sphinx build should at least succeed.
YAML
mit
jrsmith3/ibei
75de15dfd630b8fd8312e3bb2ea82a883c66246c
test/trusted.yaml
test/trusted.yaml
# What repos we trust enough to do automated unit tests. REPOS: - "https://github.com/cathay4t/libstoragemgmt.git" - "https://github.com/tasleson/libstoragemgmt.git" - "https://github.com/joehandzik/libstoragemgmt.git" - "https://github.com/BlaineEXE/libstoragemgmt.git" - "https://github.com/agrover/libstoragemgmt.git" - "https://github.com/cfergeau/libstoragemgmt.git" - "https://github.com/mulkieran/libstoragemgmt.git" - "https://github.com/veillard/libstoragemgmt.git" - "https://github.com/Mashimiao/libstoragemgmt.git" - "https://github.com/jumitche/libstoragemgmt.git" - "https://github.com/cvedel/libstoragemgmt.git" - "https://github.com/libstorage/libstoragemgmt.git"
# What repos we trust enough to do automated unit tests. REPOS: - "https://github.com/cathay4t/libstoragemgmt.git" - "https://github.com/tasleson/libstoragemgmt.git" - "https://github.com/joehandzik/libstoragemgmt.git" - "https://github.com/BlaineEXE/libstoragemgmt.git" - "https://github.com/agrover/libstoragemgmt.git" - "https://github.com/cfergeau/libstoragemgmt.git" - "https://github.com/mulkieran/libstoragemgmt.git" - "https://github.com/veillard/libstoragemgmt.git" - "https://github.com/Mashimiao/libstoragemgmt.git" - "https://github.com/jumitche/libstoragemgmt.git" - "https://github.com/cvedel/libstoragemgmt.git" - "https://github.com/libstorage/libstoragemgmt.git" - "https://github.com/brraghav/libstoragemgmt.git"
Add Raghavendra from MicroSemi into trust list of CI.
Add Raghavendra from MicroSemi into trust list of CI. Signed-off-by: Gris Ge <e24f3acbe39bf94f92e8af3c48f8852106ad5ad7@redhat.com>
YAML
lgpl-2.1
tasleson/libstoragemgmt,jumitche/libstoragemgmt,joehandzik/libstoragemgmt,jumitche/libstoragemgmt,libstorage/libstoragemgmt,libstorage/libstoragemgmt,libstorage/libstoragemgmt,tasleson/libstoragemgmt,libstorage/libstoragemgmt,tasleson/libstoragemgmt,tasleson/libstoragemgmt,libstorage/libstoragemgmt,joehandzik/libstoragemgmt,joehandzik/libstoragemgmt,jumitche/libstoragemgmt,cathay4t/libstoragemgmt,tasleson/libstoragemgmt,cathay4t/libstoragemgmt,cathay4t/libstoragemgmt,cathay4t/libstoragemgmt,cathay4t/libstoragemgmt,jumitche/libstoragemgmt,joehandzik/libstoragemgmt,jumitche/libstoragemgmt
6b30a12fa26ecb4fad522f3c94b91993d4ced8f2
playbooks/init.yml
playbooks/init.yml
--- - hosts: kv:index:n1ql tasks: - yum: state=latest name=epel-release - yum: state=latest name={{item}} with_items: - atop - gdb - htop - iptraf - numactl - sysstat - tree - vim - wget - hosts: kv:index:n1ql tasks: - shell: iptables -F - hosts: kv:index:n1ql tasks: - group: name=couchbase - user: name=couchbase group=couchbase - hosts: kv:index:n1ql tasks: - file: path=/data owner=couchbase group=couchbase - hosts: kv tasks: - file: path=/index owner=couchbase group=couchbase
--- - hosts: kv:index:n1ql tasks: - yum: state=latest name=epel-release - yum: state=latest name={{item}} with_items: - atop - gdb - htop - iptraf - numactl - rsync - sysstat - tree - vim - wget - hosts: kv:index:n1ql tasks: - shell: iptables -F - hosts: kv:index:n1ql tasks: - group: name=couchbase - user: name=couchbase group=couchbase - hosts: kv:index:n1ql tasks: - file: path=/data owner=couchbase group=couchbase - hosts: kv tasks: - file: path=/index owner=couchbase group=couchbase
Add rsync to server dependencies
Add rsync to server dependencies Change-Id: Icceb5bb744133543c0289940407d1682f755cf3b Reviewed-on: http://review.couchbase.org/65627 Tested-by: buildbot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com> Reviewed-by: Pavel Paulau <dd88eded64e90046a680e3a6c0828ceb8fe8a0e7@gmail.com>
YAML
apache-2.0
pavel-paulau/perfrunner,couchbase/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner,pavel-paulau/perfrunner,pavel-paulau/perfrunner,couchbase/perfrunner,couchbase/perfrunner,couchbase/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner
290c80715ff5bf4734ba3ded72357ae927cfade3
modules/homebrew/config.yml
modules/homebrew/config.yml
--- repositories_to_install: - homebrew/cask-versions # Repository for alternate app versions - homebrew/cask-fonts # Repository for binary font files - mongodb/brew # Repository needed to install mongodb # end_of_repositories # Some binaries aren't listed here due they will be installed directly from # other modules commands binaries_to_install: - ansible - ffmpeg - rename - tree - youtube-dl # end_of_binaries # Apps installed using Homebrew-cask. Some apps aren't listed here due they # will be installed directly from its own module commands apps_to_install: - 1password - adobe-acrobat-reader # 🤦‍ - alfred - cyberduck - dash - docker - doxie - figma - firefox - flinto - google-chrome - imageoptim - logitech-options - mactracker - nextcloud - notion - qlcolorcode - qlmarkdown - qlstephen - sketch - slack - spotify - telegram - tor-browser - vlc - zeplin # end_of_casks # From Homebrew-fonts fonts_to_install: - font-chivo - font-crimson-pro - font-crimson-text - font-ibm-plex - font-inter - font-libre-baskerville - font-lora - font-roboto - font-spectral # end_of_casks
--- repositories_to_install: - homebrew/cask-versions # Repository for alternate app versions - homebrew/cask-fonts # Repository for binary font files - mongodb/brew # Repository needed to install mongodb # end_of_repositories # Some binaries aren't listed here due they will be installed directly from # other modules commands binaries_to_install: - ansible - ffmpeg - rename - tree - youtube-dl # end_of_binaries # Apps installed using Homebrew-cask. Some apps aren't listed here due they # will be installed directly from its own module commands apps_to_install: - 1password - adobe-acrobat-reader # 🤦‍ - alfred - cyberduck - dash - docker - doxie - figma - firefox - flinto - google-chrome - imageoptim - mactracker - nextcloud - notion - qlcolorcode - qlmarkdown - qlstephen - sketch - slack - spotify - telegram - tor-browser - vlc - zeplin # end_of_casks # From Homebrew-fonts fonts_to_install: - font-chivo - font-crimson-pro - font-crimson-text - font-ibm-plex - font-inter - font-libre-baskerville - font-lora - font-roboto - font-spectral # end_of_casks
Remove Logitech Options software installation
Remove Logitech Options software installation
YAML
unlicense
guerrero/dotfiles
af22ef7d1c6ede48ea98ca7a32c38cd4a54cc429
.commitlintrc.yml
.commitlintrc.yml
extends: - '@commitlint/config-conventional' rules: subject-case: [0, always] subject-full-stop: [0, always]
extends: - '@commitlint/config-conventional'
Revert "chore: less strict commit line rules."
Revert "chore: less strict commit line rules." This reverts commit 7db60eda24db3eb3829582b9edfd93dd3827ddb4.
YAML
mit
zurb/foundation,zurb/foundation-sites,zurb/foundation,DaSchTour/foundation-sites,zurb/foundation-sites,zurb/foundation-sites,DaSchTour/foundation-sites,zurb/foundation
e67933ca58d6b7d5233141d7451e9e0907ce9416
.readthedocs.yaml
.readthedocs.yaml
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-20.04 tools: python: "3.7" sphinx: builder: html configuration: docs/conf.py fail_on_warning: true # the requirements.txt override some RTD defaults. # ideally it has to be updated from time to time # with latest libraries versions. python: install: - requirements: docs/requirements.txt - method: setuptools path: .
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-20.04 tools: python: "3.7" sphinx: builder: html configuration: docs/conf.py # fail_on_warning: true # the requirements.txt override some RTD defaults. # ideally it has to be updated from time to time # with latest libraries versions. python: install: - requirements: docs/requirements.txt - method: setuptools path: .
Disable error on warning to have a stable integration first
Disable error on warning to have a stable integration first
YAML
isc
requests/requests-oauthlib
58ceceb05765a36353ae25cfbd716c2473fb0208
.rubocop_todo.yml
.rubocop_todo.yml
# This configuration was generated by # `rubocop --auto-gen-config` # on 2015-11-08 16:16:31 +0100 using RuboCop version 0.35.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 17 Metrics/AbcSize: Max: 28 # Offense count: 6 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 159 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 10 # Offense count: 56 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 39 # Offense count: 1 Metrics/PerceivedComplexity: Max: 11
# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-01-09 18:54:18 +0100 using RuboCop version 0.35.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 17 Metrics/AbcSize: Max: 28 # Offense count: 7 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 159 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 10 # Offense count: 57 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 39 # Offense count: 1 Metrics/PerceivedComplexity: Max: 11
Bring RuboCop todo config up to date
Bring RuboCop todo config up to date
YAML
bsd-2-clause
deivid-rodriguez/byebug,yui-knk/byebug,yui-knk/byebug,yui-knk/byebug,deivid-rodriguez/byebug,deivid-rodriguez/byebug
cc49174249dfc1a5907e6deefa558fdf8c1efa66
_config-develop.yml
_config-develop.yml
--- port: 1237 host: 0.0.0.0 safe: false ### site serving configuration ### source: code include: [_headers] timezone: null lsi: false markdown: kramdown keywords: "argon, augmented reality, web, javascript" # argonjs: "https://rawgit.com/argonjs/argon/develop/dist/argon.js" # argonjs: "https://unpkg.com/@argonjs/argon@refactor-y-up" argonjs: "https://unpkg.com/@argonjs/argon@1.2.0-20-refactor-y-up-27" redirect: "false" # argonjs: "https://unpkg.com/@argonjs/argon@1.1/dist/argon.js"
--- port: 1237 host: 0.0.0.0 safe: false ### site serving configuration ### source: code include: [_headers] timezone: null lsi: false markdown: kramdown keywords: "argon, augmented reality, web, javascript" argonjs: "https://rawgit.com/argonjs/argon/develop/dist/argon.js" redirect: "false" # argonjs: "https://unpkg.com/@argonjs/argon@1.1/dist/argon.js"
Change argonjs url to develop branch
Change argonjs url to develop branch
YAML
apache-2.0
bionictk/samples,argonjs/samples,argonjs/samples,bionictk/samples,bionictk/samples,argonjs/samples,argonjs/samples,bionictk/samples
fa7450f3c3b62a87371a3de92b89829a64320233
packages/gr/gray-extended.yaml
packages/gr/gray-extended.yaml
homepage: https://github.com/mhwombat/gray-extended#readme changelog-type: markdown hash: ffaff224dcff3e791b0ca8c8cf752cf0bb0701734cc8c346e704bbd8837833ac test-bench-deps: test-framework: -any base: ! '>=4.7 && <5' test-framework-quickcheck2: -any gray-extended: -any QuickCheck: -any maintainer: amy@nualeargais.ie synopsis: Gray encoding schemes changelog: ! '# Changelog for gray-extended 1.5.4 Revamped to work with Nix + Stack. 1.5.3 Upgrade to work with Stack 1.9.3 ## Unreleased changes ' basic-deps: base: ! '>=4.7 && <5' all-versions: - '1.2' - '1.3' - '1.4' - '1.5' - 1.5.1 - 1.5.2 - 1.5.3 - 1.5.4 author: Amy de Buitléir latest: 1.5.4 description-type: markdown description: ! 'gray-extended ============= Tools for generating Gray codes.' license-name: BSD-3-Clause
homepage: https://github.com/mhwombat/gray-extended#readme changelog-type: markdown hash: cc042e0e490e1f82d7985c5cc747ceeb78a9e1fdec49e4a7f17b18f747fbdb0e test-bench-deps: test-framework: -any base: ! '>=4.7 && <5' test-framework-quickcheck2: -any gray-extended: -any QuickCheck: -any maintainer: amy@nualeargais.ie synopsis: Gray encoding schemes changelog: | # Changelog for gray-extended 1.5.5 Revamped to work with Nix + cabal-install 1.5.4 Revamped to work with Nix + Stack. 1.5.3 Upgrade to work with Stack 1.9.3 ## Unreleased changes basic-deps: base: ! '>=4.7 && <5' all-versions: - '1.2' - '1.3' - '1.4' - '1.5' - 1.5.1 - 1.5.2 - 1.5.3 - 1.5.4 - 1.5.5 author: Amy de Buitléir latest: 1.5.5 description-type: markdown description: |- gray-extended ============= Tools for generating Gray codes. license-name: BSD-3-Clause
Update from Hackage at 2019-01-02T09:07:42Z
Update from Hackage at 2019-01-02T09:07:42Z
YAML
mit
commercialhaskell/all-cabal-metadata
8ad7433962803e4da521331da1b419ea64cc9ed8
secrets_dummy.yaml
secrets_dummy.yaml
homeassistant_name: 00000000 homeassistant_latitude: 0.00000 homeassistant_longitude: 0.00000 homeassistant_elevation: 0 homeassistant_time_zone: 00000000 http_server_port: 0 http_api_password: 00000000 influxdb_host: 00000000 influxdb_username: 00000000 influxdb_password: 00000000 influxdb_database: 00000000 recorder_db_url: 00000000 mqtt_broker: 00000000 mqtt_port: 00000000 mqtt_client_id: 00000000 mqtt_username: 00000000 mqtt_password: 00000000 openweathermap_api_key: 00000000
homeassistant_name: dummy homeassistant_latitude: 0.0 homeassistant_longitude: 0.0 homeassistant_elevation: 0 homeassistant_time_zone: dummy http_server_port: 0 http_api_password: dummy influxdb_host: dummy influxdb_username: dummy influxdb_password: dummy influxdb_database: dummy recorder_db_url: dummy mqtt_broker: dummy mqtt_port: 0 mqtt_client_id: dummy mqtt_username: dummy mqtt_password: dummy openweathermap_api_key: dummy
Fix dummy secrets for Travis CI
Fix dummy secrets for Travis CI
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
fdde6a2ee27b4e5102d0050285128894daf36074
data/building-hours/8-bc.yaml
data/building-hours/8-bc.yaml
name: Buntrock Commons image: buntrock category: Academia schedule: - title: Hours hours: - {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '12:00am'} - {days: [Sa, Su], from: '7:00am', to: '2:00am'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: []
name: Buntrock Commons image: buntrock category: Academia schedule: - title: Hours hours: - {days: [Su, Mo, Tu, We, Th], from: '7:00am', to: '12:00am'} - {days: [Fr, Sa], from: '7:00am', to: '2:00am'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: []
Correct Buntrock days to match published building hours
hours: Correct Buntrock days to match published building hours Again taken from https://wp.stolaf.edu/buntrock/. Signed-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
24f799360ce3effbf089cc35dceb5c2f8f9a13db
packages/co/contiguous.yaml
packages/co/contiguous.yaml
homepage: https://github.com/andrewthad/contiguous changelog-type: '' hash: a79244196e34f3d1b607d1b635b936590fa91acb2cf0f086bd2273c32506d458 test-bench-deps: {} maintainer: andrew.thaddeus@gmail.com synopsis: Unified interface for primitive arrays changelog: '' basic-deps: base: ! '>=4.9 && <5' deepseq: ! '>=1.4' primitive: ! '>=0.6.4' all-versions: - 0.1.0.0 - 0.2.0.0 - 0.3.0.0 - 0.3.1.0 author: Andrew Martin latest: 0.3.1.0 description-type: markdown description: ! '# primitive-class ' license-name: BSD-3-Clause
homepage: https://github.com/andrewthad/contiguous changelog-type: '' hash: f72f4700ffca3868587d77007d35bb0acbd2cb4524692bd10c699587d1c19937 test-bench-deps: {} maintainer: andrew.thaddeus@gmail.com synopsis: Unified interface for primitive arrays changelog: '' basic-deps: base: ! '>=4.9 && <5' deepseq: ! '>=1.4' primitive: ! '>=0.6.4' all-versions: - 0.1.0.0 - 0.2.0.0 - 0.3.0.0 - 0.3.1.0 - 0.3.2.0 author: Andrew Martin latest: 0.3.2.0 description-type: markdown description: | # primitive-class license-name: BSD-3-Clause
Update from Hackage at 2019-01-02T15:30:15Z
Update from Hackage at 2019-01-02T15:30:15Z
YAML
mit
commercialhaskell/all-cabal-metadata
4b4ec5d4ac1659db81787b876a4c07ed73a15492
packages/ea/easytensor.yaml
packages/ea/easytensor.yaml
homepage: https://github.com/achirkin/easytensor#readme changelog-type: '' hash: dd8c16a5f19baaf2ff6b47ed6476c0d2ac0392820ed807d4e6c3898d5015f0f3 test-bench-deps: easytensor: -any Cabal: -any base: -any time: -any dimensions: -any QuickCheck: -any maintainer: chirkin@arch.ethz.ch synopsis: Pure, type-indexed haskell vector, matrix, and tensor library. changelog: '' basic-deps: base: ! '>=4.10 && <5' dimensions: ! '>=1.0.0.0' all-versions: - '0.1.0.0' - '0.2.0.0' - '0.3.0.0' - '0.3.1.0' - '0.4.0.0' - '1.0.0.0' author: Artem Chirkin latest: '1.0.0.0' description-type: haddock description: ! 'Pure, type-indexed haskell vector, matrix, and tensor library. Features dimensionality type-checking for all operations. Generic n-dimensional versions are implemented using low-level prim ops. Allows ad-hoc replacement with fixed low-dimensionality vectors and matrices without changing user interface.' license-name: BSD3
homepage: https://github.com/achirkin/easytensor#readme changelog-type: '' hash: 6f5c66e1aafed2cec76de6b59b100bed6866bfd03aeb078baee0d5481f14e54e test-bench-deps: easytensor: -any Cabal: -any base: -any time: -any dimensions: -any QuickCheck: -any maintainer: chirkin@arch.ethz.ch synopsis: Pure, type-indexed haskell vector, matrix, and tensor library. changelog: '' basic-deps: base: ! '>=4.10 && <5' dimensions: ! '>=1.0.0.0' all-versions: - '0.1.0.0' - '0.2.0.0' - '0.3.0.0' - '0.3.1.0' - '0.4.0.0' - '1.0.0.0' - '1.0.0.1' author: Artem Chirkin latest: '1.0.0.1' description-type: haddock description: ! 'Pure, type-indexed haskell vector, matrix, and tensor library. Features dimensionality type-checking for all operations. Generic n-dimensional versions are implemented using low-level prim ops. Allows ad-hoc replacement with fixed low-dimensionality vectors and matrices without changing user interface.' license-name: BSD3
Update from Hackage at 2018-07-12T11:53:07Z
Update from Hackage at 2018-07-12T11:53:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
395f3d8539cb633f399b3422bb5edb777c73e5b0
packages/vu/vulkan-api.yaml
packages/vu/vulkan-api.yaml
homepage: https://github.com/achirkin/genvulkan#readme changelog-type: '' hash: 70b85bb2294d388a608817608ab0dd6fb97af955cf5c1e6a92c069302bdadfab test-bench-deps: {} maintainer: chirkin@arch.ethz.ch synopsis: Low-level low-overhead vulkan api bindings changelog: '' basic-deps: base: ! '>=4.7 && <5' ghc-prim: ! '>=0.4 && <0.6' all-versions: - '0.1.0.0' - '0.1.0.1' author: Artem Chirkin latest: '0.1.0.1' description-type: haddock description: Haskell bindings for vulkan api as described in vk.xml. license-name: BSD3
homepage: https://github.com/achirkin/vulkan#readme changelog-type: '' hash: ea37ce2c706bb58203ab7f43cc18d307f8a9ab5992683750d1f45b786eb87d59 test-bench-deps: {} maintainer: chirkin@arch.ethz.ch synopsis: Low-level low-overhead vulkan api bindings changelog: '' basic-deps: base: ! '>=4.7 && <5' ghc-prim: ! '>=0.4 && <0.6' all-versions: - '0.1.0.0' - '0.1.0.1' - '1.1.0.0' author: Artem Chirkin latest: '1.1.0.0' description-type: haddock description: ! 'Haskell bindings for vulkan api as described in vk.xml. You can find some simple examples at <https://github.com/achirkin/vulkan/tree/master/vulkan-examples vulkan-examples> page or a more complete triangle rendering program at <https://github.com/achirkin/vulkan/tree/master/vulkan-triangles vulkan-triangles> page. For further information, please refer to <https://github.com/achirkin/vulkan#readme README.md>.' license-name: BSD3
Update from Hackage at 2018-03-23T15:10:48Z
Update from Hackage at 2018-03-23T15:10:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
c17810ebf1efde0230ae610c74a4f1c74a16c09b
src/go/src/github.com/cloudfoundry/bosh-release-acceptance-tests/assets/inner-bosh-xenial-ops.yml
src/go/src/github.com/cloudfoundry/bosh-release-acceptance-tests/assets/inner-bosh-xenial-ops.yml
- type: replace path: /stemcells? value: - alias: default os: ubuntu-xenial version: latest # We need to use an uncompiled release for BPM - type: replace path: /releases/name=bpm? value: name: bpm version: "0.6.0" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bpm-release?v=0.6.0" sha1: "4f0f239abdc801d71de9063625aa56e3c42634b5"
- type: replace path: /stemcells? value: - alias: default os: ubuntu-xenial version: latest
Revert "Use uncompiled release for BPM in brats"
Revert "Use uncompiled release for BPM in brats" This reverts commit dbdcf1ff96a1c4582dc181fe47500ea4cfef2cdb. [#158367468](https://www.pivotaltracker.com/story/show/158367468) Co-authored-by: Max Becker <e6d855fe2263fd0035edb7e1f665a7466a1b4c9c@sap.com>
YAML
apache-2.0
barthy1/bosh,barthy1/bosh,barthy1/bosh,barthy1/bosh
0a7cf4c0717806bb92c427076b62abad04e929a5
config/database.yml
config/database.yml
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # # development: # adapter: sqlite3 # database: db/development.sqlite3 # pool: 5 # timeout: 5000 development: adapter: sqlite3 database: db/development.sqlite3 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 encoding: utf8 database: mailman_test host: localhost username: mailman password: supersecretpassword pool: 5 production: adapter: postgresql encoding: utf8 database: <%= ENV['DATABASE_URL'] %> pool: 5
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # # development: # adapter: sqlite3 # database: db/development.sqlite3 # pool: 5 # timeout: 5000 development: adapter: sqlite3 database: db/development.sqlite3 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: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 production: adapter: postgresql encoding: utf8 database: <%= ENV['DATABASE_URL'] %> pool: 5
Make the test environment db also sqlite
Make the test environment db also sqlite
YAML
agpl-3.0
payloadtech/mailpenny,payloadtech/mailpenny,payloadtech/mailpenny
76dbfa6b1f63987e38718f91729bbe4e97bdca51
config/database.yml
config/database.yml
development: adapter: postgresql encoding: unicode database: journalclub_development pool: 8 username: password: host: localhost port: 5432 # Minimum log levels, in increasing order: # debug5, debug4, debug3, debug2, debug1, # log, notice, warning, error, fatal, and panic # The server defaults to notice. #min_messages: warning test: adapter: postgresql encoding: unicode database: journalclub_test pool: 5 username: password: host: localhost port: 5432
development: adapter: postgresql encoding: unicode database: journalclub_development pool: 8 username: password: host: localhost port: 5432 # Minimum log levels, in increasing order: # debug5, debug4, debug3, debug2, debug1, # log, notice, warning, error, fatal, and panic # The server defaults to notice. #min_messages: warning test: adapter: postgresql encoding: unicode database: journalclub_test pool: 5 username: password: host: localhost port: 5432 min_messages: warning
Make postgres less noisy during tests
Make postgres less noisy during tests
YAML
agpl-3.0
jasonm/papernaut-engine,jasonm/papernaut-engine
b01a6aa167a1dc0a6bb93b7e9c9549a93508b95e
config/database.yml
config/database.yml
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: sqlite3 pool: 5 timeout: 5000 development: <<: *default database: db/development.sqlite3 # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: <<: *default database: db/test.sqlite3 production: <<: *default database: db/production.sqlite3
# gem install ps # # Ensure the Postgres gem is defined in your Gemfile # gem 'ps' # default: &default adapter: postgresql encoding: unicode pool: 5 timeout: 5000 development: <<: *default database: drawmylife_development # 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: <<: *default database: drawmylife_test production: <<: *default database: drawmylife
Change from sqlite to postgres
Change from sqlite to postgres
YAML
mit
empowerhack/DrawMyLife-Service,empowerhack/DrawMyLife-Service,empowerhack/DrawMyLife-Service
2ec5aa5c4b2ea9171bffab68f464288dd70aa489
config/database.yml
config/database.yml
development: &defaults adapter : postgresql encoding : unicode database : fablabs_develop pool : 5 min_messages : WARNING username : <%= ENV['DEV_DB_USERNAME'] %> password : <%= ENV['DEV_DB_PASSWORD'] %> host : <%= ENV['DEV_DB_HOST'] || "127.0.0.1" %> test: <<: *defaults database : fablabs_testdb production: <<: *defaults database : <%= ENV['DB_NAME'] %> username : <%= ENV['DB_USERNAME'] %> password : <%= ENV['DB_PASSWORD'] %> host : <%= ENV['DB_HOST'] %>
development: &defaults adapter : postgresql encoding : unicode database : fablabs_develop pool : 5 min_messages : WARNING username : <%= ENV['DEV_DB_USERNAME'] || "postgres" %> password : <%= ENV['DEV_DB_PASSWORD'] %> host : <%= ENV['DEV_DB_HOST'] || "127.0.0.1" %> test: <<: *defaults database : fablabs_testdb production: <<: *defaults database : <%= ENV['DB_NAME'] %> username : <%= ENV['DB_USERNAME'] %> password : <%= ENV['DB_PASSWORD'] %> host : <%= ENV['DB_HOST'] %>
Add default postgres db user
Add default postgres db user
YAML
agpl-3.0
fablabbcn/fablabs,fablabbcn/fablabs,fablabbcn/fablabs
e6b4c330360db93aec8fa945a4572e7a889a3e86
metadata/com.developerfromjokela.motioneyeclient.yml
metadata/com.developerfromjokela.motioneyeclient.yml
Categories: - Graphics License: MIT SourceCode: https://github.com/developerfromjokela/motioneye-client IssueTracker: https://github.com/developerfromjokela/motioneye-client/issues Changelog: https://github.com/developerfromjokela/motioneye-client/commits/master Donate: https://www.paypal.me/developerfromjokela FlattrID: vjlrnn LiberapayID: '1609200' RepoType: git Repo: https://github.com/developerfromjokela/motioneye-client Builds: - versionName: 1.0.0-alp9 versionCode: 10000008 commit: 1.0.0-alp9 subdir: app gradle: - yes AutoUpdateMode: None UpdateCheckMode: Tags CurrentVersion: 1.0.0-alp9 CurrentVersionCode: 10000008
Categories: - Graphics License: MIT SourceCode: https://github.com/developerfromjokela/motioneye-client IssueTracker: https://github.com/developerfromjokela/motioneye-client/issues Changelog: https://github.com/developerfromjokela/motioneye-client/commits/master Donate: https://www.paypal.me/developerfromjokela FlattrID: vjlrnn LiberapayID: '1609200' AutoName: MotionEye Client RepoType: git Repo: https://github.com/developerfromjokela/motioneye-client Builds: - versionName: 1.0.0-alp9 versionCode: 10000008 commit: 1.0.0-alp9 subdir: app gradle: - yes AutoUpdateMode: None UpdateCheckMode: Tags CurrentVersion: 1.0.0-alp9 CurrentVersionCode: 10000008
Set autoname of MotionEye Client
Set autoname of MotionEye Client
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a4b45223dcfb080705d399c9cf44ce85be5de580
.expeditor/verify.pipeline.yml
.expeditor/verify.pipeline.yml
steps: - label: run-lint-and-specs-ruby-2.4 command: - apt-get update - apt-get install -y libarchive-dev - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: executor: docker: image: ruby:2.4-stretch - label: run-lint-and-specs-ruby-2.5 command: - apt-get update - apt-get install -y libarchive-dev - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: executor: docker: image: ruby:2.5-stretch - label: run-lint-and-specs-ruby-2.6 command: - apt-get update - apt-get install -y libarchive-dev - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: executor: docker: image: ruby:2.6-stretch
steps: - label: run-lint-and-specs-ruby-2.4 command: - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: executor: docker: image: ruby:2.4-stretch - label: run-lint-and-specs-ruby-2.5 command: - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: executor: docker: image: ruby:2.5-stretch - label: run-lint-and-specs-ruby-2.6 command: - bundle install --jobs=7 --retry=3 --without docs debug - bundle exec rake expeditor: executor: docker: image: ruby:2.6-stretch
Remove the libarchive install in BK
Remove the libarchive install in BK I cargo culted this one over on accident Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
chef/artifactory-client,chef/artifactory-client
c10fa260201c330fa443175aed05fe1c6fec3f9a
.expeditor/verify.pipeline.yml
.expeditor/verify.pipeline.yml
--- expeditor: cached_folders: - vendor defaults: buildkite: retry: automatic: limit: 1 timeout_in_minutes: 30 steps: - label: lint-chefstyle command: - .expeditor/run_linux_tests.sh "rake style" expeditor: executor: docker: image: ruby:2.7-buster - label: run-ohai command: - .expeditor/run_linux_tests.sh "bundle exec ohai" expeditor: executor: docker: image: ruby:2.7-buster - label: run-specs-ruby-2.5 command: - .expeditor/run_linux_tests.sh rspec expeditor: executor: docker: image: ruby:2.5-buster - label: run-specs-ruby-2.6 command: - .expeditor/run_linux_tests.sh rspec expeditor: executor: docker: image: ruby:2.6-buster - label: run-specs-ruby-2.7 command: - .expeditor/run_linux_tests.sh rspec expeditor: executor: docker: image: ruby:2.7-buster - label: run-specs-windows command: - bundle config --local path vendor/bundle - bundle install --jobs=7 --retry=3 --without=profile - bundle exec rake spec expeditor: executor: docker: host_os: windows
--- expeditor: cached_folders: - vendor defaults: buildkite: retry: automatic: limit: 1 timeout_in_minutes: 30 steps: - label: lint-chefstyle command: - .expeditor/run_linux_tests.sh "rake style" expeditor: executor: docker: image: ruby:2.7-buster - label: run-ohai command: - .expeditor/run_linux_tests.sh "bundle exec ohai" expeditor: executor: docker: image: ruby:2.7-buster - label: run-specs-ruby-2.6 command: - .expeditor/run_linux_tests.sh rspec expeditor: executor: docker: image: ruby:2.6-buster - label: run-specs-ruby-2.7 command: - .expeditor/run_linux_tests.sh rspec expeditor: executor: docker: image: ruby:2.7-buster - label: run-specs-windows command: - bundle config --local path vendor/bundle - bundle install --jobs=7 --retry=3 --without=profile - bundle exec rake spec expeditor: executor: docker: host_os: windows
Remove ruby 2.5 from CI.
Remove ruby 2.5 from CI. Signed-off-by: Pete Higgins <e3b6cda228242c30b711ac17cb264f1dbadfd0b6@peterhiggins.org>
YAML
apache-2.0
chef/ohai,chef/ohai,jaymzh/ohai,jaymzh/ohai
9b4dda6ff50a231ef54c6c57e88c6a62be98eb92
.github/workflows/homebrew.yml
.github/workflows/homebrew.yml
on: push: tags: - 'v*' jobs: homebrew: name: Bump Homebrew formula runs-on: ubuntu-latest steps: - uses: mislav/bump-homebrew-formula-action@v1 with: formula-name: gping env: COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
on: push: tags: - 'v*' - '!v*-post' jobs: homebrew: name: Bump Homebrew formula runs-on: ubuntu-latest steps: - uses: mislav/bump-homebrew-formula-action@v1 with: formula-name: gping env: COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
Exclude post tags from the CI
Exclude post tags from the CI
YAML
mit
orf/gping
6d48030ea1202a1e602c716c54e5b4392f14e03c
.github/workflows/valgrind.yml
.github/workflows/valgrind.yml
name: Valgrind on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: valgrind: name: Valgrind uses: steinwurf/valgrind-action/.github/workflows/action.yml@2.0.0 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
name: Valgrind on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: valgrind: name: Valgrind uses: steinwurf/valgrind-action/.github/workflows/action.yml@3.0.0 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
Update Valgrind to new version 3.0.0
Update Valgrind to new version 3.0.0
YAML
bsd-3-clause
steinwurf/endian,steinwurf/endian
66a6939ede21d3f187f7ecb1383608e37aa597db
.github/workflows/workflow.yml
.github/workflows/workflow.yml
name: Run tests on: push: branches: - master tags: - '*' pull_request: jobs: test: strategy: matrix: drupal_ver: [ 9,8,7 ] php_ver: [ '8.0','7.4','7.3' ] exclude: - drupal_ver: 8 php_ver: '8.0' - drupal_ver: 7 php_ver: '8.0' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: test env: DRUPAL_VER: ${{ matrix.drupal_ver }} PHP_VER: ${{ matrix.php_ver }} run: make test release: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') needs: test steps: - uses: actions/checkout@v2 - name: prepare artifact run: cp docker.mk Makefile && tar -czf docker4drupal.tar.gz docker-compose.yml docker-compose.override.yml mutagen Makefile .env traefik.yml - name: get tag name id: vars run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} - uses: xresloader/upload-to-github-release@v1 id: upload_artifact env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: file: docker4drupal.tar.gz overwrite: true tags: true draft: false tag_name: ${{ steps.vars.outputs.tag }}
name: Run tests on: push: branches: - master tags: - '*' pull_request: jobs: test: strategy: matrix: drupal_ver: [ 9,8,7 ] php_ver: [ '8.0','7.4','7.3' ] exclude: - drupal_ver: 8 php_ver: '8.0' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: test env: DRUPAL_VER: ${{ matrix.drupal_ver }} PHP_VER: ${{ matrix.php_ver }} run: make test release: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') needs: test steps: - uses: actions/checkout@v2 - name: prepare artifact run: cp docker.mk Makefile && tar -czf docker4drupal.tar.gz docker-compose.yml docker-compose.override.yml mutagen Makefile .env traefik.yml - name: get tag name id: vars run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} - uses: xresloader/upload-to-github-release@v1 id: upload_artifact env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: file: docker4drupal.tar.gz overwrite: true tags: true draft: false tag_name: ${{ steps.vars.outputs.tag }}
Test php 8.0 for drupal 7
Test php 8.0 for drupal 7
YAML
mit
wodby/docker4drupal,wodby/docker4drupal
efd647be9c0445e65933fd6580a33c193b7cdb6c
packages/at/atomic-file-ops.yaml
packages/at/atomic-file-ops.yaml
homepage: https://github.com/clintonmead/atomic-file-ops#readme changelog-type: '' hash: ce67f42736cda679ef6977c38c2b3fc1e70e4e73ef2c56c8a42d447115b0e3b5 test-bench-deps: {} maintainer: clintonmead@gmail.com synopsis: Functions to atomically write to files changelog: '' basic-deps: base: ! '>=4.7 && <5' io-string-like: -any filepath: -any filelock: -any directory: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.2.0.0' author: Clinton Mead latest: '0.2.0.0' description-type: haddock description: See module "System.IO.AtomicFileOps" for an overview and documentation. license-name: BSD3
homepage: https://github.com/clintonmead/atomic-file-ops#readme changelog-type: '' hash: af7e8ce2351c04d553e16ad4afd95caa17ea853fb8a2617cf0cb6c4d438c1847 test-bench-deps: {} maintainer: clintonmead@gmail.com synopsis: Functions to atomically write to files changelog: '' basic-deps: base: ! '>=4.7 && <5' io-string-like: -any filepath: -any filelock: -any directory: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.2.0.0' - '0.3.0.0' author: Clinton Mead latest: '0.3.0.0' description-type: haddock description: See module "System.IO.AtomicFileOps" for an overview and documentation. license-name: BSD3
Update from Hackage at 2018-01-15T04:35:33Z
Update from Hackage at 2018-01-15T04:35:33Z
YAML
mit
commercialhaskell/all-cabal-metadata
28bab85f0fde75cd2d9ef257974f4c4aae1ef5ca
packages/at/attoparsec-data.yaml
packages/at/attoparsec-data.yaml
homepage: https://github.com/nikita-volkov/attoparsec-data changelog-type: '' hash: bda04cd6a411b062a5a2559bea37fd2753c2d345df9932b6d3f4349df6afcef2 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Parsers for the standard Haskell data types changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base-prelude: <2 base: <5 time: ! '>=1.4 && <2' text: ! '>=1 && <2' attoparsec-time: ! '>=0.1.3 && <0.2' attoparsec: ==0.13.* scientific: ! '>=0.2 && <0.4' all-versions: - '0.1.1.1' - '0.1.1.2' - '1' - '1.0.1' author: Nikita Volkov <nikita.y.volkov@mail.ru> latest: '1.0.1' description-type: haddock description: '' license-name: MIT
homepage: https://github.com/nikita-volkov/attoparsec-data changelog-type: '' hash: a7a78a1f26515c1beab021ff670fe955dc3ff487a947511858ebdf2592906d6b test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Parsers for the standard Haskell data types changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base-prelude: <2 base: <5 time: ! '>=1.4 && <2' text: ! '>=1 && <2' attoparsec-time: ! '>=0.1.3 && <0.2' attoparsec: ==0.13.* scientific: ! '>=0.2 && <0.4' all-versions: - '0.1.1.1' - '0.1.1.2' - '1' - '1.0.1' - '1.0.2' author: Nikita Volkov <nikita.y.volkov@mail.ru> latest: '1.0.2' description-type: haddock description: '' license-name: MIT
Update from Hackage at 2017-04-24T04:22:21Z
Update from Hackage at 2017-04-24T04:22:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
2ff7966a21d861affa599c8697e57f80650b0cba
recipes/glcontext/meta.yaml
recipes/glcontext/meta.yaml
{% set name = "glcontext" %} {% set version = "2.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/moderngl/glcontext/archive/{{ version }}.tar.gz sha256: ea909aae793f84719db66f6f513de24fe2f095ed8f35c00e55094045ee8df9dc build: number: 0 script: {{ PYTHON }} -m pip install . -vv skip: true # [py<35] requirements: build: - {{ compiler('c') }} - {{ compiler('cxx') }} - {{ cdt('libx11-devel') }} # [linux] - {{ cdt('xorg-x11-proto-devel') }} # [linux] host: - python - pip run: - python test: imports: - glcontext about: home: https://github.com/moderngl/glcontext license: MIT license_family: MIT license_file: LICENSE summary: A library providing OpenGL implementation for ModernGL on multiple platforms. extra: recipe-maintainers: - cprogrammer1994 - patricksnape
{% set name = "glcontext" %} {% set version = "2.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/moderngl/glcontext/archive/{{ version }}.tar.gz sha256: ea909aae793f84719db66f6f513de24fe2f095ed8f35c00e55094045ee8df9dc build: number: 0 script: {{ PYTHON }} -m pip install . -vv skip: true # [py<35] requirements: build: - {{ compiler('c') }} - {{ compiler('cxx') }} - {{ cdt('libx11-devel') }} # [linux] - {{ cdt('xorg-x11-proto-devel') }} # [linux] host: - python - pip run: - python test: imports: - glcontext about: home: https://github.com/moderngl/glcontext license: MIT license_family: MIT license_file: LICENSE summary: A library providing OpenGL implementation for ModernGL on multiple platforms. extra: recipe-maintainers: - patricksnape
Remove maintainer will add on feedstock
Remove maintainer will add on feedstock
YAML
bsd-3-clause
conda-forge/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,patricksnape/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,igortg/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,patricksnape/staged-recipes
fe41f68fdcf914b9de79b3cdd372e7dc891b9a52
docs/_config.yml
docs/_config.yml
highlighter: pygments markdown: kramdown gems: - jekyll-redirect-from # For some reason kramdown seems to behave differently on different # OS/packages wrt encoding. So we hard code this config. kramdown: entity_output: numeric include: - _static - _modules # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. SPARK_VERSION: 2.0.0-preview SPARK_VERSION_SHORT: 2.0.0 SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.7" MESOS_VERSION: 0.21.0 SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK SPARK_GITHUB_URL: https://github.com/apache/spark
highlighter: pygments markdown: kramdown gems: - jekyll-redirect-from # For some reason kramdown seems to behave differently on different # OS/packages wrt encoding. So we hard code this config. kramdown: entity_output: numeric include: - _static - _modules # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. SPARK_VERSION: 2.0.0 SPARK_VERSION_SHORT: 2.0.0 SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.7" MESOS_VERSION: 0.21.0 SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK SPARK_GITHUB_URL: https://github.com/apache/spark
Update branch-2.0 for 2.0.0 release.
Update branch-2.0 for 2.0.0 release.
YAML
apache-2.0
gioenn/xSpark,gioenn/xSpark,gioenn/xSpark,gioenn/xSpark,gioenn/xSpark,gioenn/xSpark,gioenn/xSpark
c909d43e1fc7a631693dcea14af17d83dd547e07
.github/workflows/generate.yaml
.github/workflows/generate.yaml
name: Generate on: workflow_dispatch jobs: generate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Prep git run: | git config --global user.name 'GitHub Action' git config --global user.name 'jonskeet@users.noreply.github.com' - name: Generate run: scripts/detect_changes.sh - name: Push if: hashFiles('tmp/gh-pages/*') != '' run: | git -C tmp/gh-pages push origin gh-pages
name: Generate on: workflow_dispatch jobs: generate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Prep git run: | git config --global user.name 'GitHub Action' git config --global user.name 'jonskeet@users.noreply.github.com' - name: Generate run: scripts/detect_changes.sh - name: Push if: hashFiles('tmp/gh-pages/*') != '' run: | git -C tmp/gh-pages remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY git -C tmp/gh-pages push origin gh-pages
Set access token before pushing
Set access token before pushing
YAML
apache-2.0
nodatime/tzvalidate,jskeet/tzvalidate,nodatime/tzvalidate,nodatime/tzvalidate,nodatime/tzvalidate,jskeet/tzvalidate,jskeet/tzvalidate,jskeet/tzvalidate
ea8f6ffc325b7674847f19bde955e75befb0a8bd
.github/workflows/run-tests.yml
.github/workflows/run-tests.yml
name: Run tests on: push: branches: [main] pull_request: schedule: - cron: '0 0 * * *' jobs: test: strategy: matrix: php: ['7.3', '7.4', '8.0'] os: [ubuntu-latest, macos-latest] dependency-version: [prefer-lowest, prefer-stable] include: - phpunit: '9.*' - php: '7.3' phpunit: '8.*' name: PHP ${{ matrix.php }}, ${{ matrix.dependency-version }}, ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: actions/cache@v2 with: path: ~/.composer/cache/files key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ matrix.dependency-version }}-${{ hashFiles('composer.json') }} restore-keys: | ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ matrix.dependency-version }}- ${{ runner.os }}-php-${{ matrix.php }}-composer- - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - run: | composer require phpunit/phpunit:${{ matrix.phpunit }} --no-update --no-interaction composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction composer require illuminate/view --with-all-dependencies --no-interaction - run: vendor/bin/phpunit
name: Run tests on: push: branches: [main] pull_request: schedule: - cron: '0 0 * * *' jobs: test: strategy: matrix: php: ['7.3', '7.4', '8.0', '8.1'] os: [ubuntu-latest, macos-latest] dependency-version: [prefer-lowest, prefer-stable] include: - phpunit: '9.*' - php: '7.3' phpunit: '8.*' name: PHP ${{ matrix.php }}, ${{ matrix.dependency-version }}, ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: actions/cache@v2 with: path: ~/.composer/cache/files key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ matrix.dependency-version }}-${{ hashFiles('composer.json') }} restore-keys: | ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ matrix.dependency-version }}- ${{ runner.os }}-php-${{ matrix.php }}-composer- - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - run: | composer require phpunit/phpunit:${{ matrix.phpunit }} --no-update --no-interaction composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction composer require illuminate/view --with-all-dependencies --no-interaction - run: vendor/bin/phpunit
Add CI test run on PHP 8.1
Add CI test run on PHP 8.1
YAML
mit
loganhenson/tlint
f47a3e4eef1f88c7b8d8742bb5153c7ef2450f5e
docker/docker-compose.prod.yml
docker/docker-compose.prod.yml
version: "3.5" services: perlscripts: image: wnprcehr/ehrcron:latest depends_on: - "labkey" volumes: - "${BACKUP_DIR}:/backups" - "${PRIMATEFS_DIR}:/mnt/IT-Backups/" - "${PG_DUMP_DIR}:/usr/lib/postgresql/11/bin" networks: - network1 environment: LK_BACKGROUND_USER: LK_BACKGROUND_USER_PASSWORD: LK_BASE_URL: TZ: America/Chicago
version: "3.5" services: perlscripts: image: wnprcehr/ehrcron:21.7 depends_on: - "labkey" volumes: - "${BACKUP_DIR}:/backups" - "${PRIMATEFS_DIR}:/mnt/IT-Backups/" - "${PG_DUMP_DIR}:/usr/lib/postgresql/11/bin" networks: - network1 environment: LK_BACKGROUND_USER: LK_BACKGROUND_USER_PASSWORD: LK_BASE_URL: TZ: America/Chicago
Update ehrcron to following branch naming and docker hub tags.
Update ehrcron to following branch naming and docker hub tags.
YAML
apache-2.0
WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules,WNPRC-EHR-Services/wnprc-modules
39fe1983f933a646d233f60b88c2033036e5e4b3
.circle.yml
.circle.yml
machine: environment: PATH: /home/ubuntu/miniconda/bin:$PATH dependencies: pre: - "wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh" - "bash miniconda.sh -b -p $HOME/miniconda" - "conda install -f requirements/tests.txt" test: override: - | git config --global user.name "Anthony Scopatz" git config --global user.email scopatz@gmail.com py.test -v ./tests/
machine: environment: PATH: /home/ubuntu/miniconda/bin:$PATH dependencies: pre: - "wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh" - "bash miniconda.sh -b -p $HOME/miniconda" - "conda install --file requirements/tests.txt" test: override: - | git config --global user.name "Anthony Scopatz" git config --global user.email scopatz@gmail.com py.test -v ./tests/
Use correct flag for conda
Use correct flag for conda
YAML
bsd-3-clause
ergs/rever,scopatz/rever
a228e5def3bb3c02f45ad312e9d715f5a89091e0
util/ansible/roles/composer/tasks/main.yml
util/ansible/roles/composer/tasks/main.yml
--- - name: Install Composer shell: curl -fsSL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer args: warn: no - name: Ensure vendor folder exists file: path="{{ item }}" state=directory owner=azuracast group=www-data mode=0744 with_items: - "{{ www_base }}/vendor" - "{{ www_base }}/composer.lock" - name: Install Composer Dependencies (Development) become: true become_user: azuracast shell: composer install args: chdir: "{{ www_base }}" when: app_env == "development" - name: Install Composer Dependencies (Production) become: true become_user: azuracast shell: composer install --no-dev --optimize-autoloader args: chdir: "{{ www_base }}" when: app_env == "production"
--- - name: Install Composer shell: curl -fsSL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer args: warn: no - name: Ensure vendor folder exists file: path: "{{ www_base }}/vendor" state: directory owner: azuracast group: www-data mode: 0744 - name: Ensure composer.lock exists file: path: "{{ www_base }}/composer.lock" state: file owner: azuracast group: www-data mode: 0744 - name: Install Composer Dependencies (Development) become: true become_user: azuracast shell: composer install args: chdir: "{{ www_base }}" when: app_env == "development" - name: Install Composer Dependencies (Production) become: true become_user: azuracast shell: composer install --no-dev --optimize-autoloader args: chdir: "{{ www_base }}" when: app_env == "production"
Fix composer lock status for Ansible installs.
Fix composer lock status for Ansible installs.
YAML
agpl-3.0
SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast
df396304418a39025c84e4ce8b61af6b73626a5a
beets/config.yaml
beets/config.yaml
library: ~/Music/library/library.db directory: ~/Music/library/files plugins: chroma bandcamp discogs embedart fetchart importfeeds lastgenre # Use English names if possible languages: - en # Use the album's original date instead of the release's date original_date: yes # Prevent iTunes from being an asshole and not importing some files asciify_paths: yes max_filename_length: 150 bandcamp: art: true importfeeds: absolute_path: yes dir: ~/Music/library/imports formats: link fetchart: sources: filesystem coverart discogs amazon albumart lastgenre: # auto: yes canonical: ~/.config/beets/canonical.txt # count: 1 # fallback: '' force: no min_weight: 6 # prefer_specific: no # separator: ', ' # source: album whitelist: ~/.config/beets/whitelist.txt
library: ~/Music/library/library.db directory: ~/Music/library/files plugins: chroma bandcamp discogs embedart fetchart importfeeds lastgenre # Use English names if possible languages: - en # Use the album's original date instead of the release's date original_date: yes # Play it safe with filenames asciify_paths: yes max_filename_length: 150 bandcamp: art: true importfeeds: absolute_path: yes dir: ~/Music/library/imports formats: link fetchart: sources: filesystem coverart discogs amazon albumart lastgenre: # auto: yes canonical: ~/.config/beets/canonical.txt # count: 1 # fallback: '' force: no min_weight: 6 # prefer_specific: no # separator: ', ' # source: album whitelist: ~/.config/beets/whitelist.txt
Clarify a comment in Beets confg
Clarify a comment in Beets confg
YAML
mit
montchr/dotfiles,montchr/dotfiles,montchr/dotfiles,montchr/dotfiles