tcplugins/tcWebHooks

Version 1.2.0 Release Candidate Buglets

netwolfuk opened this issue · 12 comments

  • Saving a webhook on /webhooks/index.html with all events checked does not set description to "All Build Events" Fixed
  • Saving a webhook on /webhooks/index.html does not fire "build finished events" Fixed
  • Can't easily add "Quick Filters" on filters UI" See #97 Fixed
  • Viewing webhook configurations for a build does not correctly show webhooks only relevant to that build.
  • Editing WebHook Project Parameters on /webhooks/index.html requires REST API to be installed.
  • Edit/delete links on project settings page are not hidden when REST API is not installed. - Fixed
  • /webhooks/index.html does not show project templates. - Fixed
  • Some links on the webhooks/index.html page refer to non-existant pages - Fixed
  • webhooks/index.html is not editable on production TeamCity instance (dev mode is not set to true) - Fixed

Best guess at the moment is the JavaScript minification is messing with the script because it says the WebHookPlugin object is not found

webhooks/index.html does not successfully delete webhooks.
They are removed from the config on disk but still appear in the UI.
- Fixed

Error message is not correctly displayed on webhooks/index.html when internal server error occurs. - Fixed

Instead the response is a text string of the error objects hash.

Check that webhook preview and test still work. - fixed
Check that template editing still works. - no issues

Check the secure values checkbox is saved to webhook config. - fixed

Allow copying a template without TeamCity administrator privileges. See #131 - Fixed

Improve wording WRT parent project templates when viewing the templates section of the project edit tab. - Fixed

Should indicate that there are projects available from parent projects.

Some templates don't show an associated project on the templates when editing the template.
Note: Is shown on list template page.

When viewing only templates for a project, include a link to remove the project filter (eg, see _Root templates). - Fixed

Figure out how to remove the JavaScript test code from the packaged plug-in, as it adds 2MB. - Fixed

Fix build queued message for slack template - Fixed