Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cat-log: remote cylc sub-command #2503

Merged
merged 27 commits into from
Apr 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5d9e469
cat-log refactor for CLI and GUI
hjoliver Dec 5, 2017
0ed5198
right-click menu improved.
hjoliver Dec 12, 2017
5440892
logviewer bold
hjoliver Dec 12, 2017
4c3bd91
fixed gui command capture
hjoliver Dec 12, 2017
4010a08
cat-log GUI remote run opts [skip ci]
hjoliver Feb 19, 2018
8050e8f
Cleaner cat-log command opts.
hjoliver Feb 19, 2018
16e4f40
Tidying cat-log via GUI...
hjoliver Feb 19, 2018
02a5e00
cat-log tests fixed, post rebase etc.
hjoliver Feb 19, 2018
b11fffa
Tidy cat-log changes, tests, Codacy.
hjoliver Mar 24, 2018
729f71a
Address review feedback.
hjoliver Apr 2, 2018
ee1dead
cat-log sort dir listings
hjoliver Apr 6, 2018
2180b53
cat-log: clean exit on Ctrl-C
hjoliver Apr 6, 2018
7431013
Updated cat-log command help. [skip ci]
hjoliver Apr 6, 2018
65c3a64
Job script preview for all pre-submit states.
hjoliver Apr 9, 2018
d17d990
cat-log: buffered copy for file edit.
hjoliver Apr 10, 2018
43171ab
Popen bufsize=0 is the default.
hjoliver Apr 11, 2018
63baf77
Fixed suite log filtering.
hjoliver Apr 12, 2018
03fbac8
Address review feedback.
hjoliver Apr 12, 2018
300c69b
Fix some cat-log remote tests.
hjoliver Apr 13, 2018
c19eab8
cat-log --remote: improve interface
matthewrmshin Apr 13, 2018
7c721c2
A bit more cat-log refactoring.
hjoliver Apr 15, 2018
fb76690
Tidy test-battery.
hjoliver Apr 15, 2018
78e5ef8
cat-log: test with running tasks.
hjoliver Apr 15, 2018
7a4fc25
One test fix.
hjoliver Apr 16, 2018
f1c6399
Fix env in new remote command.
hjoliver Apr 16, 2018
ecba618
Updated .gitignore for global-tests.rc [skip ci]
hjoliver Apr 16, 2018
99abff3
Final fixes on review feedback.
hjoliver Apr 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ext/ordereddict-0.4.5/build
# site configuration and processed configuration
conf/job-init-env.sh
conf/global.rc*
conf/global-tests.rc
conf/siterc
conf/*/*.rc.processed

Expand Down
Loading