0
I Use This!
High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Run e2e tests with multiple Redmine versions More... 4 months ago
Add support in e2e tests for latest Redmine versions More... 4 months ago
refactor end2end test setup, use separate redmin instance for e2e tests More... 4 months ago
Merge pull request #360 from Art4/introduce-e2e-tests More... 4 months ago
Test updating group More... 4 months ago
Test list and show groups More... 4 months ago
Extract redmine tasks into own testcase class, add composer script for e2e tests More... 4 months ago
Add End2End test for creating a group More... 4 months ago
remove mariadb from docker-compose.yml, pick specific PHP 8.3.1 version More... 4 months ago
Merge pull request #359 from Art4/custom-fields-support-in-groups More... 4 months ago
Update CHANGELOG.md and docs More... 4 months ago
Fix tests More... 4 months ago
implement Group::update() More... 4 months ago
Merge pull request #358 from Art4/improve-github-action-jobs More... 4 months ago
Add docs to create group with custom fields More... 4 months ago
Add test to create group with custom fields More... 4 months ago
Add test to create group with user_ids More... 4 months ago
Move tests for Group::create into separate test case More... 4 months ago
move code-coverage, phpstan and code-style checks into own github action tasks More... 4 months ago
Merge pull request #357 from Art4/add-httpclient More... 4 months ago
simplify client mock More... 4 months ago
Fix typo More... 4 months ago
Use User Api in IssueApi More... 4 months ago
Use Tracker Api in IssueApi More... 4 months ago
Use IssueCategory Api in IssueApi More... 4 months ago
Use Project Api in IssueApi More... 4 months ago
Use IssueStatus Api in IssueApi More... 4 months ago
improve test script More... 4 months ago
Remove tests moved already to DeleteTest class More... 4 months ago
Use HttpClient in Issue::setIssueStatus() More... 4 months ago