Compare commits
1 Commits
editorconf
...
url-table
Author | SHA1 | Date | |
---|---|---|---|
0292eb1ed8 |
24
DevOps/url-table.md
Normal file
24
DevOps/url-table.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
type: "note"
|
||||||
|
created: "2023-11-08T00:43:44.751Z"
|
||||||
|
updated: "2023-11-08T01:19:30.097Z"
|
||||||
|
---
|
||||||
|
|
||||||
|
# URL Table
|
||||||
|
|
||||||
|
| LUY | Server | .net6.0 > | Name | Filter List | CI / CD | GoTo Entries | DNS Entries | Baselines Link Management Entries |
|
||||||
|
| ------------------------ | ---------- | --------- | ---------------------------- | ----------- | ------- | --------------------- | -------------------------------------------------------------------- | --------------------------------- |
|
||||||
|
| EAF | messa08ec | Yes | EAF | EAF | Yes | SiRaw<br>TencorPrint | eaf-prod | |
|
||||||
|
| EAF | mestsa003 | No | EAF Dev | | Yes | FI-Backlog-Mesa | eaf-dev | |
|
||||||
|
| Fab Approval System | messa016ec | No (v4.8) | Mesa Approval | ? | Yes | MesaApproval | MesaApproval | Mesa Approval |
|
||||||
|
| Fab Approval System | mestsa05ec | No (v4.8) | Mesa Approval Test | ? | Yes | MesaApproval-Test | MesaApproval-Test | |
|
||||||
|
| FabTime | messa004 | ? | FabTime | | N / A | | | FabTime |
|
||||||
|
| OI Metrology Viewer | messa010ec | Yes | OI Metrology Viewer | Metrology | Yes | OIMetrologyViewer | ECWebApps<br>oi-metrology-viewer-prod<br>oi-metrology-viewer-archive | OI Metrology Viewer |
|
||||||
|
| OpenInsight Web Services | messa014 | Yes | OIWizard | | Yes | OIWizard | | |
|
||||||
|
| OpenInsight Web Services | messa020ec | Yes | Mesa Reporting Services | Reporting | Yes | MesaReportingServices | MesaReportingServices-Prod | |
|
||||||
|
| OpenInsight Web Services | messa020ec | No (cgi) | OI API | ? | N / A | | oi-prod-ec-api | |
|
||||||
|
| OpenInsight Web Services | mestsa008 | Yes | Mesa Makeup Inventory Report | | Yes | MesaMuInvReport | | |
|
||||||
|
| OpenInsight Web Services | mestsa008 | Yes | Mesa SSR Report | | Yes | MesaSSRReport | | |
|
||||||
|
| OpenInsight Web Services | ? | Yes | 311 Form | ? | ? | | | |
|
||||||
|
| LUY | Server | S | Name | Filter | CI | GoTo | DNS | Baselines |
|
||||||
|
| LUY | Server | S | Name | Filter | CI | GoTo | DNS | Baselines |
|
@ -1,63 +0,0 @@
|
|||||||
---
|
|
||||||
type: "note"
|
|
||||||
created: "2024-04-16T19:09:30.884Z"
|
|
||||||
updated: "2024-04-17T09:09:36.234Z"
|
|
||||||
---
|
|
||||||
|
|
||||||
# editorconfig
|
|
||||||
|
|
||||||
- [editorconfig](https://editorconfig.org/)
|
|
||||||
- [editorconfig-how-to-autofix-all-files-in-a-project](https://stackoverflow.com/questions/39343031/editorconfig-how-to-autofix-all-files-in-a-project)
|
|
||||||
- [eclint-npmjs](https://www.npmjs.com/package/eclint)
|
|
||||||
- [eclint-github](https://github.com/jednano/eclint)
|
|
||||||
|
|
||||||
## eclint
|
|
||||||
|
|
||||||
```bash
|
|
||||||
l:
|
|
||||||
cd "L:\DevOps\Mesa_FI\OpenInsight"
|
|
||||||
echo node_modules >> .gitignore
|
|
||||||
echo [*] > .editorconfig
|
|
||||||
echo charset = utf-8 >> .editorconfig
|
|
||||||
echo end_of_line = crlf >> .editorconfig
|
|
||||||
echo indent_size = 4 >> .editorconfig
|
|
||||||
echo indent_style = space >> .editorconfig
|
|
||||||
echo insert_final_newline = true >> .editorconfig
|
|
||||||
echo tab_width = 4 >> .editorconfig
|
|
||||||
npm i -D prettier
|
|
||||||
npx prettier LSL2/STPROC/AC*.txt --check
|
|
||||||
# npx prettier fix **/*.txt --check
|
|
||||||
cls
|
|
||||||
npm i -D eclint
|
|
||||||
npx eclint fix LSL2/STPROC/AC*.txt
|
|
||||||
# npx eclint fix **/*.txt
|
|
||||||
REM
|
|
||||||
```
|
|
||||||
|
|
||||||
## dotnet
|
|
||||||
|
|
||||||
```bash
|
|
||||||
l:
|
|
||||||
cd "L:\DevOps\Mesa_FI\OI-Metrology\Server"
|
|
||||||
dotnet build
|
|
||||||
echo [*] > .editorconfig
|
|
||||||
echo end_of_line = crlf >> .editorconfig
|
|
||||||
echo indent_size = 4 >> .editorconfig
|
|
||||||
echo indent_style = space >> .editorconfig
|
|
||||||
echo insert_final_newline = false >> .editorconfig
|
|
||||||
echo tab_width = 4 >> .editorconfig
|
|
||||||
dotnet format whitespace
|
|
||||||
REM
|
|
||||||
```
|
|
||||||
|
|
||||||
- [dotnet-format](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
|
|
||||||
|
|
||||||
```bash
|
|
||||||
l:
|
|
||||||
cd "L:\DevOps\Mesa_FI\OI-Metrology\Server"
|
|
||||||
dotnet build
|
|
||||||
del .editorconfig
|
|
||||||
notepad ../.editorconfig
|
|
||||||
dotnet format format --report .vscode --verbosity detailed --severity warn
|
|
||||||
REM
|
|
||||||
```
|
|
Reference in New Issue
Block a user