Skip to content

Commit

Permalink
feat(formula): add jetbrains-resharper-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 19, 2020
1 parent 6742b49 commit 310e64f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ ssf:
- jetbrains-intellij
- jetbrains-phpstorm
- jetbrains-pycharm
- jetbrains-resharper
- jetbrains-rider
- jetbrains-rubymine
- keepalived
Expand Down
3 changes: 2 additions & 1 deletion ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ssf_node_anchors:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "ci(kitchen+travis): adjust matrix to add '`'3000.3'`'"
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/188'
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/189'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down Expand Up @@ -437,6 +437,7 @@ ssf:
1:
<<: *isk_suite_default
name: 'arch'
jetbrains-resharper: *formula_default
jetbrains-rider:
<<: *formula_default
context:
Expand Down
3 changes: 2 additions & 1 deletion ssf/files/tofs_template-formula/docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ These formulas are already compatible with semantic-release *and* have global ``
#. `jetbrains-intellij-formula <https://github.com/saltstack-formulas/jetbrains-intellij-formula>`_
#. `jetbrains-phpstorm-formula <https://github.com/saltstack-formulas/jetbrains-phpstorm-formula>`_
#. `jetbrains-pycharm-formula <https://github.com/saltstack-formulas/jetbrains-pycharm-formula>`_
#. `jetbrains-resharper-formula <https://github.com/saltstack-formulas/jetbrains-resharper-formula>`_
#. `jetbrains-rider-formula <https://github.com/saltstack-formulas/jetbrains-rider-formula>`_
#. `jetbrains-rubymine-formula <https://github.com/saltstack-formulas/jetbrains-rubymine-formula>`_
#. `letsencrypt-formula <https://github.com/saltstack-formulas/letsencrypt-formula>`_
Expand All @@ -198,7 +199,7 @@ These formulas are already compatible with semantic-release *and* have global ``

These formulas are also compatible with semantic-release:

33. `apache-formula <https://github.com/saltstack-formulas/apache-formula>`_
34. `apache-formula <https://github.com/saltstack-formulas/apache-formula>`_
#. `apt-cacher-formula <https://github.com/saltstack-formulas/apt-cacher-formula>`_
#. `cert-formula <https://github.com/saltstack-formulas/cert-formula>`_
#. `chrony-formula <https://github.com/saltstack-formulas/chrony-formula>`_
Expand Down
41 changes: 41 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,47 @@ ssf:
kitchen.yml:
<<: *file__kitchen--yml
alt_semrel_formula: 'pycharm'
jetbrains-resharper:
context:
codeowners:
entries:
global:
- '*': '@noelmcloughlin'
git:
github:
repo: 'jetbrains-resharper-formula'
inspec_suites_kitchen:
0:
inspec_yml:
summary: >-
Verify that the resharper formula is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: 'test/salt/default/pillar.sls' # TODO: CHANGE
state_top:
- '*':
- .clean
- .
platforms: *platforms_new
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , master, 3, default]
- [centos , 8 , master, 3, default]
- [fedora , 31 , master, 3, default]
- [opensuse/leap, 15.1 , master, 3, default]
- [arch-base , latest, 2019.2, 2, default]
use_tofs: true
semrel_files:
<<: *semrel_files_default
formula/libtofs.jinja:
<<: *file__formula__libtofs--jinja
alt_semrel_formula: 'resharper'
inspec/inspec.yml:
<<: *file__inspec__inspec--yml
alt_semrel_formula: 'resharper'
kitchen.yml:
<<: *file__kitchen--yml
alt_semrel_formula: 'resharper'
jetbrains-rider:
context:
codeowners:
Expand Down

0 comments on commit 310e64f

Please sign in to comment.