mattermost-plugin-shelfmark/server
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Felipe M. 620d601091
All checks were successful
ci / lint (push) Successful in 4m44s
ci / test (push) Successful in 4m0s
ci / build (push) Successful in 7m17s
release / release (push) Successful in 7m19s
Add System Console button to test Shelfmark connection.
Expose an admin-only endpoint that validates the saved plugin configuration against the Shelfmark server, and surface it in the plugin settings UI.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 10:39:10 +02:00
..
shelfmark Add System Console button to test Shelfmark connection. 2026-07-29 10:39:10 +02:00
.gitignore Initial plugin scaffold from the mattermost-plugin-starter-template 2026-03-16 10:41:22 +01:00
api.go Add System Console button to test Shelfmark connection. 2026-07-29 10:39:10 +02:00
api_test.go Add System Console button to test Shelfmark connection. 2026-07-29 10:39:10 +02:00
configuration.go Add System Console button to test Shelfmark connection. 2026-07-29 10:39:10 +02:00
configuration_test.go Fix concurrency bugs, error handling, and add comprehensive unit tests 2026-03-17 17:17:38 +01:00
i18n.go Validate channel existence and Shelfmark reachability on config change 2026-03-18 17:55:08 +01:00
i18n_test.go Add i18n support for user-facing messages and rewrite README 2026-03-17 17:55:33 +01:00
job.go Add book request functionality to RHS panel 2026-03-18 12:52:11 +01:00
job_test.go Fix concurrency bugs, error handling, and add comprehensive unit tests 2026-03-17 17:17:38 +01:00
kvstore.go Add book request functionality to RHS panel 2026-03-18 12:52:11 +01:00
kvstore_test.go Fix concurrency bugs, error handling, and add comprehensive unit tests 2026-03-17 17:17:38 +01:00
main.go Initial plugin scaffold from the mattermost-plugin-starter-template 2026-03-16 10:41:22 +01:00
plugin.go Add Team ID restriction to limit plugin to a specific team 2026-03-18 13:13:40 +01:00
plugin_test.go Validate channel existence and Shelfmark reachability on config change 2026-03-18 17:55:08 +01:00
requestbook.go Add i18n support for user-facing messages and rewrite README 2026-03-17 17:55:33 +01:00
requestbook_test.go Add i18n support for user-facing messages and rewrite README 2026-03-17 17:55:33 +01:00