Skip to content

Instantly share code, notes, and snippets.

View maoo's full-sized avatar

Maurizio Pillitu maoo

View GitHub Profile
@maoo
maoo / appian-way-activity.json
Created December 9, 2025 15:17
/activity.json/949189
{
"id": 949189,
"externalId": "133237P28",
"productGroupId": 0,
"productCategory": "ACTIVITIES",
"box": false,
"inventoryLocal": true,
"inventorySupportsPricing": false,
"inventorySupportsAvailability": true,
"creationDate": "Tue Dec 10 11:57:25 UTC 2024",
@maoo
maoo / broken-logic.yaml
Last active April 17, 2025 09:25
Bitbucket pipeline issue
branches:
main:
# Check image's CommitIDs against Dev
- step:
name: Wait for image deplomyments
script:
- sleep 360
- step:
name: Set Dev environment
script:
@maoo
maoo / cleanup.sh
Last active June 25, 2024 12:44
Deploy Traderx
#!/bin/bash
sudo rm -rf /var/log/journal/*
sudo docker system prune -a -f
sudo docker rm -v $(sudo docker ps -a -q -f status=exited)
sudo docker rmi -f $(sudo docker images -f "dangling=true" -q)
docker volume ls -qf dangling=true | xargs -r docker volume rm
@maoo
maoo / legend-on-minikube.md
Last active November 8, 2021 23:10
Legend on Minikube

Running Legend on Minikube

This page reports instructions on how to run the Legend Helm chart on a local Minikube installation. The whole process should take from 15 to 30 minutes, depending on your knowledge on cloud native technologies, your current workstation setup and your connection speed.

Prerequisites

Install Minikube

Please refer to https://minikube.sigs.k8s.io/docs/start/

@maoo
maoo / clientes.json
Created June 11, 2021 09:46
clientes.json
[
{ "nombre" : "client1",
"id" : "1234"
},
{ "nombre" : "client2",
"id" : "5678"
},
{ "nombre" : "client3",
"id" : "9012"
}
# NOTE! This file is automatically generated by github.com/finos/metadata-tool AND pushed to GitHub; any manual change could be overridden at any time.
landscape:
- category:
name: Data
subcategories:
- subcategory:
name: Data Management
items:
- item:
@maoo
maoo / finos-landscape.yml
Last active March 28, 2020 03:06
finos-landscape.yml
landscape:
- category: null
name: Plexus
subcategories:
- subcategory: null
name: undefined
items:
- {
item: null,
name: Desktop Interoperability API Project,
@maoo
maoo / finos-repo-validation.json
Last active March 24, 2020 18:54
finos-repo-validation.json
[{
"url": "https:\/\/github.com\/finos\/waltz",
"org": "finos",
"repo-name": "waltz",
"ignore": null,
"validations": {
"no-whitesource": true,
"has-admin": true,
"no-readme": false,
"no-teams": false,
~ » rio systemlogs m@maomini
rio-controller | time="2019-05-30T06:06:45Z" level=info msg="Updating CRD clusterissuers.certmanager.k8s.io"
rio-controller | time="2019-05-30T06:06:45Z" level=info msg="Updating CRD clusterbuildtemplates.build.knative.dev"
rio-controller | time="2019-05-30T06:06:45Z" level=info msg="Updating CRD rioinfos.admin.rio.cattle.io"
rio-controller | time="2019-05-30T06:06:45Z" level=info msg="Updating CRD buildtemplates.build.knative.dev"
rio-controller | time="2019-05-30T06:06:45Z" level=info msg="Updating CRD images.caching.internal.knative.dev"
rio-controller | time="2019-05-30T06:06:45Z" level=info msg="Updating CRD apps.rio.cattle.io"
rio-controller | time="2019-05-30T06:06:45Z" level=info msg="Updating CRD externalservices.rio.cattle.io"
rio-controller | time="2019-05-30T06:06:45Z" level=info msg="Updating CRD routers.rio.cattle.io"
rio-controller | time="2019-05-30T06:06:45Z" level=info msg="Updating CRD services.rio.cattle.io"
@maoo
maoo / install-alfresco-6-ce.sh
Last active January 19, 2021 14:55
Install Alfresco 6.x CE without Share
###
# DEPRECATED - checkout https://github.com/Alfresco/acs-deployment/tree/master/docker-compose
#
#! /bin/bash
# Alfresco Community 6.x installation script for CentOS 7.x ; mysql-server 5.x is expected to be installed in the box.
# Started from https://community.alfresco.com/community/ecm/blog/2019/02/05/a-script-to-install-alfresco-community-60
# To test with Docker...