- 03 Dec, 2021 12 commits
-
-
Robert Hlavica authored
Fix urls See merge request !56
-
Robert Hlavica authored
-
Robert Hlavica authored
Add website See merge request !50
-
-
Robert Hlavica authored
migrating to aws facturoid See merge request !55
-
Robert Hlavica authored
-
Robert Hlavica authored
migrating to aws basecamp See merge request !54
-
Robert Hlavica authored
-
Robert Hlavica authored
Migrating to aws harvest See merge request !53
-
Robert Hlavica authored
-
Robert Hlavica authored
Migrating to aws Webhooks and reporting See merge request !51
-
Robert Hlavica authored
-
- 06 Oct, 2021 2 commits
-
-
Robert Hlavica authored
Fix DST Root CA X3 See merge request !49
-
Robert Hlavica authored
-
- 17 Feb, 2020 6 commits
-
-
Zdeněk Drahoš authored
-
Zdeněk Drahoš authored
https://gitlab.com/costlocker/integrations/-/jobs/439775610 - stucked job https://gitlab.com/costlocker/integrations/-/jobs/304472497 - it should not be more than 10 minutes Probably caused by new dind image https://gitlab.com/gitlab-com/support-forum/issues/5194#note_288435048 CzechHolidays changed, I need rebuild reports images after !47
-
Zdeněk Drahoš authored
https://gitlab.com/costlocker/integrations/-/jobs/439758562 https://costlocker.gitlab.io/-/integrations/-/jobs/439758562/artifacts/reports/backend/var/QA/security-checker.html composer require symfony/http-foundation:~3.4 symfony/http-kernel:~3.4
-
Zdeněk Drahoš authored
-
Zdeněk Drahoš authored
One month can contain tracking from multiple recurring instances. It's not always first project.
-
Zdeněk Drahoš authored
-
- 25 Nov, 2019 3 commits
-
-
Zdeněk Drahoš authored
Delete them via API or DB in Costlocker, if it's required. (it might not be so simple for finished timesheet projects)
-
Zdeněk Drahoš authored
-
Zdeněk Drahoš authored
-
- 16 Oct, 2019 1 commit
-
-
Zdeněk Drahoš authored
Created basecamp project is useless, if only admin can access it. It's not breaking change for existing companies, otherwise we should introduce new setting. SELECT settings::json->>'isCreatingBasecampProjectEnabled' AS isCreatingBasecampProjectEnabled, settings::json->>'areTodosEnabled' AS areTodosEnabled, (settings::json->>'isCreatingBasecampProjectEnabled')::bool AND NOT (settings::json->>'areTodosEnabled')::bool AS isBreakingChange, * FROM cl_companies WHERE settings IS NOT NULL; It's hotfix. Full solution would have to: - know about granted people in changelog/events (updated project always "No change after user request sync" at the moment) - maybe support revoking people (current revoke is tied to people in todolists)
-
- 14 Oct, 2019 4 commits
-
-
Zdeněk Drahoš authored
339aa181...2951b7a4
-
Zdeněk Drahoš authored
Basecamp - fix building simple api url without removing support for absolute urls (used for webhook) f149623e
-
Zdeněk Drahoš authored
Missing domain in 0ac047a6 { "exception": "GuzzleHttp\\Exception\\RequestException", "error": "cURL error 3: <url> malformed (see http:\/\/curl.haxx.se\/libcurl\/c\/libcurl-errors.html)" }
-
Zdeněk Drahoš authored
Not fully fixed in 937dd33f /api-public/v2/v1 { "Simple_Activities": {} } { "errors": [{ "status": 404, "title": "Resource not found", "detail": "Resource 'v1' is not allowed, allowed resources: '/', '/me', '/me/tokens', '/me/tokens/{id}', '/projects', '/projects/{id}', '/timeentries', '/people', '/overheads', '/webhooks', '/webhooks/{id}', '/webhooks/{id}/test'" }] }
-
- 02 Oct, 2019 5 commits
-
-
Zdeněk Drahoš authored
https://gitlab.com/costlocker/integrations/-/jobs/309775911 https://gitlab.com/costlocker/integrations/-/jobs/309782816 Previously I ran bin/qa in pm folder...
-
Zdeněk Drahoš authored
-
Zdeněk Drahoš authored
-
Zdeněk Drahoš authored
-
Zdeněk Drahoš authored
Otherwise number of projects don't match in Projects vs Accounts
-
- 30 Sep, 2019 1 commit
-
-
Zdeněk Drahoš authored
https://github.com/basecamp/bcx-api/blob/master/sections/accesses.md#grant-access API always returns 204, but access granted only if email_addresses is array (not object). $emails = [ "John Doe (john@example.com)": "john@example.com" ]; Granting access to existing people was never used in production code, used only in remote test https://gitlab.com/costlocker/integrations/blob/fd285140/basecamp/backend/src/Sync/Synchronizer.php#L189 https://gitlab.com/costlocker/app-v2/backend/commit/b8f3980
-
- 26 Sep, 2019 1 commit
-
-
Zdeněk Drahoš authored
61fcd237
-
- 25 Sep, 2019 2 commits
-
-
Zdeněk Drahoš authored
!44
-
Zdeněk Drahoš authored
Side-effect in array.splice (https://stackoverflow.com/q/8495687), missing React key.
-
- 24 Sep, 2019 3 commits
-
-
Zdeněk Drahoš authored
-
Zdeněk Drahoš authored
-
Zdeněk Drahoš authored
-