1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-04 09:17:08 +03:00
pgcli/AUTHORS
saucoide ce7f76a676
Add --log-file & \log-file option to always capture output (#1461)
* Add --log-file & \log-file option to always capture output

Currently outputting to a file via \o disables the console output
This patch adds a `--log-file` cli arg with similar behavior to `psql`* and a \log-file
special command to enable/disable it from the console

*https://www.postgresql.org/docs/current/app-psql.html#APP-PSQL-OPTION-LOG-FILE

* switch to use context manager

Co-authored-by: Irina Truong <637013+j-bennet@users.noreply.github.com>

* switch to use context manager

Co-authored-by: Irina Truong <637013+j-bennet@users.noreply.github.com>

* use isoformat explicitly

Co-authored-by: Irina Truong <637013+j-bennet@users.noreply.github.com>

* change test to use a mock, update changelog & authors

* reformat

* black

---------

Co-authored-by: Irina Truong <637013+j-bennet@users.noreply.github.com>
2024-04-30 19:03:31 -07:00

141 lines
3.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Many thanks to the following contributors.
Project Lead:
-------------
* Irina Truong
Core Devs:
----------
* Amjith Ramanujam
* Darik Gamble
* Stuart Quin
* Joakim Koljonen
* Daniel Rocco
* Karl-Aksel Puulmann
* Dick Marinus
Contributors:
-------------
* Brett
* Étienne BERSAC (bersace)
* Daniel Schwarz
* inkn
* Jonathan Slenders
* xalley
* TamasNo1
* François Pietka
* Michael Kaminsky
* Alexander Kukushkin
* Ludovic Gasc (GMLudo)
* Marc Abramowitz
* Nick Hahner
* Jay Zeng
* Dimitar Roustchev
* Dhaivat Pandit
* Matheus Rosa
* Ali Kargın
* Nathan Jhaveri
* David Celis
* Sven-Hendrik Haase
* Çağatay Yüksel
* Tiago Ribeiro
* Vignesh Anand
* Charlie Arnold
* dwalmsley
* Artur Dryomov
* rrampage
* while0pass
* Eric Workman
* xa
* Hans Roman
* Guewen Baconnier
* Dionysis Grigoropoulos
* Jacob Magnusson
* Johannes Hoff
* vinotheassassin
* Jacek Wielemborek
* Fabien Meghazi
* Manuel Barkhau
* Sergii V
* Emanuele Gaifas
* Owen Stephens
* Russell Davies
* AlexTes
* Hraban Luyat
* Jackson Popkin
* Gustavo Castro
* Alexander Schmolck
* Donnell Muse
* Andrew Speed
* Dmitry B
* Isank
* Marcin Sztolcman
* Bojan Delić
* Chris Vaughn
* Frederic Aoustin
* Pierre Giraud
* Andrew Kuchling
* Dan Clark
* Catherine Devlin
* Jason Ribeiro
* Rishi Ramraj
* Matthieu Guilbert
* Alexandr Korsak
* Saif Hakim
* Artur Balabanov
* Kenny Do
* Max Rothman
* Daniel Egger
* Ignacio Campabadal
* Mikhail Elovskikh (wronglink)
* Marcin Cieślak (saper)
* easteregg (verfriemelt-dot-org)
* Scott Brenstuhl (808sAndBR)
* Nathan Verzemnieks
* raylu
* Zhaolong Zhu
* Zane C. Bowers-Hadley
* Telmo "Trooper" (telmotrooper)
* Alexander Zawadzki
* Pablo A. Bianchi (pabloab)
* Sebastian Janko (sebojanko)
* Pedro Ferrari (petobens)
* Martin Matejek (mmtj)
* Jonas Jelten
* BrownShibaDog
* George Thomas(thegeorgeous)
* Yoni Nakache(lazydba247)
* Gantsev Denis
* Stephano Paraskeva
* Panos Mavrogiorgos (pmav99)
* Igor Kim (igorkim)
* Anthony DeBarros (anthonydb)
* Seungyong Kwak (GUIEEN)
* Tom Caruso (tomplex)
* Jan Brun Rasmussen (janbrunrasmussen)
* Kevin Marsh (kevinmarsh)
* Eero Ruohola (ruohola)
* Miroslav Šedivý (eumiro)
* Eric R Young (ERYoung11)
* Paweł Sacawa (psacawa)
* Bruno Inec (sweenu)
* Daniele Varrazzo
* Daniel Kukula (dkuku)
* Kian-Meng Ang (kianmeng)
* Liu Zhao (astroshot)
* Rigo Neri (rigoneri)
* Anna Glasgall (annathyst)
* Andy Schoenberger (andyscho)
* Damien Baty (dbaty)
* blag
* Rob Berry (rob-b)
* Sharon Yogev (sharonyogev)
* Hollis Wu (holi0317)
* Antonio Aguilar (crazybolillo)
* Andrew M. MacFie (amacfie)
* saucoide
Creator:
--------
Amjith Ramanujam