* GitButler Integration Commit
This is an integration commit for the virtual branches that GitButler is tracking.
Due to GitButler managing multiple virtual branches, you cannot switch back and
forth between git branches and virtual branches easily.
If you switch to another branch, GitButler will need to be reinitialized.
If you commit on this branch, GitButler will throw it away.
Here are the branches that are currently applied:
- feat/frpcc (refs/gitbutler/feat/frpcc)
branch head: e52195a01a6e3432cccc3ba952a8c940ad4d3fc6
- test/main.go
- go.sum
- go.mod
- server/service.go
For more information about what we're doing here, check out our docs:
https://docs.gitbutler.com/features/virtual-branches/integration-branch
* fix: barry 2024-07-03 15:36:17
* fix: barry 2024-07-03 15:44:12
* fix: barry 2024-07-03 15:46:25
* fix: barry 2024-07-03 16:52:13
* fix: barry 2024-07-03 17:30:53
* fix: barry 2024-07-03 17:42:01
* fix: barry 2024-07-03 18:43:39
* fix: barry 2024-07-03 19:36:06
* fix: barry 2024-07-03 19:43:47
* fix: barry 2024-07-04 10:51:06
* fix: barry 2024-07-04 12:29:01
* fix log and body
* fix rate calc
* fix: barry 2024-07-09 18:20:06
---------
Co-authored-by: GitButler <gitbutler@gitbutler.com>
token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method
The ClientCommonConf, configuration file path, and server UDP port are
now passed around as arguments instead of being shared between
components as global variables. This allows for multiple clients to
exist in the same process, and allows client.Session to be used as a
library more easily.