Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Releases: pawel-lewtak/economic-py

v0.10

10 Aug 07:23
Compare
Choose a tag to compare

This release is here just to tag all changes made to master since previous version. Project is considered abandoned and I'd be happy if someone wants to fork it and keep improving. Changes:

  • improve regular expression to match project id,
  • speed up JIRA requests by limiting fields returned to used ones only,
  • improve tests for Python3 support,
  • add PEP257 to tests,
  • minor changes: code formatting, docs updated etc.

v0.9

31 Dec 00:42
Compare
Choose a tag to compare
  • raise error when Office authorization fails,
  • disable urllib3 security warning for Python < 2.7.9,
  • add possibility to define economic user id in configuration file,
  • update requirements, add test cases and minor code refactoring

v0.8

11 Aug 09:38
Compare
Choose a tag to compare
  • Add support for Office365 calendar,
  • Many minor fixes, refactoring and code improvements.

v0.7

11 Mar 09:14
Compare
Choose a tag to compare
  • Add Python3 support.

v0.6

11 Feb 09:39
Compare
Choose a tag to compare
  • Added --date parameter to export events for given day from Google Calendar,
  • Updated e-conomic support to reflect latest changes in API,
  • Add some unit tests,
  • A lot of minor tweaks and fixes.

v0.5

30 Jan 14:27
Compare
Choose a tag to compare
  • Search for economic id and activity id in Google Calendar event description,
  • Fixed list of ignored phrases for Google Calendar,
  • Added check for missing/extra settings in configuration file,
  • Default descriptions for Google Calendar events are taken from e-conomic.

v0.4

26 Jan 13:56
Compare
Choose a tag to compare
  • Searching for economic project ID in multiple JIRA fields,
  • Added --dry-run command line option that prints data but doesn't actually put anything into e-conomic,
  • Fixed adding events that span for many days,
  • Report only meetings with confirmed attendance,
  • Fix for saving Google Calendar token in application folder,
  • Dropped support for default task description.

v0.3

27 Nov 13:36
Compare
Choose a tag to compare
  • Added basic support for reporting hours based on worklog,
  • Migrated Google Calendar API from v2 to v3

v0.2

28 Oct 08:52
Compare
Choose a tag to compare
  • Added handling of economic field in JIRA as input field,
  • Added conversion of calendar event name to utf8.

v0.1

30 Sep 12:46
Compare
Choose a tag to compare

Initial working version.