dependabot[bot]
ef38b448c4
build(deps-dev): bump dotenv from 16.0.2 to 16.0.3 in /app ( #2471 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.0.2 to 16.0.3.
- [Release notes](https://github.com/motdotla/dotenv/releases )
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.0.2...v16.0.3 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-02 03:57:31 +00:00
Jarek Kowalski
c06d50d218
fix(ci): increased timeout in flaky TestSourceRefreshesAfterPolicy on Windows ( #2476 )
2022-10-02 03:36:23 +00:00
Yanik39
14ec091cce
docs(site): added Dockerfile based on ubuntu related info ( #2254 )
...
Please wait till example docker-compose-yml PR is merged.
2022-10-01 20:19:27 -07:00
Yanik39
7cb57d4b6b
docs(site): example docker-compose.yml ( #2253 )
2022-10-01 20:19:11 -07:00
dependabot[bot]
3de79f91f4
build(deps-dev): bump @playwright/test from 1.26.0 to 1.26.1 in /app ( #2474 )
2022-10-02 03:14:39 +00:00
dependabot[bot]
c93c6a37bc
build(deps): bump github.com/chromedp/chromedp from 0.8.5 to 0.8.6 ( #2465 )
...
Bumps [github.com/chromedp/chromedp](https://github.com/chromedp/chromedp ) from 0.8.5 to 0.8.6.
- [Release notes](https://github.com/chromedp/chromedp/releases )
- [Commits](https://github.com/chromedp/chromedp/compare/v0.8.5...v0.8.6 )
---
updated-dependencies:
- dependency-name: github.com/chromedp/chromedp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 19:48:40 -07:00
dependabot[bot]
eccbb4da12
build(deps): bump github.com/aws/aws-sdk-go from 1.44.108 to 1.44.109 ( #2466 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.44.108 to 1.44.109.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.108...v1.44.109 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-01 19:46:48 -07:00
Jarek Kowalski
a8b70d3b40
chore(ci): auto-approve Playwright updates. ( #2475 )
2022-10-01 19:43:05 -07:00
Jarek Kowalski
5227d74996
style(ui): icon updates ( #2469 )
...
- removed padding from Windows icons
- improved Windows tray icon
- removed 1020x1024 from the icns file.
Fixes #2458
v0.12.1
2022-10-01 22:14:52 +00:00
Jarek Kowalski
c1be8c4750
fix(repository): fixed frequent repository refreshes for older repositories ( #2468 )
...
This is a regression in 0.12.0 and was reported on Slack by
Amir Zarrinkafsh.
Repository connections made using old version of Kopia did not properly
save format blob cache duration so it was defaulting to 0s instead of
15 minutes causing endless format refreshes, slowing things down and
causing unnecessary read traffic to blob storage.
2022-10-01 13:31:50 -07:00
Ricardo Pescuma Domenecci
11ce91dd5a
fix(server): Respect manual scheduling policy ( #2464 )
...
* fix(server): respect manual scheduling policy
* Added test
2022-09-30 15:20:43 +00:00
dependabot[bot]
bd49fa806a
build(deps): bump github.com/aws/aws-sdk-go from 1.44.107 to 1.44.108 ( #2462 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.44.107 to 1.44.108.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.107...v1.44.108 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-29 22:22:37 -07:00
basldfalksjdf
f49d161d49
docs(site): Creating ECC page ( #2459 )
...
* Creating ECC page
I noticed we have a link in the UI for reading more about ECC but the page is not yet created. This is just a small stub. Please add more here as anyone sees fit.
* Update _index.md
* Update README.md
* Update _index.md
2022-09-28 20:44:38 -07:00
dependabot[bot]
6ca037178c
build(deps): bump github.com/minio/minio-go/v7 from 7.0.38 to 7.0.39 ( #2461 )
2022-09-28 23:44:27 +00:00
Jarek Kowalski
05e729a785
feat(ui): fix labels when browsing snapshots ( #2457 )
v0.12.0
2022-09-28 04:56:34 +00:00
dependabot[bot]
f9017e9ae5
build(deps): bump github.com/aws/aws-sdk-go from 1.44.106 to 1.44.107 ( #2455 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.44.106 to 1.44.107.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.106...v1.44.107 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-27 21:23:28 -07:00
Jarek Kowalski
596e3547d1
style(ui): new app icons ( #2451 )
...
Based on https://github.com/kopia/kopia/pull/2390 but slightly reworked.
2022-09-27 21:17:41 -07:00
ashmrtn
7f487ea624
Export EffectiveKeepLatest function ( #2454 )
...
The effective number of latest snapshots to keep is not persisted
anywhere, making it hard for code using kopia as a library to determine
how many snapshots will be kept. Export the function determining this
value so that callers have more confidence they have configured the
retention policy properly.
2022-09-27 19:29:22 -07:00
dependabot[bot]
ae695f54d1
build(deps): bump google.golang.org/api from 0.97.0 to 0.98.0 ( #2456 )
2022-09-27 23:30:49 +00:00
dependabot[bot]
200b53945d
build(deps): bump github.com/klauspost/compress from 1.15.10 to 1.15.11 ( #2447 )
...
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress ) from 1.15.10 to 1.15.11.
- [Release notes](https://github.com/klauspost/compress/releases )
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml )
- [Commits](https://github.com/klauspost/compress/compare/v1.15.10...v1.15.11 )
---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 18:29:35 -07:00
Aaron Alpar
02ecd0d5a7
feat(repository): Allow clock drift to be specified on upgrade. ( #2357 )
...
* add max-clock-drift flag
* fixups
* module dependencies
* package fixup
2022-09-26 18:28:56 -07:00
dependabot[bot]
72ff97f13a
build(deps): bump github.com/aws/aws-sdk-go from 1.44.105 to 1.44.106 ( #2448 )
2022-09-26 23:45:51 +00:00
dependabot[bot]
2ed98141af
build(deps): bump github.com/minio/minio-go/v7 from 7.0.37 to 7.0.38 ( #2446 )
2022-09-26 23:37:31 +00:00
Matthew Howell
ddab7c6fc5
docs(site): Fix 'server mode' link ( #2439 )
...
Server mode link leads to a 404 error at https://kopia.io/docs/docs/faqs/#what-is-a-kopia-repository-server
Removed extra /docs/ in the URL.
Co-authored-by: Matthew Howell <mrhowel@clemson.edu >
2022-09-26 04:40:29 +00:00
Ali Dowair
883f273579
Output bad key in error when incorrectly parsed ( #2438 )
...
In the function that parses the tags passed to the create snapshot
command, if the tag had an incorrect format, an error message would
be returned which did not show the tag itself, making debugging such
error difficult. This commit includes the tag in the error message to
make debugging easier.
2022-09-25 21:37:29 -07:00
dependabot[bot]
62a61e6a0e
build(deps): bump github.com/aws/aws-sdk-go from 1.44.104 to 1.44.105 ( #2435 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.44.104 to 1.44.105.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.104...v1.44.105 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-23 18:23:34 -07:00
Jarek Kowalski
09575943f8
test(ui): added minimal automated KopiaUI test ( #2434 )
...
* test(ui): added minimal automated KopiaUI test
```
$ make kopia-ui-test
```
This currently executes super minimal E2E test on pre-built KopiaUI
using Playwright https://playwright.dev
* better os/arch detection
* remove unwanted log
* fixed executable path on linux
* fix for linux, misc
2022-09-23 17:37:36 -07:00
dependabot[bot]
03a5e58835
build(deps): bump cloud.google.com/go/storage from 1.26.0 to 1.27.0 ( #2436 )
2022-09-23 23:42:28 +00:00
dependabot[bot]
06357e3be8
build(deps): bump github.com/aws/aws-sdk-go from 1.44.103 to 1.44.104 ( #2431 )
2022-09-22 23:31:04 +00:00
dependabot[bot]
999f19c85e
build(deps): bump github.com/aws/aws-sdk-go from 1.44.102 to 1.44.103 ( #2428 )
2022-09-21 23:38:50 +00:00
dependabot[bot]
a1b458b565
build(deps): bump google.golang.org/api from 0.96.0 to 0.97.0 ( #2429 )
2022-09-21 23:35:11 +00:00
dependabot[bot]
2075f03a0b
build(deps): bump github.com/aws/aws-sdk-go from 1.44.101 to 1.44.102 ( #2427 )
2022-09-20 23:34:54 +00:00
chaitalisg
b626f148ee
test(general): Use new kopia upgrade cli in robustness upgrade tests ( #2355 )
...
* Use new kopia upgrade cli
* Clean up environement variable
* Clean up environement variable
* Clean up debugging change
* Fix lint errors
* Fix lint errors
2022-09-20 14:00:53 -07:00
dependabot[bot]
a0a711cda1
build(deps): bump github.com/aws/aws-sdk-go from 1.44.98 to 1.44.101 ( #2425 )
2022-09-20 06:10:50 +00:00
dependabot[bot]
5b9d8de69d
build(deps): bump github.com/minio/minio-go/v7 from 7.0.36 to 7.0.37 ( #2424 )
...
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go ) from 7.0.36 to 7.0.37.
- [Release notes](https://github.com/minio/minio-go/releases )
- [Commits](https://github.com/minio/minio-go/compare/v7.0.36...v7.0.37 )
---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 18:29:10 -07:00
dependabot[bot]
948ff83a62
build(deps): bump github.com/klauspost/compress from 1.15.9 to 1.15.10 ( #2416 )
...
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress ) from 1.15.9 to 1.15.10.
- [Release notes](https://github.com/klauspost/compress/releases )
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml )
- [Commits](https://github.com/klauspost/compress/compare/v1.15.9...v1.15.10 )
---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 22:49:08 +00:00
Jarek Kowalski
5c04dbc7ca
build(deps-dev): revert electron from 19.0.8 to 20.0.1 in /app ( #2423 )
...
This reverts commit 5fce956853 .
The app built with 20.0.1 fails to start on at least darwin/arm64,
needs to be investigated.
2022-09-18 22:46:54 +00:00
dependabot[bot]
827bb7049d
build(deps): bump github.com/klauspost/reedsolomon from 1.10.0 to 1.11.0 ( #2405 )
...
Bumps [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/klauspost/reedsolomon/releases )
- [Commits](https://github.com/klauspost/reedsolomon/compare/v1.10.0...v1.11.0 )
---
updated-dependencies:
- dependency-name: github.com/klauspost/reedsolomon
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 21:16:06 -07:00
dependabot[bot]
859600fbe5
build(deps): bump github.com/aws/aws-sdk-go from 1.44.97 to 1.44.98 ( #2411 )
2022-09-14 23:36:11 +00:00
dependabot[bot]
a791e80b28
build(deps): bump google.golang.org/api from 0.95.0 to 0.96.0 ( #2410 )
2022-09-14 23:35:48 +00:00
Jarek Kowalski
dcf6d1c2e1
feat(general): always try O_TMPFILE on Linux when creating temporary files ( #2407 )
2022-09-14 09:48:02 -07:00
dependabot[bot]
a92c1421d1
build(deps): bump go.opentelemetry.io/otel/exporters/jaeger ( #2400 )
...
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 07:14:25 +00:00
dependabot[bot]
4d6ce7e0d3
build(deps): bump go.opentelemetry.io/otel/sdk from 1.9.0 to 1.10.0 ( #2403 )
2022-09-14 06:32:20 +00:00
Jarek Kowalski
1755645b51
chore(ci): additional rules for auto-merge.yml ( #2406 )
2022-09-13 22:52:57 -07:00
Jarek Kowalski
33fa5cbd50
feat(general): added tempfile package ( #2402 )
...
* feat(general): added tempfile package
* use tempfile.Create() in bigmap
2022-09-14 05:37:47 +00:00
dependabot[bot]
5e373ed062
build(deps): bump github.com/aws/aws-sdk-go from 1.44.95 to 1.44.97 ( #2404 )
2022-09-14 00:56:05 +00:00
dependabot[bot]
f7968c7793
build(deps): bump go.opentelemetry.io/otel/trace from 1.9.0 to 1.10.0 ( #2398 )
...
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 17:14:22 -07:00
dependabot[bot]
dd8d10fca9
build(deps): bump go.opentelemetry.io/otel from 1.9.0 to 1.10.0 ( #2399 )
...
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 17:14:10 -07:00
Jarek Kowalski
b5b2a316d4
feat(repository): reduced mutex contention on committed index cache ( #2396 )
2022-09-11 16:26:07 +00:00
Jarek Kowalski
b9e9ef3b38
feat(repository): improve performance when snapshotting to a repository server ( #2394 )
...
Benchmarked from macOS client to a Linux server over Wifi connection:
(2-5ms latency)
linux 5.14.8 (1.1 GB) to a clean repository:
Before: 240s After: 27s (90% faster)
Fixes #2372
2022-09-11 07:43:34 -07:00