Commit Graph

2610 Commits

Author SHA1 Message Date
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
Jarek Kowalski
b38ace2513 feat(server): added tracing spans for gRPC server (#2393) 2022-09-11 07:13:59 +00:00
Jarek Kowalski
8ff6b6d060 fix(snapshots): fixed --parallel flag when snapshotting (#2392)
Previously the value of --parallel flag was (unintentionally)
capped at max number of CPUs. This PR fixes the logic.
2022-09-10 20:11:07 -07:00
dependabot[bot]
2115d98524 build(deps-dev): bump electron from 20.0.1 to 20.1.3 in /app (#2388)
Bumps [electron](https://github.com/electron/electron) from 20.0.1 to 20.1.3.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v20.0.1...v20.1.3)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  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-10 19:30:33 -07:00
dependabot[bot]
bf5248d1aa build(deps): bump cloud.google.com/go/storage from 1.25.0 to 1.26.0 (#2379)
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.25.0...spanner/v1.26.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  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-10 13:40:51 -07:00
dependabot[bot]
66ad981105 build(deps): bump github.com/aws/aws-sdk-go from 1.44.94 to 1.44.95 (#2389) 2022-09-10 20:12:55 +00:00
Jarek Kowalski
68621f4514 fix(ci): better fix for the windows-only test flake (#2391) 2022-09-10 18:46:03 +00:00
Jarek Kowalski
645e680a8f feat(general): reduce memory usage in maintenance, snapshot fix and verify (#2365) 2022-09-10 09:36:17 -07:00
Jarek Kowalski
28ce29eab4 feat(repository): added Set and Map backed by custom on-disk hashtable (#2364)
* feat(repository): added bigmap Set and Map backed by custom on-disk hashtable

* additional test coverage for corner cases

* profile flags

* exclude bigmapbench from code coverage

* refactored based on conversation with Julio

The concern was that values stored on disk are not encrypted.

* bigmap.Map - implements encryption of values
* bigmap.Set - stores keys only, so no encryption necessary
* bigmap.internalMap - used as backing structure for Map and Set

* implemented benchmark with values
2022-09-10 15:47:53 +00:00
dependabot[bot]
64c2fcd481 build(deps-dev): bump dotenv from 16.0.1 to 16.0.2 in /app (#2359)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.1 to 16.0.2.
- [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.1...v16.0.2)

---
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-09-08 21:45:39 -07:00
dependabot[bot]
eb5ab3e3c2 build(deps): bump github.com/chromedp/chromedp from 0.8.4 to 0.8.5 (#2386) 2022-09-09 03:51:04 +00:00
Jarek Kowalski
09453d8ae9 fix(ci): fixed the root cause of the HTMLUI test flake (#2387) 2022-09-09 03:21:50 +00:00