I Use This!
High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Dec 02, 2023 — Dec 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In the trunk, at merge.c: Open the root directory baton for each operation. More... 1 day ago
GitHub Actions: Fix cmake/ctest parallel jobs argument More... 1 day ago
Minor code format in merge.c. More... 1 day ago
Follow-up to r1922203: GitHub Actions: add missing `-D` prefix when specifying the option for parallel tests. More... 5 days ago
GitHub Actions: Run tests in parallel. Currently guessing the amount of jobs to `16`. In my local environment this was the optimal amount. More... 5 days ago
GitHub Actions: Make the workflows' names to be smaller; The previous were a bit confusing. More... 6 days ago
* CHANGES: Update in preparation for 1.14.5 and predict a release date
danielsahlberg
as Daniel Sahlberg
More... 6 days ago
In the trunk, merge.c: Do not prefix the type of the `source` variable with `struct` keyword; svn_client__merge_source_t is a typedef. More... 7 days ago
In the trunk, merge.c: Separate the code for mergeinfo adjustments by a few newlines. More... 7 days ago
In the trunk, merge.c: Declare start_rev and end_rev separately instead of using a single svn_merge_range_t with later usage of its .start and .end fields. More... 7 days ago
.asf.yaml doesn't work for since we don't have a r/w Git repository.
danielsahlberg
as Daniel Sahlberg
More... 7 days ago
In the trunk, merge.c: Factor-out create_file_baton() function, that allocates a new file baton in a pool given. More... 7 days ago
In the trunk, merge.c: Factor-out create_dir_baton() function, that allocates a new directory baton. More... 7 days ago
cmake: Add an option that configures the test-suite for parallel execution. It will give unique directory to each test, so if they would get run in parallel, the resources of each test would not conflict with each other. However, this will make the tests to create new sandboxes for each. More... 8 days ago
Revert changes from r1922107, this should fix the build.
danielsahlberg
as Daniel Sahlberg
More... 8 days ago
cmake: follow-up to r1922117: Separate py_test_abspath and py_test_relpath variables everywhere; I forgot to save file before commit. More... 8 days ago
cmake: follow-up to r1922116: use the test's relative path only when adding it to the list of the running tests. Use absolute path when listing the tests with EXPAND_TESTS option enabled. More... 8 days ago
cmake: Let pytests to create their temporary data in the subdirectory of the build-dir. More... 8 days ago
Add file header to the `.asf.yaml` file. More... 8 days ago
Follow-up to r1920955: Fix broken autoconf out-of-tree builds. More... 8 days ago
Followup to r1922105:
danielsahlberg
as Daniel Sahlberg
More... 8 days ago
Revert accidental changes in r1922105. It was not intended for commit right now.
danielsahlberg
as Daniel Sahlberg
More... 8 days ago
Intentionally break the build to check if GitHub Action Notifications work. This change should obviously be reverted in the future.
danielsahlberg
as Daniel Sahlberg
More... 8 days ago
Try to get GitHub Action notifications working, based on instructions from https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#github-actions-build-status-emails
danielsahlberg
as Daniel Sahlberg
More... 8 days ago
Adjust a spelling (fat-finger-misstake) in r1922076.
danielsahlberg
as Daniel Sahlberg
More... 9 days ago
GitHub Actions workflows (cmake and autoconf): Run build against Serf library, to enable libsvn_ra_serf. More... 9 days ago
cmake tests: add an option that enumerates all subtests in all pytest modules, and adds them separately. More... 9 days ago
Add .clang-format file with initial formatting configurations. More... 9 days ago
Output the dump in repr() format instead of trying to decode to utf-8, which would fail if a dump file contains non-utf-8 data.
danielsahlberg
as Daniel Sahlberg
More... 9 days ago
It was pointed out to me that the backport_tests only succeed when executed by someone with the username 'daniel'. While I could not reproduce it myself nor necessarily agree it is a fault, I was convinced to adjust it anyway.
danielsahlberg
as Daniel Sahlberg
More... 10 days ago