Skip to content

Releases: global/luascli

Added data.gov.ie license information to the project info

20 Nov 00:07
3247b99
Compare
Choose a tag to compare

Added

  • Update the license information to include Irish Public Sector Data license

Release 0.9.0

10 Nov 21:38
95b7868
Compare
Choose a tag to compare

Added

  • Added format text/json to luas address command
  • Added demo gif

Added badges and codecov integration

06 Nov 23:37
0fe8125
Compare
Choose a tag to compare

Added

  • Build / test / release badges in the README.md file
  • Added codecov.io integration in the ci/cd pipelines

Added luas fare calculator command

06 Nov 22:52
Compare
Choose a tag to compare

Added

  • You can now calculate the fare of your journey with luas fare begin_journey end_journey --adults N --children Y

Added time command

01 Nov 20:07
e2fad73
Compare
Choose a tag to compare

Added

  • You can now get the timetable of a Luas stop using luas time <stop> in 2 formats: json and text

Changed CLI argument order, better error handling and added 'address' command

30 Oct 01:31
d7e2084
Compare
Choose a tag to compare

Added

  • You can now get the address of a Luas stop using luas address <stop>
  • Added better error handling
  • Configuration is now stored in config.py

Changed

  • Complete refactor of cli to simplify code and parameter passing

100% coverage of unit testing

28 Oct 23:43
ffdd498
Compare
Choose a tag to compare

Added

  • Unit testing to all components with 100% coverage

Added pytest and CI/CD pipelines

28 Oct 18:35
Compare
Choose a tag to compare

Added

  • CI/CD pipeline allow us to build and publish the tool with a new tag is generated
  • CONTRIBUTING.md document with development information
  • Added initial test setup
  • Added bandit for static code security analysis
  • Added black as our pep8 formatting tool

Changed

  • Fixed flake8 dependency missing in the pipenv configuration

Added initial testing and CI/CD pipelines

28 Oct 19:00
Compare
Choose a tag to compare

Added

  • CI/CD pipeline allow us to build and publish the tool with a new tag is generated
  • CONTRIBUTING.md document with development information
  • Added initial test setup
  • Added bandit for static code security analysis
  • Added black as our pep8 formatting tool

Changed

  • Fixed flake8 dependency missing in the pipenv configuration

First release version of luascli

27 Oct 18:51
Compare
Choose a tag to compare

There is much to work on this tool, but it already offers 3 interesting features:

  • List of all Luas stops per line (red/green)
  • Show the location of a Luas stop on a map
  • Display the operational status information of a Luas line (red/green)

What we are planning next:

  • CI/CD to build and publish the tool automatically
  • Display the address of any Luas stop
  • Display the timetable of the next inbound/outbound Luas per stop