Releases: wbbly/time-api
v2.0.0-beta.6
ADD | Extended users info API + Technologies API
v2.0.0-beta.5
1) UPDATE | Reports page. Disable merging of time entries
v2.0.0-beta.4
UPDATE | Invoice API
Respond with owner_id for all the users
v2.0.0-beta.3
UPDATE | Added Invoice API to Wobbly
v2.0.0-beta.2
UPDATE | Added Worklog sync from JIRA to Wobbly
v2.0.0-beta.1
1) FIX | Standartize user email. An issue with uppercases email
2) UPDATE | Bump apollo-server-express from 2.4.8 to 2.14.2 in /app
Bumps apollo-server-express from 2.4.8 to 2.14.2.
Signed-off-by: dependabot[bot] support@github.com
v2.0.0-beta.0
1) FIX | Sync with Jira Cloud failed while configuration
2) ADD | Sync with Jira
Extended timer entry title with an estimation time from Jira task
Before sync: Investigate the technology
After sync: 2h | Investigate the technology
3) ADD | Report page. Export in csv
Removed \r\n, \r and \n characters in the exported csv file to fix broken timer entries in it.
The list of characters:
\r (Carriage Return) → moves the cursor to the beginning of the line without advancing to the next line
\n (Line Feed) → moves the cursor down to the next line without returning to the beginning of the line. In a *nix environment \n moves to the beginning of the line.
\r\n (End Of Line) → a combination of \r and \n
4) UPDATE | Update configuration
- README.md
- Docker configuration
- Nginx configuration
v1.0.0
See the release notes for more information