vue
Name already in use
Commits on Mar 16, 2020
-
Merge pull request #322 from ViViDboarder/fix-overlay-firefox
Force close of search box after item selection
Commits on Mar 13, 2020
-
Merge pull request #325 from geek1011/disable-log-ligatures
Disable font ligatures in build log
-
Bradley Rydzewski authored and Bradley Rydzewski committed
Mar 13, 2020
Commits on Feb 16, 2020
Commits on Jan 31, 2020
-
Force close of search box after item selection
In Firefox, for some reason selecting an item with the mouse would not clear the search overlay. It appears that it would generally clear when the blur function is called, but something appears to be different when selected by mouse vs enter key. This forces a call to `this.close()` to close the dialog without relying only on the blur action. Fixes #263
Commits on Oct 4, 2019
Commits on Sep 27, 2019
Commits on Sep 26, 2019
Commits on Sep 21, 2019
Commits on Sep 4, 2019
Commits on Aug 26, 2019
Commits on Aug 21, 2019
Commits on Aug 20, 2019
-
-
-
Merge pull request #303 from bobmanary/fix-firefox-log-download
Fix log download link in Firefox
-
Merge pull request #294 from geek1011/fix-whitespace-collapsing
Preserve whitespace in build logs
-
Merge pull request #287 from dramich/all
Add button to show all log lines
Commits on Aug 13, 2019
-
Merge pull request #305 from dacruz21/truncate-commit-message
Truncate commit message to first line in RepoItem
Commits on Aug 12, 2019
-
Truncate commit message to first line in RepoItem
RepoItems attempt to display the entire commit message for each build triggered by a commit. This is okay for most users as the message will run out of space and be truncated. However, I among many others with Hi-DPI displays have customized Drone's CSS to take up more monitor space, which leads to some very ugly build names, as the RepoItem displays the commit message and body. This PR trims the title to just the first line of the commit message.
Commits on Jul 22, 2019
-
Fix log download link in Firefox
Bob Manary committedJul 22, 2019
Commits on Jun 7, 2019
Commits on May 30, 2019
Commits on May 3, 2019
-
Add button to show all log lines
Currently with large logs it takes many clicks to be able to see the entire log file or the top of the log file. This button displays all log lines with one click.