aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
Commit message (Expand)AuthorAge
* add PERIODIC:AT-MOSTSean Whitton2021-06-07
* rename REMOTE-FILE-{MODE-AND-SIZE -> STATS} & also return mtimeSean Whitton2021-06-07
* ls(1) parse: set LC_ALL not just LOCALE, and split fields properlySean Whitton2021-06-07
* don't recommend RUN over MRUN in generalSean Whitton2021-05-25
* convert CONNECTION slots to connattrs & fix finding homedirsSean Whitton2021-05-23
* separately upload, compile and load each ASDF systemSean Whitton2021-05-17
* require debug level 4 for output for every RUN & MRUNSean Whitton2021-05-17
* make CACHED-DATA into a connattr and push to it more consistentlySean Whitton2021-05-15
* pass LOCALE=C to ls(1) in WRITEFILESean Whitton2021-05-06
* FILE:HAS-CONTENT: avoid writing the file if content unchangedSean Whitton2021-05-06
* swap order of stdout and stderr when reporting RUN-FAILEDSean Whitton2021-05-06
* replace WITH-LOCAL-... with an EVALS propertySean Whitton2021-05-06
* add TODO about converting slots to connattrsSean Whitton2021-04-30
* add connattrsSean Whitton2021-04-30
* CONTINUE-DEPLOY* connections: push a new connection objectSean Whitton2021-04-30
* capture child stdout in case *STANDARD-OUTPUT* has been reboundSean Whitton2021-04-26
* add WITH-LOCAL-PASSWORDLESS-SUDO-CONNECTIONSean Whitton2021-04-16
* RUN/MRUN: when :INFORM, also show the command which was runSean Whitton2021-04-12
* reindentSean Whitton2021-04-08
* RUN/MRUN: export each environment variable individuallySean Whitton2021-04-08
* rename and use DELETE-REMOTE-TREE->DELETE-REMOTE-TREESSean Whitton2021-04-07
* RUN, MRUN: add missing fresh line when :INFORMSean Whitton2021-04-04
* RESET-REMOTE-HOME: reset other pertinent varsSean Whitton2021-04-01
* add and export GET-USERSean Whitton2021-04-01
* WRITEFILE: avoid silently failing when regexp doesn't matchSean Whitton2021-04-01
* WRITEFILE: use REMOTE-EXISTS-PSean Whitton2021-04-01
* WRITEFILE: use RUN because stdout is what our regexp can parseSean Whitton2021-04-01
* add WITH-LOCAL-CONNECTIONSean Whitton2021-04-01
* define and export CONTINUE-CONNECTION and CONNECTION-PARENTSean Whitton2021-03-27
* rework uploading data to be in terms of CONNECTION-UPLOADSean Whitton2021-03-27
* add missing PROGN in WITH-REMOTE-CURRENT-DIRECTORYSean Whitton2021-03-26
* fix call to TESTSean Whitton2021-03-25
* add and call RESET-REMOTE-HOMESean Whitton2021-03-25
* set the current working directory as a slot in *CONNECTION*Sean Whitton2021-03-25
* reformatSean Whitton2021-03-25
* PWD uses CONNECTION-RUN not MRUNSean Whitton2021-03-25
* implement WITH-REMOTE-CURRENT-DIRECTORYSean Whitton2021-03-25
* add some missing fresh lines at debug level 3Sean Whitton2021-03-24
* add GIT:SNAPSHOT-EXTRACTEDSean Whitton2021-03-24
* untabifySean Whitton2021-03-22
* add a :REPORT to RUN-FAILEDSean Whitton2021-03-22
* add facility for more regular progress and debug printingSean Whitton2021-03-21
* add and use :CONSFIGURATOR named readtableSean Whitton2021-03-20
* use MRUN in TESTSean Whitton2021-03-19
* WRITEFILE: handle pathnames passed as argumentsSean Whitton2021-03-19
* rename *REMOTE-LISP* to *SUPPRESS-LOADING-SYSTEMS*Sean Whitton2021-03-15
* add slot for remote-uid to connection classDavid Bremner2021-03-13
* when RUN/MRUN get :PRINC, ensure print even if command failsSean Whitton2021-03-09
* add :DOCUMENTATION for CACHED-DATA slotSean Whitton2021-03-08
* the mode qua argument is numeric not octalSean Whitton2021-03-06