Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.2.0 Release Candidate Buglets #206

Closed
netwolfuk opened this issue Sep 9, 2022 · 12 comments
Closed

Version 1.2.0 Release Candidate Buglets #206

netwolfuk opened this issue Sep 9, 2022 · 12 comments
Assignees
Milestone

Comments

@netwolfuk
Copy link
Member

netwolfuk commented Sep 9, 2022

  • 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 Teamcity notifies on personal builds #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 netwolfuk self-assigned this Sep 9, 2022
@netwolfuk netwolfuk added this to the v1.2 milestone Sep 9, 2022
@netwolfuk
Copy link
Member Author

netwolfuk commented Sep 9, 2022

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

@netwolfuk
Copy link
Member Author

netwolfuk commented Sep 9, 2022

  • 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
Copy link
Member Author

netwolfuk commented Sep 10, 2022

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

@netwolfuk
Copy link
Member Author

netwolfuk commented Sep 10, 2022

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
Copy link
Member Author

netwolfuk commented Sep 11, 2022

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

@netwolfuk
Copy link
Member Author

netwolfuk commented Sep 20, 2022

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

@netwolfuk
Copy link
Member Author

netwolfuk commented Oct 7, 2022

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

@netwolfuk
Copy link
Member Author

netwolfuk commented Oct 17, 2022

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
Copy link
Member Author

netwolfuk commented Oct 17, 2022

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

@netwolfuk
Copy link
Member Author

netwolfuk commented Oct 17, 2022

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

@netwolfuk
Copy link
Member Author

netwolfuk commented Oct 17, 2022

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

@netwolfuk
Copy link
Member Author

netwolfuk commented Nov 7, 2022

Fix build queued message for slack template - Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant