@appland/appmap 3.140.1 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/built/cmds/index/index.js +1 -1
- package/built/cmds/index/index.js.map +1 -1
- package/built/cmds/index/rpc.js +2 -1
- package/built/cmds/index/rpc.js.map +1 -1
- package/built/docs/appmap-docs.md +27 -0
- package/built/docs/get-started-with-appmap/add-appmap-to-your-code-editor.md +98 -0
- package/built/docs/get-started-with-appmap/index.md +20 -0
- package/built/docs/get-started-with-appmap/making-appmap-data.md +151 -0
- package/built/docs/get-started-with-appmap/navie-ai-quickstart.md +73 -0
- package/built/docs/guides/exporting-appmap-diagrams.md +1 -1
- package/built/docs/guides/handling-large-appmap-diagrams.md +1 -1
- package/built/docs/guides/index.md +3 -1
- package/built/docs/{navie/using-navie.md → guides/navie-best-practices.md} +20 -14
- package/built/docs/guides/navigating-code-objects.md +67 -0
- package/built/docs/guides/openapi.md +1 -1
- package/built/docs/guides/reading-sql-in-appmap-diagrams.md +1 -1
- package/built/docs/guides/refine-appmap-data.md +1 -1
- package/built/docs/guides/reverse-engineering.md +2 -2
- package/built/docs/guides/runtime-code-review.md +1 -1
- package/built/docs/guides/{configuring-analysis.md → using-appmap-analysis.md} +53 -5
- package/built/docs/guides/using-appmap-diagrams.md +2 -2
- package/built/docs/integrations/atlassian-confluence.md +1 -1
- package/built/docs/navie/bring-your-own-model.md +148 -12
- package/built/docs/navie/how-navie-works.md +1 -1
- package/built/docs/navie/index.md +1 -3
- package/built/docs/reference/appmap-java.md +1 -1
- package/built/docs/reference/appmap-python.md +46 -20
- package/built/fulltext/FileIndex.js +51 -17
- package/built/fulltext/FileIndex.js.map +1 -1
- package/built/fulltext/listGitProjectFIles.js +42 -18
- package/built/fulltext/listGitProjectFIles.js.map +1 -1
- package/built/fulltext/listProjectFiles.js +5 -5
- package/built/fulltext/listProjectFiles.js.map +1 -1
- package/built/fulltext/queryKeywords.js +1 -1
- package/built/fulltext/queryKeywords.js.map +1 -1
- package/built/fulltext/querySymbols.js +58 -0
- package/built/fulltext/querySymbols.js.map +1 -0
- package/built/html/appmap.js +5 -2
- package/built/html/appmap.js.map +2 -2
- package/built/html/sequenceDiagram.js +5 -2
- package/built/html/sequenceDiagram.js.map +2 -2
- package/built/lib/handleWorkingDirectory.js +2 -2
- package/built/lib/handleWorkingDirectory.js.map +1 -1
- package/built/rpc/configuration.js +2 -0
- package/built/rpc/configuration.js.map +1 -1
- package/built/telemetry.js +4 -7
- package/built/telemetry.js.map +1 -1
- package/package.json +1 -2
- package/built/docs/navie/byok/intellij.md +0 -35
- package/built/docs/navie/byok/vs-code.md +0 -115
|
@@ -394,7 +394,7 @@ ${this.actionSpec.elapsedTimeMs} ms`:""}`:""},parameters(){return this.currentEv
|
|
|
394
394
|
`)])},function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("p",[e._v("Add the following line of code to the "),r("strong",[e._v("top of your Gemfile")]),e._v(".")])},function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("p",[e._v(`
|
|
395
395
|
Finally, run the configuration bootstrapper to automatically create an
|
|
396
396
|
`),r("i",[e._v("appmap.yml")]),e._v(` file for this project.
|
|
397
|
-
`)])}]},void 0,{name:"RubyInstructions",components:{VCodeSnippet:Hb},props:{ctaButtonType:{type:String,default:"primary"}}},void 0,!1,void 0,!1,void 0,void 0,void 0),Hse=j({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[e._m(0),e._v(" "),r("section",[e._m(1),e._v(" "),r("div",[r("v-code-snippet",{attrs:{"clipboard-text":"pip install appmap",kind:e.ctaButtonType}})],1),e._v(" "),r("div",[r("div",{staticClass:"center-block"},[e._v("or")]),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"pipenv install --dev appmap",kind:e.ctaButtonType}})],1),e._v(" "),r("div",[r("div",{staticClass:"center-block"},[e._v("or")]),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"poetry add --dev appmap",kind:e.ctaButtonType}})],1)]),e._v(" "),r("section",[r("h3",[e._v("Configure AppMap")]),e._v(" "),e._m(
|
|
397
|
+
`)])}]},void 0,{name:"RubyInstructions",components:{VCodeSnippet:Hb},props:{ctaButtonType:{type:String,default:"primary"}}},void 0,!1,void 0,!1,void 0,void 0,void 0),Hse=j({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[e._m(0),e._v(" "),r("section",[e._m(1),e._v(" "),r("div",[r("v-code-snippet",{attrs:{"clipboard-text":"pip install --require-virtualenv appmap",kind:e.ctaButtonType}}),e._v(" "),e._m(2)],1),e._v(" "),r("div",[r("div",{staticClass:"center-block"},[e._v("or")]),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"pipenv install --dev appmap",kind:e.ctaButtonType}})],1),e._v(" "),r("div",[r("div",{staticClass:"center-block"},[e._v("or")]),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"poetry add --dev appmap",kind:e.ctaButtonType}})],1)]),e._v(" "),r("section",[r("h3",[e._v("Configure AppMap")]),e._v(" "),e._m(3),e._v(" "),r("v-code-snippet",{attrs:{"clipboard-text":"python -c 'import appmap'",kind:e.ctaButtonType}})],1)])},staticRenderFns:[function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("section",[e._v(`
|
|
398
398
|
Manual installation is a good option if:
|
|
399
399
|
|
|
400
400
|
`),r("ol",[r("li",[e._v(`
|
|
@@ -402,9 +402,12 @@ ${this.actionSpec.elapsedTimeMs} ms`:""}`:""},parameters(){return this.currentEv
|
|
|
402
402
|
`)]),e._v(" "),r("li",[e._v(`
|
|
403
403
|
You want to install `),r("code",{staticClass:"inline"},[e._v("appmap")]),e._v(` from outside of the code editor.
|
|
404
404
|
`)])])])},function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("h3",[e._v("Add the "),r("code",{staticClass:"inline"},[e._v("appmap")]),e._v(" package to your project")])},function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("p",[e._v(`
|
|
405
|
+
Note that this requires that you create and activate a
|
|
406
|
+
`),r("a",{attrs:{href:"https://docs.python.org/3/library/venv.html"}},[e._v("virtual environment")]),e._v(`.
|
|
407
|
+
`)])},function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("p",[e._v(`
|
|
405
408
|
Finalize the installation by running the command below. An `),r("i",[e._v("appmap.yml")]),e._v(` configuration
|
|
406
409
|
file will automatically be created in the current working directory.
|
|
407
|
-
`)])}]},function(e){e&&e("data-v-
|
|
410
|
+
`)])}]},function(e){e&&e("data-v-b97511f6_0",{source:".center-block[data-v-b97511f6]{display:flex;justify-content:center;margin:1em}",map:void 0,media:void 0})},{name:"PythonInstructions",components:{VCodeSnippet:Hb},props:{ctaButtonType:{type:String,default:"primary"}}},"data-v-b97511f6",!1,void 0,!1,X,void 0,void 0),wt,Fs,Mb={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:o,staticClass:s,style:l,staticStyle:u,attrs:d={},...p}=i;return r("svg",{class:[o,s],style:[l,u],attrs:Object.assign({viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...p},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15 8A7 7 0 111 8a7 7 0 0114 0zM7.993 3.301l.207.409.367.726.002.005 2.116 4.472 1 2.114.152.323H10.52l-.06-.13-.61-1.31-.195-.42-.001-.002-1.663-3.679-.634 1.322L6.32 9.486v.003h-.001l-.396.86v.002l-.39.865-.06.134H4.16l.154-.323L7.445 4.44V4.44l.35-.726.198-.413z",fill:"#fff"}})]))}},FN={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:o,staticClass:s,style:l,staticStyle:u,attrs:d={},...p}=i;return r("svg",{class:[o,s],style:[l,u],attrs:Object.assign({viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...p},a.concat([r("g",{attrs:{"clip-path":"url(#clip0_168_1364)"}},[r("path",{attrs:{d:"M8 15A7 7 0 108 1a7 7 0 000 14z",fill:"#E13ECB"}}),r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.2 3.71l-.207-.409-.198.413-.35.726-3.133 6.587-.153.323h1.314l.06-.134.389-.865v-.001l.396-.86.001-.004 1.04-2.355.633-1.322 1.663 3.679v.002l.195.42.61 1.31.06.13h1.317l-.153-.323-.999-2.114L8.57 4.44l-.002-.005L8.2 3.71z",fill:"#fff"}})]),r("defs",[r("clipPath",{attrs:{id:"clip0_168_1364"}},[r("path",{attrs:{fill:"#fff",transform:"translate(1 1)",d:"M0 0h14v14H0z"}})])])]))}},h$e={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:o,staticClass:s,style:l,staticStyle:u,attrs:d={},...p}=i;return r("svg",{class:[o,s],style:[l,u],attrs:Object.assign({width:"61",height:"61",fill:"none",xmlns:"http://www.w3.org/2000/svg"},d),...p},a.concat([r("path",{staticClass:"segment",attrs:{"data-index":"0",d:"M61 29a30 30 0 00-3.941-14.864C54.476 9.608 49.987 5.831 45.5 3.178 41.013.524 36.212.082 31 0c-5.212-.082-8.932.666-13.5 3.178L20 7.5l2.5 4c2.918-1.604 5.471-1.552 8.801-1.5 3.33.052 6.588.808 9.455 2.504a19.165 19.165 0 016.892 7C49.298 22.397 50 25.67 50 29h11z",fill:"#585858"}}),r("path",{staticClass:"segment",attrs:{"data-index":"1",d:"M16.5 56.875C21 59.5 26.154 60.564 31.366 60.5c5.213-.064 10.319-.987 14.815-3.625a30 30 0 0010.826-10.92C59.605 41.435 60.982 37.213 61 32H50c-.012 3.33-.726 5.667-2.386 8.554a19.164 19.164 0 01-6.916 6.976c-2.872 1.685-6.002 2.93-9.332 2.97-3.33.04-6.953-.386-9.866-2l-5 8.375z",fill:"#585858"}}),r("path",{staticClass:"segment",attrs:{"data-index":"2",d:"M15 4.5c-4.514 2.606-8.272 5.863-10.902 10.364a30 30 0 00-.311 29.726C6.322 49.145 9.54 52.8 14 55.5l5.5-8.5c-2.849-1.725-4.627-4.77-6.246-7.68a19.166 19.166 0 01.199-18.99c1.68-2.875 4.163-5.665 7.047-7.33L15 4.5z",fill:"#585858"}}),r("path",{staticClass:"check",attrs:{fill:"#585858",d:"M19.934 30l8.658 7.304-1.934 2.293L18 32.293z"}}),r("path",{staticClass:"check",attrs:{fill:"#585858",d:"M43.878 20.964l-16.61 19.188L25 38.188l16.61-19.187z"}})]))}};(function(e){e[e.NotStarted=0]="NotStarted",e[e.InProgress=1]="InProgress",e[e.Completed=2]="Completed",e[e.NumStatuses=3]="NumStatuses"})(wt||(wt={})),function(e){e[e.ProjectPicker=0]="ProjectPicker",e[e.RecordAppMaps=1]="RecordAppMaps",e[e.Navie=2]="Navie",e[e.NumSteps=3]="NumSteps"}(Fs||(Fs={}));var zse=j({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"status-message",attrs:{"data-cy":"status"}},[r("div",{class:e.progressBarClasses},[r("ProgressIndicator",{attrs:{"data-cy":"status-indicator"}})],1),e._v(" "),r("div",{staticClass:"status-message__body"},[r("p",{class:e.headerClasses,attrs:{"data-cy":"header"}},[r(e.header,{tag:"component"})],1),e._v(" "),e.prompt&&!e.allComplete?r("p",{staticClass:"status-message__prompt",attrs:{"data-cy":"prompt"}},[e.currentStepComplete&&!e.shouldGoBack?[e._v(" Next step: ")]:e._e(),e._v(" "),e.shouldGoBack?[r("a",{attrs:{href:"#","data-cy":"go-back"},on:{click:function(n){return n.preventDefault(),e.$root.$emit("status-jump",e.nextStep)}}},[e._v(`
|
|
408
411
|
Go back
|
|
409
412
|
`)]),e._v(`
|
|
410
413
|
and
|