Nikita Galaiko
5e2aa2f592
Merge pull request #1600 from gitbutlerapp/add-sentry-integration
...
Add sentry integration
2023-11-14 15:12:53 +01:00
Nikita Galaiko
bdd24b69da
extract sentry mod
2023-11-14 15:09:01 +01:00
Nikita Galaiko
a3a88e2ff1
Merge pull request #1601 from gitbutlerapp/improve-watcher-error-handling
...
Improve watcher error handling
2023-11-14 15:08:09 +01:00
Nikita Galaiko
165b0fcf46
handle projects that were removed
2023-11-14 15:02:16 +01:00
Nikita Galaiko
72818f7a42
Merge pull request #1599 from gitbutlerapp/dependabot/cargo/tauri-plugin-single-instance-b13d97c
...
chore(deps): bump tauri-plugin-single-instance from `f807d02` to `b13d97c`
2023-11-14 11:56:43 +01:00
Nikita Galaiko
c01cd6f843
Merge pull request #1589 from gitbutlerapp/dependabot/cargo/clap-4.4.8
...
chore(deps): bump clap from 4.4.6 to 4.4.8
2023-11-14 11:47:56 +01:00
dependabot[bot]
961c2b0cb6
chore(deps): bump tauri-plugin-single-instance
...
Bumps [tauri-plugin-single-instance](https://github.com/tauri-apps/plugins-workspace ) from `f807d02` to `b13d97c`.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases )
- [Commits](f807d02c08...b13d97c7c7
)
---
updated-dependencies:
- dependency-name: tauri-plugin-single-instance
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 10:46:51 +00:00
Nikita Galaiko
0bd50dd4a2
Merge pull request #1588 from gitbutlerapp/dependabot/cargo/sentry-0.31.8
...
chore(deps): bump sentry from 0.31.7 to 0.31.8
2023-11-14 11:45:31 +01:00
Nikita Galaiko
c8d55e388b
Merge pull request #1587 from gitbutlerapp/dependabot/cargo/tauri-plugin-single-instance-f807d02
...
chore(deps): bump tauri-plugin-single-instance from `f595684` to `f807d02`
2023-11-14 11:45:22 +01:00
Nikita Galaiko
4684e22ba1
Merge pull request #1586 from gitbutlerapp/dependabot/cargo/tokio-1.34.0
...
chore(deps): bump tokio from 1.33.0 to 1.34.0
2023-11-14 11:45:13 +01:00
Nikita Galaiko
ab893091ad
Merge pull request #1590 from gitbutlerapp/dependabot/cargo/uuid-1.5.0
...
chore(deps): bump uuid from 1.4.1 to 1.5.0
2023-11-14 11:44:56 +01:00
Nikita Galaiko
6b418a6199
Merge pull request #1598 from gitbutlerapp/add-notify-debouncer-full-dependency
...
Add notify debouncer
2023-11-14 11:43:44 +01:00
Nikita Galaiko
8dcc102d29
debounce file change events
2023-11-14 11:37:40 +01:00
Nikita Galaiko
203b6dabda
Merge pull request #1597 from gitbutlerapp/handle-flush-vbranches-error
...
Handle flush vbranches error
2023-11-14 10:30:00 +01:00
Nikita Galaiko
9f1910a59e
ignore some vbranch errors while flushing
2023-11-14 10:25:31 +01:00
Nikita Galaiko
ee2e281ec3
Merge pull request #1595 from gitbutlerapp/fix-amend-ownership-check
...
Fix amend ownership check
2023-11-14 10:14:21 +01:00
Nikita Galaiko
91aba57621
Merge pull request #1594 from gitbutlerapp/gb-669-init-fixes
...
GB-669: init fixes
2023-11-14 10:13:32 +01:00
Nikita Galaiko
0046cc2628
merged upstream
2023-11-14 10:06:37 +01:00
Nikita Galaiko
2cccfec49a
merged upstream
2023-11-14 10:06:37 +01:00
Nikita Galaiko
bb53a51742
Merge pull request #1596 from gitbutlerapp/remove-nightly-from-cranky
...
Remove nightly from cranky
2023-11-14 10:04:01 +01:00
Nikita Galaiko
e3d88e8c39
run cranky on stable
2023-11-14 10:03:26 +01:00
Nikita Galaiko
f6531e815e
verify amendable diffs agains real diff
2023-11-14 09:48:18 +01:00
Nikita Galaiko
449c0092e5
make sure all dirs exist when creating project
2023-11-14 09:47:49 +01:00
Nikita Galaiko
bdb0753e0b
chore: fix warnings
2023-11-14 09:24:26 +01:00
Mattias Granlund
ed7410e186
Fixing some container and theme stuff for PR list/page
2023-11-13 19:01:37 +00:00
Mattias Granlund
ca21e879ac
Use observable suffix in pr component
2023-11-13 18:22:12 +00:00
Nikita Galaiko
f7ee4b2271
Merge pull request #1591 from gitbutlerapp/ngalaiko-patch-1
...
drop udeps - it's too slow
2023-11-13 17:00:16 +01:00
Nikita Galaiko
19619a6781
Merge pull request #1585 from gitbutlerapp/remove-result-from-handle-event
...
Remove result from handle event
2023-11-13 16:59:58 +01:00
Nikita Galaiko
0868c8a2b9
drop udeps - it's too slow
2023-11-13 16:59:13 +01:00
dependabot[bot]
fd7a0a6b92
chore(deps): bump uuid from 1.4.1 to 1.5.0
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.4.1...1.5.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 15:55:30 +00:00
dependabot[bot]
ea046e4e46
chore(deps): bump clap from 4.4.6 to 4.4.8
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.6 to 4.4.8.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.6...v4.4.8 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 15:55:17 +00:00
dependabot[bot]
403ad97acf
chore(deps): bump sentry from 0.31.7 to 0.31.8
...
Bumps [sentry](https://github.com/getsentry/sentry-rust ) from 0.31.7 to 0.31.8.
- [Release notes](https://github.com/getsentry/sentry-rust/releases )
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-rust/compare/0.31.7...0.31.8 )
---
updated-dependencies:
- dependency-name: sentry
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 15:54:59 +00:00
dependabot[bot]
b00565f8ce
chore(deps): bump tauri-plugin-single-instance
...
Bumps [tauri-plugin-single-instance](https://github.com/tauri-apps/plugins-workspace ) from `f595684` to `f807d02`.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases )
- [Commits](f595684ba8...f807d02c08
)
---
updated-dependencies:
- dependency-name: tauri-plugin-single-instance
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 15:54:46 +00:00
dependabot[bot]
875ee4b40a
chore(deps): bump tokio from 1.33.0 to 1.34.0
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.33.0...tokio-1.34.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 15:54:23 +00:00
Mattias Granlund
e62157646f
Add error handling to PR service
2023-11-13 15:44:20 +00:00
Mattias Granlund
3e162e645c
Add service for pull requests
2023-11-13 15:44:20 +00:00
Mattias Granlund
dbfff1e52f
Make remote contributions code a bit more succinct
2023-11-13 15:44:20 +00:00
Nikita Galaiko
75541c16b8
remove wd_tree flush optimization
2023-11-13 16:34:15 +01:00
Mattias Granlund
cceac88b85
Darken overlay backdrop color slightly
2023-11-13 10:55:51 +00:00
Kiril Videlov
bfa84c9d46
chore: remove unused imports and variables
2023-11-12 23:18:01 +01:00
Kiril Videlov
c01c7626ce
feat: add support for filtering pull requests by "Only Yours" in project pull request listing, based on the logged-in user's GitHub username
2023-11-12 23:07:30 +01:00
Kiril Videlov
8de3eaf9b2
feat: add function to generate remote contributions based on pull requests and remote branches
2023-11-12 22:47:53 +01:00
Mattias Granlund
e79d3e9ebe
Fix text input styles
2023-11-12 21:09:23 +00:00
Mattias Granlund
6d0d34fa65
Add first iteration of project switcher
...
- next to base refresh button
2023-11-12 20:45:50 +00:00
Mattias Granlund
6e2139b224
Improve stashed branch view
2023-11-12 20:45:50 +00:00
Kiril Videlov
1882b8e736
fix: remove unused imports and update conditional rendering in PullRequestPage component
2023-11-12 19:39:55 +01:00
Kiril Videlov
94ff6cb3b9
feat: update dependencies and refactor pullRequestsStore to use RxJS Observable
2023-11-12 19:39:55 +01:00
Mattias Granlund
b4c11c9e6a
Move some files into nav package
2023-11-12 16:03:02 +00:00
Mattias Granlund
5ed72f3883
Moving faster with the UI ( #1569 )
...
- using css vars directly in components for theming
- getting far with app bg, surfaces and cards
- lots of files touched to make app generally look better
2023-11-12 15:50:02 +00:00
Mattias Granlund
4d22f1339e
More UI edits for the board ( #1568 )
...
- adjusting colors, spacing, borders
2023-11-11 19:51:15 +00:00