Skip to content

Commit c433449

Browse files
authored
Merge pull request #72 from anarnold97/MTA-4264-Tags-are-not-accessible-in-SVN-repositories
To be merged for 7.1 - MTA-4264: Tags are inaccessible in SVN repositories
2 parents b1c6ce0 + 3b86c0a commit c433449

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

docs/topics/mta-web-adding-applications.adoc

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,41 +22,45 @@ Before creating an application, set up business services, check tags and tag cat
2222
. In the *Migration* view, click *Application Inventory*.
2323
. Click *Create new*.
2424
. Under *Basic information*, enter the following fields:
25-
* *Name*: A unique name for the new application.
25+
* *Name*: A unique name for the new application.
2626
* *Description*: A short description of the application (optional).
2727
* *Business service*: A purpose of the application (optional).
2828
* *Manual tags*: Software tags that characterize the application (optional, one or more).
29-
* *Owner*: A registered software owner from the drop-down list (optional).
29+
* *Owner*: A registered software owner from the drop-down list (optional).
3030
* *Contributors*: Contributors from the drop-down list (optional, one or more).
3131
* *Comments*: Relevant comments on the application (optional).
3232

3333
. Click *Source Code* and enter the following fields:
34-
// ![](/Tackle2/AddingApps/NewAppSource.png)
3534
* *Repository type*: *Git* or *Subversion*.
3635
* *Source repository*: A URL of the repository where the software code is saved.
36+
** For Subversion: this must be either the URL to the root of the repository or a fully qualified URL which (optionally) includes the branch and nested directory. When fully qualified, the *Branch* and *Root path* must be blank.
3737
* *Branch*: An application code branch in the repository (optional).
38+
** For Git: this may be any reference; `commit-hash`, `branch` or `tag`.
39+
** For Subversion: this may be a fully qualified path to a branch or tag, for example, `branches/stable` or `tags/stable`. This must be blank when the Source repository URL includes the branch.
3840
* *Root path*: A root path inside the repository for the target application (optional).
41+
** For Subversion: this must be blank when the Source Repository URL includes the root path.
3942

40-
+
41-
NOTE: If you enter any value in either the Branch or Root path fields, the Source repository field becomes mandatory.
43+
44+
+
45+
NOTE: If you enter any value in either the Branch or Root path fields, the Source repository field becomes mandatory.
4246

4347
. Optional: Click *Binary* and enter the following fields:
4448
// ![](/Tackle2/AddingApps/NewAppBinary.png)
4549
* *Group*: The Maven group for the application artifact.
46-
* *Artifact*: The Maven artifact for the application.
50+
* *Artifact*: The Maven artifact for the application.
4751
* *Version*: A software version of the application.
4852
* *Packaging*: The packaging for the application artifact, for example, `JAR`, `WAR`, or `EAR`.
4953

50-
+
51-
NOTE: If you enter any value in any of the Binary section fields, all fields automatically become mandatory.
54+
+
55+
NOTE: If you enter any value in any of the Binary section fields, all fields automatically become mandatory.
5256

5357
. Click *Create*. The new application appears in the list of defined applications.
5458

5559
.Automated Tasks
5660

5761
After adding a new application to the *Application Inventory*, you can set your cursor to hover over the application name to see the automated tasks spawned by adding the application. The language discovery task identifies the programming languages in the application. The technology discovery task identifies specific technologies in the application. The tasks automatically add appropriate tags to the application, reducing the effort involved in manually assigning tags to the application. After these tasks are complete, the number of tags added to the application will appear under the *Tags* column. To view the tags:
5862

59-
. Click on the application's row entry. A side pane opens.
63+
. Click on the application's row entry. A side pane opens.
6064
. Click the *Tags* tab. The tags attached to the application are displayed.
6165

6266
You can add additional tags manually as needed. When MTA analyzes the application, it can add additional tags to the application automatically.

0 commit comments

Comments
 (0)