Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(formula): add jetbrains-rider-formula #188

Merged
merged 1 commit into from
May 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-rider
- jetbrains-rubymine
- keepalived
- letsencrypt
Expand Down
13 changes: 11 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "feat(semantic-release): standardise for this formula"
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/187'
title: "ci(kitchen+travis): adjust matrix to add '`'3000.3'`'"
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/188'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down Expand Up @@ -437,6 +437,15 @@ ssf:
1:
<<: *isk_suite_default
name: 'arch'
jetbrains-rider:
<<: *formula_default
context:
<<: *context_default
inspec_suites_kitchen:
<<: *isk_default
1:
<<: *isk_suite_default
name: 'arch'
jetbrains-rubymine:
<<: *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-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>`_
#. `libvirt-formula <https://github.com/saltstack-formulas/libvirt-formula>`_
Expand All @@ -197,7 +198,7 @@ These formulas are already compatible with semantic-release *and* have global ``

These formulas are also compatible with semantic-release:

32. `apache-formula <https://github.com/saltstack-formulas/apache-formula>`_
33. `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
62 changes: 62 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,68 @@ ssf:
kitchen.yml:
<<: *file__kitchen--yml
alt_semrel_formula: 'pycharm'
jetbrains-rider:
context:
codeowners:
entries:
global:
- '*': '@noelmcloughlin'
git:
github:
repo: 'jetbrains-rider-formula'
inspec_suites_kitchen:
0:
excludes: *platforms_os_arch_base_new
inspec_yml:
summary: >-
Verify that the rider formula is setup and configured correctly
provisioner:
pillars_from_files:
- .sls: 'test/salt/default/pillar.sls' # TODO: CHANGE
state_top:
- '*':
- .clean
- .
1:
includes: *platforms_os_arch_base_new
inspec_yml:
summary: >-
Verify that the rider formula is setup and configured correctly
(on Arch Linux)
provisioner:
pillars_from_files:
- .sls: 'test/salt/default/pillar.sls' # TODO: CHANGE
state_top:
- '*':
- .clean
- .
inspec_suites_matrix:
- default
- arch
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, arch]
use_tofs: true
yamllint:
ignore:
additional:
- rider/osfamilymap.yaml
semrel_files:
<<: *semrel_files_default
formula/libtofs.jinja:
<<: *file__formula__libtofs--jinja
alt_semrel_formula: 'rider'
inspec/inspec.yml:
<<: *file__inspec__inspec--yml
alt_semrel_formula: 'rider'
kitchen.yml:
<<: *file__kitchen--yml
alt_semrel_formula: 'rider'
jetbrains-rubymine:
context:
codeowners:
Expand Down