Commit Graph

2640 Commits

Author SHA1 Message Date
atom
c5efed01f4 feat(cli): Support displaying storage values in base-2 [#2492] (#2502)
* Update display on repository summary

* Apply throughout app

* Situate units_test

* Update Command Line documentation

* Envar cleanup

* Rename to BytesString

* Restore envar string available for test

* Remove extraneous empty check and restore UIPreferences field for frontend

* PR: config bool cleanup and missed `BaseEnv`s

* Fix lint and test
2022-10-24 19:00:36 -07:00
Jakob Kukla
7d47658cbb docs(site): Fix typo 2022-10-21 05:39:38 +00:00
dependabot[bot]
62912f6cab build(deps): bump github.com/aws/aws-sdk-go from 1.44.117 to 1.44.118 (#2514) 2022-10-18 23:34:53 +00:00
dependabot[bot]
117dfe6e04 build(deps): bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.117 (#2512) 2022-10-17 23:35:13 +00:00
dependabot[bot]
a44e5cc66c build(deps): bump google.golang.org/api from 0.98.0 to 0.99.0 (#2505) 2022-10-15 00:11:41 +00:00
dependabot[bot]
c0d80c532e build(deps): bump github.com/aws/aws-sdk-go from 1.44.115 to 1.44.116 (#2506) 2022-10-15 00:07:21 +00:00
dependabot[bot]
d64cc960d3 build(deps): bump google.golang.org/grpc from 1.50.0 to 1.50.1 (#2503) 2022-10-14 23:38:35 +00:00
dependabot[bot]
8a4b869efb build(deps): bump github.com/minio/minio-go/v7 from 7.0.39 to 7.0.41 (#2504) 2022-10-14 23:31:53 +00:00
Le Duane
b0b111c3aa feat(repository): add more split size options: 128K, 256K, 512K (#2496)
* new splitter options

* tabs

* add more options

* update all splitters with new sizes

* remove un-used splitters

* no space

Co-authored-by: Thomas Duane <tduane@sofi.org>
2022-10-14 18:03:07 +00:00
dependabot[bot]
25f6073092 build(deps): bump github.com/aws/aws-sdk-go from 1.44.114 to 1.44.115 (#2499) 2022-10-13 20:50:18 +00:00
dependabot[bot]
5a95c80127 build(deps): bump go.opentelemetry.io/otel/exporters/jaeger (#2498) 2022-10-13 20:18:17 +00:00
dependabot[bot]
0d0a258bdb build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 (#2494)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  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-13 12:49:30 -07:00
dependabot[bot]
1c5bc1ed23 build(deps): bump github.com/aws/aws-sdk-go from 1.44.112 to 1.44.114 (#2490) 2022-10-07 23:37:12 +00:00
dependabot[bot]
82e7d567e2 build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#2489) 2022-10-06 23:39:03 +00:00
dependabot[bot]
1f22bed8f7 build(deps): bump github.com/aws/aws-sdk-go from 1.44.111 to 1.44.112 (#2487) 2022-10-05 23:39:51 +00:00
dependabot[bot]
e8520eb1ed build(deps): bump github.com/aws/aws-sdk-go from 1.44.110 to 1.44.111 (#2485) 2022-10-04 23:44:48 +00:00
dependabot[bot]
fb865ef878 build(deps): bump github.com/aws/aws-sdk-go from 1.44.109 to 1.44.110 (#2483) 2022-10-04 00:03:25 +00:00
dependabot[bot]
29ec24583a build(deps-dev): bump playwright from 1.26.0 to 1.26.1 in /app (#2472) 2022-10-02 05:24:32 +00:00
dependabot[bot]
ec564f8e9e build(deps-dev): bump concurrently from 7.3.0 to 7.4.0 in /app (#2473)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.3.0 to 7.4.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.3.0...v7.4.0)

---
updated-dependencies:
- dependency-name: concurrently
  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-10-02 04:39:41 +00:00
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