Skip to content

Releases: vincentclaes/stepview

0.4.1

23 May 19:50
b428c42
Compare
Choose a tag to compare
  • fix print twice failed in table

0.4.0

23 May 19:21
23bf2aa
Compare
Choose a tag to compare
  • specify tags as --tags foo=bar,baz=xud
  • fetch all statemachines via boto3 "resourcegroupstaggingapi"

0.3.0

10 May 19:59
Compare
Choose a tag to compare
  • Get data from cloudwatch metrics
  • Implement ThreadPoolExecutor.
  • I tried with asyncio, but I ran into issues. Asyncio didn't wait for all requests to finish.
  • ThreadPoolExecutor does the job.

before:
stepview --profile datajob,amaaai --period year 6.08s user 0.47s system 5% cpu 2:08.64 total

after:
stepview --profile datajob,amaaai --period year 7.23s user 1.67s system 136% cpu 6.516 total

0.3.0.dev1

08 May 19:17
Compare
Choose a tag to compare
  • Implement ThreadPoolExecutor.
  • I tried with asyncio, but I ran into issues. Asyncio didn't wait for all requests to finish.
  • ThreadPoolExecutor does the job.

before:

stepview --profile datajob,amaaai --period year 6.08s user 0.47s system 5% cpu 2:08.64 total
after:

stepview --profile datajob,amaaai --period year 7.23s user 1.67s system 136% cpu 6.516 total

0.3.0.dev0

08 May 18:53
Compare
Choose a tag to compare
  • get data from cloudwatch metrics
  • like this we do not run on requests limit using boto3

0.2.1

21 Apr 18:58
a0b13d5
Compare
Choose a tag to compare

make makefile better

0.2.0

21 Apr 18:41
ab84d62
Compare
Choose a tag to compare

support python 3.7 and above

0.1.1

18 Apr 13:05
Compare
Choose a tag to compare
  • add boto3 dependency

0.1.0

18 Apr 12:47
Compare
Choose a tag to compare

First working version of stepview 🥳