Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Releases: codelabsab/timereport-slack

Add option to list locks

30 Jun 20:34
9b354b9

Choose a tag to compare

To list locks:
/timereport lock list

Also support for specify year:
/timereport lock list 2019

Add helpful message for lock action

11 Jun 12:07
79b02d7

Choose a tag to compare

When user forgets to provide an argument

Add more help messages

22 Apr 13:59
35842d4

Choose a tag to compare

Show specific help for all actions

1.13.3: Upgrade python #129 (#157)

05 Dec 07:29
9f1ad51

Choose a tag to compare

Use python 3.7 in Travis and in pipfile

1.13.2: Refactor creating block messages for list action (#155)

03 Dec 20:42
80a0bce

Choose a tag to compare

Add Slack class methods for creating block messages in a generic way to make it easier to build slack block messages.
Remove the old create_block_message function.

Implement edit action

24 Nov 21:13
bc02a09

Choose a tag to compare

Merge pull request #146 from codelabsab/#12-implement-edit

Refactor _valid_number_of_args

Improve edit action

20 Nov 08:42
bec3a3d

Choose a tag to compare

Improve _edit_action (#142)

* Improve edit action

* Use parse_date function
* Send feedback if wrong date format
* Send feeback if date range (not supported for edit)
* Check if month is locked
* Remove unnecessary test

#12

Implement checking lock for add action

19 Nov 08:04
4c8d361

Choose a tag to compare

Check locks for add action (#140)

Add action will now check if one or more months are locked in the given date range before adding

#100

Implement lock for delete action

13 Nov 16:36
c1fe5eb

Choose a tag to compare

1.11.0

Implement lock check for delete action (#139)

Refactor factory

13 Nov 14:44
6b2f28e

Choose a tag to compare

Fixes #137 refactor factory (#138)

* Renamed json_factory -> factory
* Remove old factory
* Add format_str as configurable item
* Move date_range into helpers.py
* Add new function validate_date
* Refactor submit_message_menu

#137