Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
plugins: fix status
Browse files Browse the repository at this point in the history
  • Loading branch information
atmaxinger committed Jul 28, 2023
1 parent 4fb464a commit 1d45665
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/plugins/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- infos/needs =
- infos/recommends =
- infos/placements = backend
- infos/status = unittest nodep configurable nodoc
- infos/status = nodep nodoc
- infos/description = Plugin implementing full backend functionality

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- infos/provides =
- infos/recommends =
- infos/placements = pregetcache postgetcache
- infos/status = unittest nodep experimental
- infos/status = unittest experimental
- infos/metadata =
- infos/description = caches keysets from previous `kdbGet()` calls

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/ccode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- infos/needs =
- infos/recommends =
- infos/placements = postgetstorage presetstorage
- infos/status = unittest nodep libc discouraged
- infos/status = unittest nodep libc configurable discouraged
- infos/description = Decoding/Encoding engine which escapes unwanted characters.

# CCode
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/crypto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- infos/needs =
- infos/recommends =
- infos/placements = postgetstorage presetstorage
- infos/status = unittest configurable unfinished discouraged
- infos/status = unittest configurable memleak unfinished discouraged
- infos/metadata = crypto/encrypt
- infos/description = Cryptographic operations

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- infos/needs =
- infos/recommends =
- infos/placements = prerollback rollback postrollback getresolver pregetstorage getstorage procgetstorage postgetstorage setresolver presetstorage setstorage precommit commit postcommit
- infos/status = nodep libc configurable experimental nodoc discouraged -1000000
- infos/status = nodep libc experimental discouraged -1000000
- infos/metadata =
- infos/description = documentation plugin without functionality

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/gpgme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- infos/needs =
- infos/recommends =
- infos/placements = postgetstorage presetstorage
- infos/status = unittest configurable experimental unfinished
- infos/status = unittest configurable memleak experimental unfinished
- infos/metadata = crypto/encrypt gpg/binary
- infos/description = Cryptographic operations wit GnuPG Made Easy (GPGME)

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/keytometa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- infos/provides = conv
- infos/needs =
- infos/placements = presetstorage postgetstorage
- infos/status = unittest tested nodep libc discouraged
- infos/status = unittest tested nodep libc configurable discouraged
- infos/metadata =
- infos/description = conversion of keys to metakeys and vice versa

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/lineendings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- infos/needs =
- infos/provides =
- infos/placements = pregetstorage postgetstorage precommit
- infos/status = maintained unittest nodep configurable nodoc
- infos/status = maintained unittest nodep configurable
- infos/description = verifies line endings of files

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/noresolver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- infos/provides = resolver
- infos/needs =
- infos/placements = rollback getresolver setresolver commit
- infos/status = maintained nodep libc configurable nodoc discouraged
- infos/status = maintained nodep libc configurable discouraged
- infos/description = resolver dummy that always succeeds

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/resolver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- infos/provides = resolver
- infos/needs =
- infos/placements = rollback getresolver setresolver commit
- infos/status = productive maintained specific unittest tested libc
- infos/status = productive maintained specific unittest tested libc nodep configurable
- infos/description = system independent resolver

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- infos/provides = version
- infos/recommends =
- infos/placements = backend
- infos/status = unittest nodep nodoc
- infos/status = unittest nodep
- infos/metadata =
- infos/description = Provides version information for this Elektra installation.

Expand Down

0 comments on commit 1d45665

Please sign in to comment.