tcWebHooks icon indicating copy to clipboard operation
tcWebHooks copied to clipboard

Version 1.2.0 Release Candidate Buglets

Open netwolfuk opened this issue 2 years ago • 6 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

netwolfuk avatar Sep 09 '22 11:09 netwolfuk

  • ~~Some links on the webhooks/index.html page refer to non-existant pages~~ - Fixed

netwolfuk avatar Sep 09 '22 20:09 netwolfuk

  • ~~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

netwolfuk avatar Sep 09 '22 23:09 netwolfuk

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

netwolfuk avatar Sep 10 '22 08:09 netwolfuk

~~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.

netwolfuk avatar Sep 10 '22 21:09 netwolfuk

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

netwolfuk avatar Sep 11 '22 11:09 netwolfuk

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

netwolfuk avatar Sep 20 '22 07:09 netwolfuk

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

netwolfuk avatar Oct 07 '22 19:10 netwolfuk

~~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.

netwolfuk avatar Oct 17 '22 05:10 netwolfuk

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

netwolfuk avatar Oct 17 '22 05:10 netwolfuk

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

netwolfuk avatar Oct 17 '22 05:10 netwolfuk

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

netwolfuk avatar Oct 17 '22 20:10 netwolfuk

~~Fix build queued message for slack template~~ - Fixed

netwolfuk avatar Nov 07 '22 18:11 netwolfuk