Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

gitextensions

We want to make the best tool for working with git.
Collective - Host: opensource - https://opencollective.com/gitextensions - Website: https://gitextensions.github.io/ - Code: https://github.com/gitextensions

remove FormThemeEditor.cs

github.com/gitextensions/gitextensions - 6e3d29576630b241d6d8e5c2eed74b3b63a2250c authored almost 5 years ago
Color scheme followup #2

Rename some methods, refactor tests

github.com/gitextensions/gitextensions - 4d2ee3d24633fdda39bd83ae15597869590d10f7 authored almost 5 years ago
Migrate custom colors from AppSettings

github.com/gitextensions/gitextensions - 7efe7188fbbb454185d3391e8635107c0fa87e29 authored almost 5 years ago
AppColor.Value() -> AppColor.GetThemeColor()

github.com/gitextensions/gitextensions - 35d7c14efe6f91c7f0b9d5b5ff074d19670a1487 authored almost 5 years ago
FormCommit: Unaccessible COMMITMESSAGE (#7739)

github.com/gitextensions/gitextensions - 752b71f39a9bbcbf523aacf9ef7d99831d3f0b07 authored almost 5 years ago
Merge pull request #7775 from sharwell/update-reset

Fix incomplete reset in ReferenceRepository

github.com/gitextensions/gitextensions - 23e35781db8324c193d88eea07a4e8dc21fc8966 authored almost 5 years ago
Merge pull request #7770 from gerhardol/feature/p5717-submodule-button

Adapt submodule button to context

github.com/gitextensions/gitextensions - 58990cf263d8d9c136b9cd661f86716eb1baf480 authored almost 5 years ago
Merge pull request #7776 from NikolayXHD/rebase_button_text

fix InteractiveGitActionControl buttons text in dark theme

github.com/gitextensions/gitextensions - efc647f6f2d13e1f5fb8b0a5892884d312b25aa9 authored almost 5 years ago
fix InteractiveGitActionControl buttons text in dark theme

github.com/gitextensions/gitextensions - cb819a2da7f9b632c4e6f0d4d81454b3f022e52e authored almost 5 years ago
Fix failure to reset remotes during tests

github.com/gitextensions/gitextensions - dfdefe9a4cce77d64a3b0bfb0b4c8095d33ebf07 authored almost 5 years ago
Fix failure to reset user.name and user.email during tests

github.com/gitextensions/gitextensions - 8705e3256f5e2d813effdd1b599b79fa8578cf01 authored almost 5 years ago
Adapt submodule button to context

github.com/gitextensions/gitextensions - 8c2e61a72c83506f08327b60087f1fe5d8fd4151 authored almost 5 years ago
Improve ScriptRunnerTests

- use AsyncTestHelper.WaitForPendingOperations
- assert that no error is displayed by the tested...

github.com/gitextensions/gitextensions - a64b585eaed20aa35a471e273952eaa523afe345 authored almost 5 years ago
Merge pull request #7772 from sharwell/update-vs-threading

Update to Microsoft.VisualStudio.Threading 16.5.132

github.com/gitextensions/gitextensions - 1e8b352101a4332728c2373aca91ec897d2a689e authored almost 5 years ago
Remove unnecessary cancellation check

This check was implemented in microsoft/vs-threading#576.

github.com/gitextensions/gitextensions - d0023c8418f4e7a9226a767e477d34221a1f3447 authored almost 5 years ago
Update to Microsoft.VisualStudio.Threading 16.5.132

github.com/gitextensions/gitextensions - 13f79709077c12d432d4bd46a66d96fceb1cdd7c authored almost 5 years ago
Merge pull request #7744 from mstv/suppress_i7743

Disable flaky ROT remotes tests

github.com/gitextensions/gitextensions - ab13c44cae20b97dec4990047efc30b1014816b1 authored almost 5 years ago
Merge pull request #7771 from NikolayXHD/fix_nre

use RECT class (not struct) in theming interop

github.com/gitextensions/gitextensions - e194ed702f0ecc59896ec8f53f28d2dc62c14c58 authored almost 5 years ago
use RECT class (not struct) in theming interop

github.com/gitextensions/gitextensions - ec30c65d5471e3122fb456553a7fd86ad054b740 authored almost 5 years ago
Dump output of inconclusive tests on AppVeyor

github.com/gitextensions/gitextensions - f45a16e4777b562f4588fdf61e0ad73727eb5d0f authored almost 5 years ago
Ignore failure of flaky tests until #7743 is solved

- RepoObjectTree_should_load_active_remotes
- RepoObjectTree_should_order_active_remotes_alphabe...

github.com/gitextensions/gitextensions - 2e64c4bd5d41a7c73e6d4cb07a47212cecf88e18 authored almost 5 years ago
Prevent revision grid refresh when launching the Plugin Manager

github.com/gitextensions/gitextensions.pluginmanager - b874c9596289c1c97bcc2be8430f3a7328ce01ee authored almost 5 years ago
Provide consent to MIT license (#7760)

github.com/gitextensions/gitextensions - 8bb539816ba552ac7fb1a6cff145d56b29a1a9c3 authored almost 5 years ago
Provide consent to MIT license (#7758) (#7759)

github.com/gitextensions/gitextensions - 37e6fc93a3d1e190c7b2e285d4a52b2ecda78789 authored almost 5 years ago
Merge pull request #7750 from sharwell/check-handle

Avoid attempting to update non-existent UI

github.com/gitextensions/gitextensions - 35d144c2ba32e32a0a011efafcb99b9210313d0d authored almost 5 years ago
Avoid attempting to update non-existent UI

github.com/gitextensions/gitextensions - d072142baaec034a10bedd9fa15854eed6269222 authored almost 5 years ago
Provide consent to MIT license (#7758)

github.com/gitextensions/gitextensions - 26b3a2b967ba6e8c996dd9ddd128cc07eb7328ed authored almost 5 years ago
Provide consent to MIT license (#7756)

github.com/gitextensions/gitextensions - 39aab42b8748f5a8d7f7f77360363a7bfe41b6df authored almost 5 years ago
fix: Plugins private binaries not resovled (#7741)

Enumerate all plugin folders under Plugins folder and update probing
path on build.

The rece...

github.com/gitextensions/gitextensions - 99765cd2fecb845bd08b11e441b42c57c601a4e0 authored almost 5 years ago
Merge pull request #7752 from sharwell/avoid-delay

Avoid a 200ms delay when RunBackgroundAsync is cancelled

github.com/gitextensions/gitextensions - 95a08bc34107d06d1dd94689ad0426c94f987559 authored almost 5 years ago
Merge pull request #7753 from sharwell/test-hangs

Avoid deleting test directories while operations may be in progress

github.com/gitextensions/gitextensions - e860ded1ca6ef60663ca522f060928accaf647e3 authored almost 5 years ago
Provide consent to MIT license (#7754)

github.com/gitextensions/gitextensions - 2b4d1aecdec00d40e52a0c1cd09a86b9c2e95977 authored almost 5 years ago
Avoid deleting test directories while operations may be in progress

github.com/gitextensions/gitextensions - 17314349f886a8dc09c6a70d46a4bb4ebcf227c0 authored almost 5 years ago
Provide consent to MIT license (#7749)

github.com/gitextensions/gitextensions - 9aa5df9e8cfd6606978d675651f60146b575f3bd authored almost 5 years ago
Avoid a 200ms delay when RunBackgroundAsync is cancelled

github.com/gitextensions/gitextensions - 5b1fc1930cd5ed397e0b18ecab0f9b0d8f1201c8 authored almost 5 years ago
Merge pull request #7747 from sharwell/update-analyzers

Update vs-threading analyzers and fix new diagnostics

github.com/gitextensions/gitextensions - d815828f3246e65e32889e193652186f885194ad authored almost 5 years ago
Use JoinableTask for work started and later joined

github.com/gitextensions/gitextensions - 70789cd51ac31b16994034c99d38fdab0aa7a729 authored almost 5 years ago
Simplify fire-and-forget invocation

github.com/gitextensions/gitextensions - cf96af658f871d4f0d935b603fd6064dbdc93ec4 authored almost 5 years ago
Use async methods when available

github.com/gitextensions/gitextensions - 1ca888f745b3b58d814a82e822e5794bb1f366f1 authored almost 5 years ago
Avoid 'async void' methods

github.com/gitextensions/gitextensions - 2ba4decfe5559fc27fe78872b8f92c124b2ce3bf authored almost 5 years ago
Suppress VSTHRD003 where not problematic

github.com/gitextensions/gitextensions - e1988e3699e7be3d4a3e27b90ed1ddab35e7f789 authored almost 5 years ago
Suppress VSTHRD103 where not problematics

github.com/gitextensions/gitextensions - b1163eb72bf1b5bfa7955f866b5da5ccdc55fb24 authored almost 5 years ago
Update threading analyzers

github.com/gitextensions/gitextensions - a3f36813ed91cf72098d248a84b4704af4c4402b authored almost 5 years ago
Merge pull request #7736 from gerhardol/bugfix/dark-theme-warning

Adapt colors for warning header with dark theme

github.com/gitextensions/gitextensions - db89ac52bd9d58fd1a64926d1552287baacb0f09 authored almost 5 years ago
Adapt colors for warning header with dark theme

github.com/gitextensions/gitextensions - 709e39e251bf6ec42aaf5ae5380204475df386ff authored almost 5 years ago
ObjectId test corrections

github.com/gitextensions/gitextensions - d5a440828c266d18d3c99c15ebb887e98f0f5f8c authored almost 5 years ago
Merge pull request #7703 from mstv/fix/arcade_build

Addendum to Arcade build

github.com/gitextensions/gitextensions - f29d5f399006b0abd9d9fabbd5c3cdd0ce00c0ba authored almost 5 years ago
Contributor list updated (#7729)

github.com/gitextensions/gitextensions - edc84c06f2c4ccf3f34a72056ac8290b94fb839d authored almost 5 years ago
Configurable test execution

- store test results
- add IGNORE_TEST_RESULT
- repeat test runs TEST_RUN_COUNT times
- delete o...

github.com/gitextensions/gitextensions - 78655b83a244639fe142cd653ee9a2aa8400183b authored almost 5 years ago
Do not run any tests in parallel until stable

github.com/gitextensions/gitextensions - 14c122f501f3e7d8ffce6833bfeb0ea1a7a894ec authored almost 5 years ago
fixup! Execute unit tests

github.com/gitextensions/gitextensions - afafad27bc7485b558235e2fc7396488e06c6e1a authored almost 5 years ago
Set NUnitConsoleRunnerVersion in DefaultVersions.props

github.com/gitextensions/gitextensions - 975b1061c6b06cc274a543520111c750db46d3fb authored almost 5 years ago
Sign-off contribution (#7727)

github.com/gitextensions/gitextensions - b0dea2f2d6989c1b7f54b795b3fabf567d10c04f authored about 5 years ago
Cleanup interops (#7718)

Cleanup interops

github.com/gitextensions/gitextensions - 4504a6933ab46d7937516630f74fa9df442a827a authored about 5 years ago
Optimise SetWindowTheme

github.com/gitextensions/gitextensions - b59ea9f456c9e27d710ba9d3209685f30a3dfa10 authored about 5 years ago
Correct LVGROUPW definition

github.com/gitextensions/gitextensions - d66d3446bb6712e517c5bc03009d3b75434d9e47 authored about 5 years ago
Fix SendMessageW interops

github.com/gitextensions/gitextensions - e5ed9b377ef958d77c9e77d44398ee50291ffea6 authored about 5 years ago
Fix RECT definition

github.com/gitextensions/gitextensions - 1dfd8e4d73c95e856316df2f20ccd3dd2f92b88a authored about 5 years ago
Add feature to open repo in a new window (#7567)

github.com/gitextensions/gitextensions - 5c9d596bc1534dc50f4af9448f7e547ce41c752b authored about 5 years ago
Fix several interop import defintions and signatures

github.com/gitextensions/gitextensions - 60bcd583f4c753ce307d8bf016a8bcbe468f122a authored about 5 years ago
Move interop declarations to own files. No functional changes

github.com/gitextensions/gitextensions - f817d2f4107574146f392d978140275231134624 authored about 5 years ago
merge conflict: Do not require .cmd or .path (#7655)

github.com/gitextensions/gitextensions - 2436c6a64dcad34e06ba9ee62f78f5f5f052b710 authored about 5 years ago
Refactor: Compare with ObjectId rather than Guid (#7719)

github.com/gitextensions/gitextensions - ed543e7d9c866821ec84b8033dfd53bce3c07a17 authored about 5 years ago
removed TopMost attribute from the FormUpdates dialog (#7715)

github.com/gitextensions/gitextensions - b82baf171c865b8b8b280a91c3bc03916f4ce31c authored about 5 years ago
Code maintenance, no functional changes

github.com/gitextensions/gitextensions - 10220784b3535390cec3b603b7a06c25f8582584 authored about 5 years ago
gitex.cmd: handle quotes in commands (#7711)

gitex.cmd: handle quotes in commands

github.com/gitextensions/gitextensions - bfc6ea1ea0760b2a6dfac22b6318bc56e5aba522 authored about 5 years ago
Merge pull request #7690 from gerhardol/bugfix/i7660-view-gititems

FileViewer: Do not access the file system for git blobs

github.com/gitextensions/gitextensions - 3cf3935a50d73e918573c5e9432fad8b139c78bd authored about 5 years ago
gitex.cmd: handle quotes in commands

github.com/gitextensions/gitextensions - 93230c83c09a85d1c6211be292170a4140189b86 authored about 5 years ago
Use Microsoft Arcade to improve build pipelines (#7649)

Use Microsoft Arcade to improve build pipelines

github.com/gitextensions/gitextensions - 0b00208914c1e126de69fdbf162bc2252113b344 authored about 5 years ago
Execute integration tests

The integration tests can now be invoked from a command line
with `-integrationtest` switch, e.g...

github.com/gitextensions/gitextensions - e1837172b3b1f4e6662d45cdef367a747d2a1a41 authored about 5 years ago
Execute unit tests

The unit tests can now be invoked from a command line
with `-test` switch, e.g.:
```
> .\build.c...

github.com/gitextensions/gitextensions - 7aa80439c867a5c97ff744fc88ee5c02b61458cc authored about 5 years ago
Clean default \bin and \obj folders

The solution can be cleaned with `-clean` switch that removes .\artifacts
folder, e.g.:
```
> .\...

github.com/gitextensions/gitextensions - 0d400dd42512a97c78b457f529e7114e98890239 authored about 5 years ago
Build C++ projects

Native project can now be built with `-buildNative` switch, e.g.:
```
> .\build.cmd -buildNative...

github.com/gitextensions/gitextensions - 849ce33530c7192a0a7d086f5160cf09a2f92c95 authored about 5 years ago
Use Microsoft.DotNet.Arcade.Sdk

"Imitation is the sincerest form of flattery". Copy implementations
from the Microsoft.DotNet.Ar...

github.com/gitextensions/gitextensions - 64fcd931831c5f4360cffb9672109f4208ff73da authored about 5 years ago
Fix AppTitleGeneratorTests.Generate_should_include_debug_suffix (#7698)

github.com/gitextensions/gitextensions - ab6032284a0da397a847fbdbc69cba0686fa1df7 authored about 5 years ago
FileViewer: Do not access the file system for git blobs

The file system (paths and contents) could be accessed also if git blobs
(or commits/submodules)...

github.com/gitextensions/gitextensions - 9ebcc36755ee091b0b43249f56cae8be80da52a8 authored about 5 years ago
Add warning header (#7457)

Add warning header

github.com/gitextensions/gitextensions - 0c3fe90bad6505b2d5c9f52d297364ffad3b14e4 authored about 5 years ago
Remove unexpected ConfigureAwait(false) (#7696)

github.com/gitextensions/gitextensions - 94f7e49f84d2faec4256bd6b36fff88ebbea04f5 authored about 5 years ago
Merge pull request #7692 from sharwell/async-joins

Join pending operations asynchronously

github.com/gitextensions/gitextensions - c3e74b3bebe4813e6e937ae650c107544d5198ab authored about 5 years ago
Avoid changing production code for test purposes

github.com/gitextensions/gitextensions - a3603ff6500709bdc0aa11e060d2c8f0d8c6128a authored about 5 years ago
Simplify ThreadHelperTests

github.com/gitextensions/gitextensions - 01c8ea67f1b9054e76ada6c44dacbbd2ba87bcc1 authored about 5 years ago
Join pending operations asynchronously

github.com/gitextensions/gitextensions - cb17dd3cb48024f5423321986d57e9c6dfdedcc3 authored about 5 years ago
Merge pull request #7691 from sharwell/update-nunit

Update NUnit

github.com/gitextensions/gitextensions - fc06f706ec8a153301e564564b9d3b33a6b662ae authored about 5 years ago
Simplify tests by making them asynchronous

github.com/gitextensions/gitextensions - a70e310e33dfa8cf977511b87edd1b96a881d94f authored about 5 years ago
Create forms on the main thread

github.com/gitextensions/gitextensions - 94fa93b9b7c5002109527ab0c171ee5bd1a2cadf authored about 5 years ago
Use AssertEx.ThrowsAsync instead of Assert.ThrowsAsync

The new assertion method is asynchronous, which removes the need to push a
nested application me...

github.com/gitextensions/gitextensions - 18e9a8da2c80cdd8ad0c4f8815712dd107003d81 authored about 5 years ago
Remove status bar and warning tool strip items

github.com/gitextensions/gitextensions - ceba03d145aeddefc55781a9ef36f023e7cc13ec authored about 5 years ago
Add a header to the revision grid

The header displays any modifier that is active in the repo
(rebase/merge/patch/bisect) and prov...

github.com/gitextensions/gitextensions - 96228e3a8540b8231eca6e2f7a9f3941c8fd2931 authored about 5 years ago
Add git command helpers

Added helpers for continuing and aborting a merge, with tests.

github.com/gitextensions/gitextensions - 740c459ebd42f571fe7b2f30f85d122f45850cc0 authored about 5 years ago
Added check for ongoing merge

github.com/gitextensions/gitextensions - dfdc370955b8f00dd84ad9ba8f2627c18d0b8412 authored about 5 years ago
Fix the expected exceptions in ControlThreadingExtensionsTests

github.com/gitextensions/gitextensions - 4d0ac6366530a18e8cd4180c5bb0a401cc891739 authored about 5 years ago
Merge pull request #7666 from gerhardol/feature/i4154-filestatus

Add A/B to RevisionDiff revision descriptions #7626

github.com/gitextensions/gitextensions - 3c5619ebaeca694a3eca6315a51b46e3fdb0436e authored about 5 years ago
Revision description for Reset-First was incomplete

github.com/gitextensions/gitextensions - d2cc926cd937c92cf7b40e560784a3c91fa22a76 authored about 5 years ago
Add a/b to RevisionDiff revision descriptions

Sha short, put first to align presentation

github.com/gitextensions/gitextensions - 1176ec3d312b706b87f09063bdbab971a58f0ea0 authored about 5 years ago
Do not deregister from Application.ThreadException between tests (#7686)

between tests in order to catch all exceptions during tests
fixes #7684

github.com/gitextensions/gitextensions - 548ce20e184bb4fbe6d8c6fb2ca15f0c045656fc authored about 5 years ago
Disable flaky test GetSuperprojectCurrentCheckout (#7688)

github.com/gitextensions/gitextensions - 45e742a07a17dab5d00a32e2a26a3d933e6766a2 authored about 5 years ago
ObjectId ShortString: set default to 8 chars (#7667)

github.com/gitextensions/gitextensions - f69ed87a1fab7e6610dcd71488157a2971e2f542 authored about 5 years ago