Skip to content

Instantly share code, notes, and snippets.

View kariae's full-sized avatar

Zakariae Filali kariae

View GitHub Profile
Attaching to mailcowdockerized_dovecot-mailcow_1
dovecot-mailcow_1 | Waiting for database to come up...
dovecot-mailcow_1 | Uptime: 2 Threads: 8 Questions: 24 Slow queries: 0 Opens: 25 Flush tables: 1 Open tables: 17 Queries per second avg: 12.000
dovecot-mailcow_1 | Adding user `vmail' to group `tty' ...
dovecot-mailcow_1 | Adding user vmail to group tty
dovecot-mailcow_1 | Done.
dovecot-mailcow_1 | % Total % Received % Xferd Average Speed Time Time Time Current
dovecot-mailcow_1 | Dload Upload Total Spent Left Speed
dovecot-mailcow_1 |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
@kariae
kariae / ultimate-ut-cheat-sheet.md
Created September 3, 2018 07:48 — forked from yoavniran/ultimate-ut-cheat-sheet.md
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai and Sinon

The Ultimate Unit Testing Cheat-sheet

For Mocha, Chai and Sinon

using mocha/chai/sinon for node.js unit-tests? check out my utility: mocha-stirrer to easily reuse test components and mock require dependencies


@kariae
kariae / .gitlab-ci.yml
Created June 6, 2017 17:29
GitLab CI/CD configuration for Symfony
variables:
REGISTRY_URL: registry.lekode.com:5000
IMAGE_NAME: app
BUILD_CODE_IMAGE: $REGISTRY_URL/$IMAGE_NAME:$CI_COMMIT_REF_NAME
LATEST_CODE_IMAGE: $REGISTRY_URL/$IMAGE_NAME:latest
stages:
- test
- install
- build