rc #1

Closed
Ghost wants to merge 13 commits from rc into master
There is no content yet.
VladislavD was assigned by Ghost 2025-03-28 23:23:43 +03:00
Ghost was assigned by Ghost 2025-03-28 23:23:43 +03:00
Ghost added 7 commits 2025-03-28 23:23:43 +03:00
Ghost added 1 commit 2025-03-28 23:36:33 +03:00
Ghost added 1 commit 2025-03-29 00:13:50 +03:00
Ghost requested changes 2025-03-31 13:57:26 +03:00
Ghost left a comment
Poster

Папка dist не должна лежать в гите

Папка dist не должна лежать в гите
@ -0,0 +17,4 @@
async getQuery() : Promise<string> {
let connector : ConnectorsService = new ConnectorsService();
connector.SetConnData();
let token : string =await this.mufapiService.getAccessToken(connector.path, connector.creds, connector.options);

Код стайл, пробел после равно

Код стайл, пробел после равно
@ -0,0 +34,4 @@
//Пробуем получить данные для меню
GetMenuData (token : string){
this.path = 'http://192.168.244.1/e-cmdb/api/query';

как и в примере выше, и тут не стоит забывать использовать переменные окружения (на будущее)

как и в примере выше, и тут не стоит забывать использовать переменные окружения (на будущее)
@ -0,0 +69,4 @@
//*interface MenuController {
// name: string;
//
let resp : string = 'Zlo';

?

?
Ghost added 1 commit 2025-04-03 17:16:04 +03:00
Ghost requested review from Ghost 2025-04-07 15:35:57 +03:00
Ghost approved these changes 2025-04-07 15:36:21 +03:00
VladislavD requested changes 2025-04-07 15:50:35 +03:00
VladislavD left a comment
Collaborator

.env в .gitignore

.env в .gitignore
@ -0,0 +4,4 @@
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"
Collaborator

.env.example

необходимо добавить в .gitignore этот файл и вести аналогичный (.env.example) файл для объявления всех переменных с недействительными значениями

здесь далее будут креды и подобная конфиденциальная информация, хранить в репозитории это открыто - неправильно

Пример:

# port binding for prometheus-exporter
# default value = 9100
PROMETHEUS_EXPORTER_PORT = 9100

# setting up max level of logging
# default - INFO 
# values : WARN, ERROR, INFO, DEBUG, TRACE
PROMETHEUS_EXPORTER_LOG_LEVEL = "TRACE"
### .env.example необходимо **добавить** в `.gitignore` этот файл и вести аналогичный (`.env.example`) файл для объявления всех переменных с недействительными значениями здесь далее будут креды и подобная конфиденциальная информация, хранить в репозитории это открыто - **неправильно** Пример: ``` toml # port binding for prometheus-exporter # default value = 9100 PROMETHEUS_EXPORTER_PORT = 9100 # setting up max level of logging # default - INFO # values : WARN, ERROR, INFO, DEBUG, TRACE PROMETHEUS_EXPORTER_LOG_LEVEL = "TRACE" ```
Ghost added 1 commit 2025-04-10 11:29:43 +03:00
Ghost added 1 commit 2025-04-10 11:42:24 +03:00
test-org/configurator/pipeline/pr-master There was a failure building this commit Details
96143d9a55
changed main to master
DmitriyA approved these changes 2025-05-16 14:42:55 +03:00
deployer3000 added 1 commit 2026-02-13 12:05:38 +03:00
deployer3000 closed this pull request 2026-02-13 12:14:45 +03:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: deployer3000/configurator#1
There is no content yet.