Advanced Search
Search Results
16 total results found
Docker
These are docker guidelines that are a MUST for every development: Docker support consists in 4 kind of files: compose.local.yaml (for local development), compose.dev.yaml (for development infrastructure), compose.test.yaml (for test infrastructure), compos...
Python
This is a list of best practices to be applied in developments with the goal of increasing the standardization of our code and quality: The main set of conventions used in Python is PEP8 The following naming conventions are used: lowercase x packages, uppe...
Git Flow
Questo è il Git Flow per il gruppo RPA. È un derivato del Git Flow Classico, ma con alcune differenza che rispecchiano più le nostre esigenze. Nel nostro caso, abbiamo sostituito i branch di RELEASE con TEST e reso opzionali i branch di FEATURE. Questo si tr...
Training
Mandatory: Python: Python course Jupiter Notebooks (Use directly on VS Code) UV Course Docker Queue & Worker Libraries: GeoSpatial Analysis FastAPI course Tests: Unit tests Mocking focus Docker: ...
Welcome to RPA!
Meeting: Daily standup Weekly Dev Tools: Jira GitLab Grafana Proxmox VPN Quartier Generale (FileServer e VM QG) Cloud Bitwarden Fileserver Main Folder: \\eagle.local\Dati\DIVISIONI\20_RS\40_RPA Environment setup: Git Python >3...
Change Password VMUsers
Attualmente ogni macchina virtuale ha un proprio account di dominio collegato. Questo è necessario per accedere al file server. Il nome dell’account è ricavabile dal nome della macchina. Es. EP-OP1 -> eagle.local\vmuep-op1 Per sicurezza, viene riportato ne...
Configuration
Ansible Access – Operational Guide Overview Each infrastructure (Cloud and Headquarter) has its own Ansible instance, separated by development stage: dev test prod Each environment in Cloud is fully isolated and requires dedicated access....
Usage
Once you are logged in you should see in the homepage all the services (somethings like this) Basic users have read only access to the above functions. Dashboard Here we have a list of run of different task that have been executed in chronological order w...
Development Guide
This guide represents the actual flow for releasing or updating RPA services (always-on or scheduled).
RPA Templates
In order to improve standardization and take all derived benefits(common develop structure, rewriting same boilerplate code, avoid forgetfulness, reduce PR time and so on) in our team, I implemented 2 templates. These template are stored in this RPA repositor...
Claude Code
Claude Code – Quick Guide 1. Overview This guide provides a quick reference for using Claude Code effectively within our RPA development workflow. It covers authentication, usage with repositories, and best practices for building Python-based RPA services us...
Use Cases
1. Riavvio di servizi bloccati o degradati Il caso d’uso più frequente riguarda il riavvio di servizi che risultano: bloccati; non responsivi; degradati; non correttamente avviati dopo un deploy. Esempi pratici Servizio RPA fermo; webapp non ragg...
Admin Page setup
In order to create a new service in SSO and attach to a webapp you have to: Click on "Aggiungi un nuovo servizio" Fill the creation form: Name, usually based on the repository name Photo, it's mandatory, can use Eagleprojects logo as default. Downloa...
WebApp Setup
SSO Authentication Architecture for RPA Web Applications Goal The application does not manage usernames and passwords directly. Userauthentication remains the responsibility of the SSO service. The webapplication only keeps a temporary application session, i...
Usage
Utilizzo di OneDrive tramite Rclone Obiettivo Questa guida descrive come integrare un account Microsoft OneDrive nelle automazioni RPA utilizzando Rclone, garantendo: Sincronizzazione automatica dei file. Separazione tra account personali e account...
How to
Guida al rilascio dei servizi RPA 1. Obiettivo della guida Questa guida descrive il processo standard per preparare, rilasciare e aggiornare i servizi RPA sviluppati dagli Automator all’interno del gruppo di lavoro. L’obiettivo è garantire che ogni servizio...