Commit Graph

  • 5d7533612d
    Remove unnecessary extern crates Matan Kushner 2019-06-01 18:48:10 +0200
  • 48f5dfaf17
    Merge branch 'master' into improve-coverage Matan Kushner 2019-05-31 17:54:19 +0200
  • c37ebb7355
    Run rustfmt Matan Kushner 2019-05-31 17:50:33 +0200
  • 16b89c5d81
    Add tests for username module Matan Kushner 2019-05-31 17:37:21 +0200
  • d28d4dc2eb
    Remove code coverage tooling Matan Kushner 2019-05-31 17:16:37 +0200
  • 2b0a90f9cf
    Ignore test files during coverage checks Matan Kushner 2019-05-31 17:08:41 +0200
  • 660df9aa3e
    Remove pull step from integration_test Matan Kushner 2019-05-31 16:59:57 +0200
  • b59e44c5fa chore(deps): Bump battery from 0.7.2 to 0.7.3 (#72) dependabot-preview[bot] 2019-05-31 16:53:12 +0200
  • cb83d02863
    Remove dead code attribute Matan Kushner 2019-05-31 16:50:38 +0200
  • e40b87cac4
    Compile one test binary Matan Kushner 2019-05-31 16:48:40 +0200
  • 0b0ebb1b89
    Fix broken dir tests Matan Kushner 2019-05-31 16:31:40 +0200
  • 7ab076bbf8
    Run rustfmt Matan Kushner 2019-05-31 16:28:12 +0200
  • 04055eca24
    Fix test current_dir Matan Kushner 2019-05-31 16:22:35 +0200
  • 4d5356eb54
    Run rustfmt Matan Kushner 2019-05-31 16:02:06 +0200
  • 8c1ec21079
    Refactor tests to use starship bin directly Matan Kushner 2019-05-31 15:56:52 +0200
  • 3c2f8440ab
    Add print and module subcommands Matan Kushner 2019-05-31 13:42:06 +0200
  • afb5455d8d
    Merge branch 'master' into dependabot/cargo/battery-0.7.3 Matan Kushner 2019-05-31 11:35:55 +0200
  • 454b8f9fae chore(deps): Bump dirs from 2.0.0 to 2.0.1 (#73) dependabot-preview[bot] 2019-05-31 11:35:19 +0200
  • 953dbd436e
    chore(deps): Bump dirs from 2.0.0 to 2.0.1 dependabot-preview[bot] 2019-05-31 08:50:59 +0000
  • db6c9582a3
    chore(deps): Bump battery from 0.7.2 to 0.7.3 dependabot-preview[bot] 2019-05-31 08:50:42 +0000
  • ca887781e9
    Remove full_prompt test for now Matan Kushner 2019-05-31 00:24:27 +0200
  • 5901e76930
    Add missing test utility function Matan Kushner 2019-05-30 23:37:11 +0200
  • 813c238891
    Add initial end-to-end test Matan Kushner 2019-05-30 23:34:10 +0200
  • 91cc594468
    Merge branch 'master' into add-config Matan Kushner 2019-05-30 22:52:35 +0200
  • bcb4fab589
    Add a test for line_break :^) Matan Kushner 2019-05-30 22:38:03 +0200
  • ffdc75da8c
    Add TODO about git repo tests failing in /tmp Matan Kushner 2019-05-30 21:49:35 +0200
  • 9136d1dac1
    Fix failing mac dirs tests Matan Kushner 2019-05-30 20:00:47 +0200
  • ec6b664666
    Refactor tests to use less implementation Matan Kushner 2019-05-30 19:23:51 +0200
  • 000abfe6df
    Use tarpaulin and Codecov for adding code coverage to project (#68) Matan Kushner 2019-05-29 22:58:46 +0200
  • b28e156c1b
    Add Codecov README badge Matan Kushner 2019-05-29 22:51:25 +0200
  • 983deb82c3
    Reenable the docker push condition Matan Kushner 2019-05-29 21:51:15 +0200
  • 811f310f90
    Add missing comment to Dockerfile Matan Kushner 2019-05-29 21:44:26 +0200
  • 663170e620
    Readd pyenv shims to path Matan Kushner 2019-05-29 21:21:40 +0200
  • 202b6c3cc3
    Remove dangling backslash Matan Kushner 2019-05-29 19:50:54 +0200
  • c64eefb420
    Reorder env variable assignment Matan Kushner 2019-05-29 19:35:16 +0200
  • f920bbba8c
    Readd goenv root shims to path Matan Kushner 2019-05-29 19:30:31 +0200
  • f108c9ce95
    Fix failing dependency installation Matan Kushner 2019-05-29 19:25:33 +0200
  • f1cfad919d
    Bring the dockerfile back to master Matan Kushner 2019-05-29 18:55:18 +0200
  • 443c32134b
    Push the latest docker image to allow for inspection Matan Kushner 2019-05-29 18:17:50 +0200
  • 155ca7b524
    Add a comment detailing why seccomp=unconfined Matan Kushner 2019-05-29 18:17:10 +0200
  • d5c9d40969
    Add security-opt Matan Kushner 2019-05-29 18:00:44 +0200
  • bb1f4fb4ec
    Use install instead of altinstall Matan Kushner 2019-05-29 17:10:02 +0200
  • b50984e0b5
    Specify build architecture Matan Kushner 2019-05-29 17:03:25 +0200
  • 4ad9f8ac09
    Configure without optimizations Matan Kushner 2019-05-29 16:54:50 +0200
  • d4ade7af7d
    Build_all instead of configure Matan Kushner 2019-05-29 16:45:20 +0200
  • 6388bd2dba
    Try install instead of altinstall Matan Kushner 2019-05-29 16:37:34 +0200
  • 2d0698f00d
    Skip first python make command Matan Kushner 2019-05-29 16:31:58 +0200
  • 5f8ffd6e47
    Readd python configure script Matan Kushner 2019-05-29 16:14:22 +0200
  • 792c553cb3
    Fix python symlink Matan Kushner 2019-05-29 16:09:40 +0200
  • 942724142a
    Remove coverage check from linux test run Matan Kushner 2019-05-29 15:58:03 +0200
  • 68d827816d
    Ensure Go bin is in $PATH Matan Kushner 2019-05-29 15:57:05 +0200
  • 24da55bc67
    Slim down the Go and Python installations Matan Kushner 2019-05-29 15:47:05 +0200
  • c84d335c47
    Half the size of the Node installation Matan Kushner 2019-05-29 15:27:50 +0200
  • d41df0c1cf
    Copy from built image rather than building separately Matan Kushner 2019-05-29 14:05:32 +0200
  • b8a508a2c5
    Generate coverage report as part of Docker run Matan Kushner 2019-05-29 13:39:11 +0200
  • 61b468ef4b
    Merge branch 'master' into test-tarpaulin Matan Kushner 2019-05-29 13:28:12 +0200
  • 617b278a33
    Use starship-test docker image for running integration tests (#70) Matan Kushner 2019-05-29 13:27:18 +0200
  • d11ab5af03
    Make job displayNames consistent Matan Kushner 2019-05-29 02:00:57 +0200
  • 7fb5c5161e
    Only docker push on successful master Matan Kushner 2019-05-29 01:53:37 +0200
  • 169cc18044
    Temporarily disable docker push condition Matan Kushner 2019-05-29 01:10:30 +0200
  • ed93a436f0
    Set docker username as variable Matan Kushner 2019-05-29 00:55:59 +0200
  • e2235a6fb7
    Create azure-test-docker template Matan Kushner 2019-05-29 00:52:33 +0200
  • 1f0d03533a
    Remove the unnecessary :latest Matan Kushner 2019-05-29 00:41:38 +0200
  • 5059326474
    Use docker image as cache Matan Kushner 2019-05-29 00:14:45 +0200
  • 2a210554dc
    Add name for docker test step Matan Kushner 2019-05-28 23:58:35 +0200
  • 2af77e8e2d
    Pull docker image for integration tests Matan Kushner 2019-05-28 23:56:43 +0200
  • 6f2b6a73c7
    Merge branch 'master' into add-config Matan Kushner 2019-05-28 20:23:44 +0200
  • a1647f9ef7
    Pass CODECOV_TOKEN to codecov Matan Kushner 2019-05-27 17:32:43 +0200
  • ce8a1bedd9
    Fix step display name capitalization Matan Kushner 2019-05-27 17:27:56 +0200
  • 2d78037053
    Run tarpaulin instead of cargo test Matan Kushner 2019-05-27 17:25:45 +0200
  • 3b8c042fc6
    Add codecov reporting from tarpaulin Matan Kushner 2019-05-27 17:00:55 +0200
  • 74bf9001fb
    Add tarpaulin to stable test Matan Kushner 2019-05-27 16:52:52 +0200
  • 5b1c2107db chore(deps): Bump dirs from 1.0.5 to 2.0.0 (#67) dependabot-preview[bot] 2019-05-27 16:43:36 +0200
  • 2825e893fa
    chore(deps): Bump dirs from 1.0.5 to 2.0.0 dependabot-preview[bot] 2019-05-27 09:27:03 +0000
  • 4cd98d862d fix: Check both stderr and stdout for Python version (#66) John Letey 2019-05-27 07:28:14 +0100
  • 0efddc53d9
    make review changes John Letey 2019-05-27 06:50:17 +0100
  • 27b945b0c9
    fix python version not showing for version < 3.4 John Letey 2019-05-26 17:53:56 +0100
  • 063f618670
    Apply module updates to battery Matan Kushner 2019-05-25 19:42:48 -0400
  • 02895bfb4b
    Merge branch 'master' into add-config Matan Kushner 2019-05-25 19:36:24 -0400
  • c2b0f3ac49
    docs: Add starship logo to README.md (#65) Matan Kushner 2019-05-25 11:11:12 -0400
  • f3ab23c35f
    Remove emojis from README.md Matan Kushner 2019-05-24 18:04:34 -0400
  • d8f503a096
    Reduce logo size Matan Kushner 2019-05-24 17:26:40 -0400
  • f4a430948c
    Try using logo as png Matan Kushner 2019-05-24 17:08:14 -0400
  • 66b6bbba95
    Remove all sanitize query params Matan Kushner 2019-05-24 17:04:15 -0400
  • b9f458639a
    Try removing sanitize Matan Kushner 2019-05-24 17:00:15 -0400
  • 533a4119b4
    Fix clipped dropshadow Matan Kushner 2019-05-24 16:58:55 -0400
  • 14ac73d9bb
    Clip the logo's content to the artboard' Matan Kushner 2019-05-24 16:56:32 -0400
  • ee10ee5e52
    Add starship logo Matan Kushner 2019-05-24 16:45:11 -0400
  • 9072955d2b
    Add deps.rs badge Matan Kushner 2019-05-23 18:34:15 -0400
  • cfc9ed5f36
    Fix double-comet Matan Kushner 2019-05-23 16:58:07 -0400
  • c4a8a4e33e
    Update badges and svgs Matan Kushner 2019-05-23 16:56:20 -0400
  • 6da84713c2
    Undo reordering of badges Matan Kushner 2019-05-23 16:44:34 -0400
  • a5b962d85c
    Reorder crate badges Matan Kushner 2019-05-23 16:42:01 -0400
  • a0b4951b5b
    Flesh out Cargo.toml Matan Kushner 2019-05-23 16:19:13 -0400
  • 5b989fcb9c
    feat: Add battery module(#63) Matan Kushner 2019-05-22 12:29:39 -0400
  • 0d2c5d975f
    Merge branch 'master' into add-battery-module Matan Kushner 2019-05-22 12:05:05 -0400
  • 4d034351e8 fix: Don't check extensions of directories (#64) Tim Mulqueen 2019-05-22 12:04:51 -0400
  • 29f5f586a3
    Round the battery percentage instead of truncating Matan Kushner 2019-05-22 11:47:22 -0400
  • da1147cab2 added unit test to cover failure case tim.mulqueen@gmail.com 2019-05-22 10:50:05 -0400
  • 9a6a5ed8ef now checks for type of path when doing scan tim.mulqueen@gmail.com 2019-05-22 10:33:41 -0400