Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmhughes committed Feb 6, 2024
1 parent 4f900d2 commit 181be60
Show file tree
Hide file tree
Showing 23 changed files with 17 additions and 516 deletions.
3 changes: 2 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ docs_url: ''
license: apache
loaders:
- module
- state
- returner
- runner
max_salt_version: 3006
no_saltext_namespace: false
package_name: mattermost
Expand Down
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Salt Extension for interacting with Mattermost
:hidden:

ref/modules/index
ref/states/index
ref/returners/index
ref/runners/index
ref/utils/index

.. toctree::
:maxdepth: 2
Expand Down
1 change: 0 additions & 1 deletion docs/ref/modules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ _________________
:toctree:

mattermost
mattermost_mod

This file was deleted.

6 changes: 0 additions & 6 deletions docs/ref/modules/saltext.mattermost.modules.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/ref/returners/saltext.mattermost.returners.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/ref/runners/saltext.mattermost.runners.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/ref/states/index.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/ref/states/saltext.mattermost.states.mattermost_mod.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/ref/states/saltext.mattermost.states.rst

This file was deleted.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ classifiers = [
]
requires-python = ">= 3.8"
dynamic = ["version"]
dependencies = []
dependencies = [
"salt>=3005",
]

[project.readme]
file = "README.md"
Expand Down
27 changes: 0 additions & 27 deletions src/saltext/mattermost/modules/mattermost_mod.py

This file was deleted.

Empty file.
30 changes: 0 additions & 30 deletions src/saltext/mattermost/states/mattermost_mod.py

This file was deleted.

9 changes: 6 additions & 3 deletions src/saltext/mattermost/utils/mattermost.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
"""
Library for interacting with Mattermost Incoming Webhooks
:configuration: This module can be used by specifying the name of a
configuration profile in the minion config, minion pillar, or master
config.
:configuration: This module can be used by specifying the name of a
configuration profile in the minion config, minion pillar, or master
config.
For example:
.. code-block:: yaml
mattermost:
Expand Down
16 changes: 0 additions & 16 deletions tests/functional/modules/test_mattermost.py

This file was deleted.

18 changes: 0 additions & 18 deletions tests/functional/states/test_mattermost.py

This file was deleted.

13 changes: 0 additions & 13 deletions tests/integration/modules/test_mattermost.py

This file was deleted.

140 changes: 0 additions & 140 deletions tests/pytests/functional/conftest.py

This file was deleted.

Loading

0 comments on commit 181be60

Please sign in to comment.