This is an old revision of this page, as edited by Valerie Andrianova (talk | contribs) at 17:58, 30 July 2010. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 17:58, 30 July 2010 by Valerie Andrianova (talk | contribs)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)This article may meet Misplaced Pages's criteria for speedy deletion as an article about a real person, individual animal, organization (band, club, company, etc.), web content or organized event that does not credibly indicate the importance or significance of the subject. See CSD A7.%5B%5BWP%3ACSD%23A7%7CA7%5D%5D%3A+Article+about+%5B%5BWP%3ACSD%23A7%7Can+eligible+subject%5D%5D%2C+which+does+not+%5B%5BWP%3ACCS%7Ccredibly+indicate+the+importance+or+significance%5D%5D+of+the+subjectA7
If this article does not meet the criteria for speedy deletion, or you intend to fix it, please remove this notice, but do not remove this notice from pages that you have created yourself. If you created this page and you disagree with the given reason for deletion, you can click the button below and leave a message explaining why you believe it should not be deleted. You can also visit the talk page to check if you have received a response to your message. Note that this article may be deleted at any time if it unquestionably meets the speedy deletion criteria, or if an explanation posted to the talk page is found to be insufficient.
Note to administrators: this article has content on its talk page which should be checked before deletion. Please use a more specific template – {{db-person}}, {{db-animal}}, {{db-band}}, {{db-club}}, {{db-inc}}, {{db-web}} or {{db-event}} – where possible.Administrators: check links, talk, history (last), and logs before deletion. Please confirm before deletion that the page doesn't seem to be intended as the author's userpage. If it does, please move it to the proper location instead. Please also note that this tag will occasionally be used in place of the tags for criteria CSD A9 (musical recordings) and A11 (WP:MADEUP), as both of these also refer to lack of importance/significance. Consider checking Google. This page was last edited by Valerie Andrianova (contribs | logs) at 17:58, 30 July 2010 (UTC) (14 years ago) |
This article may meet Misplaced Pages's criteria for speedy deletion because in its current form it serves only to promote or publicise an entity, person, product, or idea, and would require a fundamental rewrite in order to become encyclopedic. However, the mere fact that a company, organization, or product is a page's subject does not, on its own, qualify that page for deletion under this criterion. This criterion also does not apply where substantial encyclopedic content would remain after removing the promotional material as deletion is not cleanup; in this case please remove the promotional material yourself, or add the {{advert}} tag to alert others to do so. See CSD G11.%5B%5BWP%3ACSD%23G11%7CG11%5D%5D%3A+Unambiguous+%5B%5BWP%3ANOTADVERTISING%7Cadvertising%5D%5D+or+promotionG11
If this article does not meet the criteria for speedy deletion, or you intend to fix it, please remove this notice, but do not remove this notice from pages that you have created yourself. If you created this page and you disagree with the given reason for deletion, you can click the button below and leave a message explaining why you believe it should not be deleted. You can also visit the talk page to check if you have received a response to your message. Note that this article may be deleted at any time if it unquestionably meets the speedy deletion criteria, or if an explanation posted to the talk page is found to be insufficient.
Note to administrators: this article has content on its talk page which should be checked before deletion. Administrators: check links, talk, history (last), and logs before deletion. Consider checking Google.This page was last edited by Valerie Andrianova (contribs | logs) at 17:58, 30 July 2010 (UTC) (14 years ago) |
Developer(s) | JetBrains |
---|---|
Initial release | October 29, 2009 (2009-10-29) |
Stable release | 2.0 / May 26, 2010 (2010-05-26) |
Written in | Java via JetBrains MPS |
Operating system | Cross-platform |
Type | Bug tracking system |
License | Proprietary |
Website | jetbrains.com/youtrack |
YouTrack is a commercial World Wide Web-based bug tracker and issue tracking system developed by JetBrains. It focuses on a keyboard-centric user experience, a query-based issue search with auto-completion, and manipulating issues in batches. Originally developed and internally used under the name "Charisma," the product was renamed prior to initial release due to copyright implications.
Architecture
YouTrack is implemented in compliance with the LOP paradigm and is the first commercial product developed using JetBrains MPS and a set of JetBrains' own DSLs . It uses BerkleyDB for entity persistence. For Remote Procedure Calls (RPC), YouTrack supports a RESTful API. YouTrack integrates with a number of source control programs (SCM) such as Subversion, CVS, Clearcase, Visual SourceSafe, Mercurial, Git, and Perforce through TeamCity. It also has an integration with TeamCity, IntelliJ IDEA and supports user authentication with Google Account, Yahoo!, OpenID and LDAP. YouTrack is capable of importing issues from JIRA and Google Code bug tracker. YouTrack provides a Python library for importing issues from other tracking systems.
User Interface
YouTrack's AJAX-based user interface provides both keyboard and mouse interaction. Searching for issues is implemented via human-language-like query syntax and performed from a single search box.
System Requirements and Distribution Types
YouTrack is cross-platform and works on any Java-enabled operating system, including Microsoft Windows, Linux (*nix), Mac OS X and Solaris. It has three distribution types: web archive (.war) which can be deployed to almost any servlet container (Tomcat, Jetty, etc.); runnable Java archive (.jar) which bundles Jetty and is ready to be started without any additional installation; and Windows Installer (.exe) which installs and configures JRE and Tomcat with the deployed YouTrack web archive.
YouTrack RESTful API
YouTrack RESTful API allows developers to perform various actions programmatically, including:
- Importing existing projects and issues from other bug tracking systems.
- Creating, modifying, getting all the issues attributes.
- Manipulating projects, users, groups and roles.
License and Editions
YouTrack is distributed under a commercial license in three editions: Enterprise Edition, Professional Edition, and Starter Edition. The top Enterprise Edition supports unlimited user accounts and projects, as well as LDAP authentication.
References
- "New Bug Tracker - YouTrack 1.0 Release". Javalobby. Retrieved October 30, 2009.
- "JetBrains upgrades YouTrack bug tracker". InfoWorld. Retrieved May 26,2010.
{{cite web}}
: Check date values in:|accessdate=
(help) - "Language Oriented Programming:The Next Programming Paradigm" (PDF).
- "Evolving Java Without Changing the Language:Custom DSLs". InfoQ.
- "Python Client Library".
- "JetBrains Releases Bug and Issue Tracking Beta". Dr.Dobb's.
- "YouTrack REST API Reference".