mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #1520] [MERGED] enh(adapters): Add git adapter #1898
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1898
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/1520
Author: @marcelklehr
Created: 1/13/2024
Status: ✅ Merged
Merged: 5/4/2024
Merged by: @marcelklehr
Base:
develop← Head:enh/git-adapter📝 Commits (10+)
bdfe63eenh(adapters): Add git adapter054bc8cfix(tests): Make ci work for git adapter6466fd9fix(git): Specify remote repo to use for fetch4cc8a6efix(git)b3e7645fix(git adapter ci)6f17048fixesd75adf1fixes9d3cec9fixed037b2c3fixesf11a5cffixes📊 Changes
12 files changed (+3648 additions, -134 deletions)
View changed files
📝
.github/workflows/tests.yml(+22 -0)📝
_locales/en/messages.json(+15 -0)📝
package-lock.json(+2917 -120)📝
package.json(+7 -0)📝
src/lib/Account.ts(+1 -0)➕
src/lib/adapters/Git.ts(+402 -0)📝
src/lib/strategies/Default.ts(+0 -5)📝
src/test/test.js(+28 -4)➕
src/ui/components/OptionsGit.vue(+175 -0)📝
src/ui/views/AccountOptions.vue(+7 -2)📝
src/ui/views/NewAccount.vue(+58 -2)📝
webpack.common.js(+16 -1)📄 Description
fixes #1348
fixes #939
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.