Anki/cargo/remote
RumovZ 42cbe42f06
Plaintext import/export (#1850)
* Add crate csv

* Add start of csv importing on backend

* Add Menomosyne serializer

* Add csv and json importing on backend

* Add plaintext importing on frontend

* Add csv metadata extraction on backend

* Add csv importing with GUI

* Fix missing dfa file in build

Added compile_data_attr, then re-ran cargo/update.py.

* Don't use doubly buffered reader in csv

* Escape HTML entities if CSV is not HTML

Also use name 'is_html' consistently.

* Use decimal number as foreign ease (like '2.5')

* ForeignCard.ivl → ForeignCard.interval

* Only allow fixed set of CSV delimiters

* Map timestamp of ForeignCard to native due time

* Don't trim CSV records

* Document use of empty strings for defaults

* Avoid creating CardGenContexts for every note

This requires CardGenContext to be generic, so it works both with an
owned and borrowed notetype.

* Show all accepted file types  in import file picker

* Add import_json_file()

* factor → ease_factor

* delimter_from_value → delimiter_from_value

* Map columns to fields, not the other way around

* Fallback to current config for csv metadata

* Add start of new import csv screen

* Temporary fix for compilation issue on Linux/Mac

* Disable jest bazel action for import-csv

Jest fails with an error code if no tests are available, but this would
not be noticable on Windows as Jest is not run there.

* Fix field mapping issue

* Revert "Temporary fix for compilation issue on Linux/Mac"

This reverts commit 21f8a26140.

* Add HtmlSwitch and move Switch to components

* Fix spacing and make selectors consistent

* Fix shortcut tooltip

* Place import button at the top with path

* Fix meta column indices

* Remove NotetypeForString

* Fix queue and type of foreign cards

* Support different dupe resolution strategies

* Allow dupe resolution selection when importing CSV

* Test import of unnormalized text

Close  #1863.

* Fix logging of foreign notes

* Implement CSV exports

* Use db_scalar() in notes_table_len()

* Rework CSV metadata

- Notetypes and decks are either defined by a global id or by a column.
- If a notetype id is provided, its field map must also be specified.
- If a notetype column is provided, fields are now mapped by index
instead of name at import time. So the first non-meta column is used for
the first field of every note, regardless of notetype. This makes
importing easier and should improve compatiblity with files without a
notetype column.
- Ensure first field can be mapped to a column.
- Meta columns must be defined as `#[meta name]:[column index]` instead
of in the `#columns` tag.
- Column labels contain the raw names defined by the file and must be
prettified by the frontend.

* Adjust frontend to new backend column mapping

* Add force flags for is_html and delimiter

* Detect if CSV is HTML by field content

* Update dupe resolution labels

* Simplify selectors

* Fix coalescence of oneofs in TS

* Disable meta columns from selection

Plus a lot of refactoring.

* Make import button stick to the bottom

* Write delimiter and html flag into csv

* Refetch field map after notetype change

* Fix log labels for csv import

* Log notes whose deck/notetype was missing

* Fix hiding of empty log queues

* Implement adding tags to all notes of a csv

* Fix dupe resolution not being set in log

* Implement adding tags to updated notes of a csv

* Check first note field is not empty

* Temporary fix for build on Linux/Mac

* Fix inverted html check (dae)

* Remove unused ftl string

* Delimiter → Separator

* Remove commented-out line

* Don't accept .json files

* Tweak tag ftl strings

* Remove redundant blur call

* Strip sound and add spaces in csv export

* Export HTML by default

* Fix unset deck in Mnemosyne import

Also accept both numbers and strings for notetypes and decks in JSON.

* Make DupeResolution::Update the default

* Fix missing dot in extension

* Make column indices 1-based

* Remove StickContainer from TagEditor

Fixes line breaking, border and z index on ImportCsvPage.

* Assign different key combos to tag editors

* Log all updated duplicates

Add a log field for the true number of found notes.

* Show identical notes as skipped

* Split tag-editor into separate ts module (dae)

* Add progress for CSV export

* Add progress for text import

* Tidy-ups after tag-editor split (dae)

- import-csv no longer depends on editor
- remove some commented lines
2022-06-01 20:26:16 +10:00
..
BUILD.adler-1.0.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.ahash-0.7.6.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.aho-corasick-0.7.18.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.ammonia-3.1.4.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.anyhow-1.0.56.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.arc-swap-1.5.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.arrayref-0.3.6.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.arrayvec-0.4.12.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.arrayvec-0.7.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.async-trait-0.1.52.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.atty-0.2.14.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.autocfg-1.1.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.base64-0.13.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.bazel initial Bazel conversion 2020-11-01 14:26:58 +10:00
BUILD.bitflags-1.3.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.blake3-1.3.1.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.block-buffer-0.10.2.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.bstr-0.2.17.bazel Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
BUILD.bumpalo-3.9.1.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.byteorder-1.4.3.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.bytes-1.1.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.cc-1.0.73.bazel Backups (#1685) 2022-03-07 15:11:31 +10:00
BUILD.cfg-if-1.0.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.chrono-0.4.19.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.coarsetime-0.1.21.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.codespan-0.11.1.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.codespan-reporting-0.11.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.constant_time_eq-0.1.5.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.convert_case-0.4.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.core-foundation-0.9.3.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.core-foundation-sys-0.8.3.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.crc32fast-1.3.2.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.crossbeam-channel-0.5.2.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.crossbeam-utils-0.8.7.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.crypto-common-0.1.3.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.cssparser-0.27.2.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.cssparser-macros-0.6.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.csv-1.1.6.bazel Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
BUILD.csv-core-0.1.10.bazel Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
BUILD.derive_more-0.99.17.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.digest-0.10.3.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.dirs-next-2.0.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.dirs-sys-next-0.1.2.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.dtoa-0.4.8.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.dtoa-short-0.3.3.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.dunce-1.0.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.either-1.6.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.encoding_rs-0.8.30.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.env_logger-0.9.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.fallible-iterator-0.2.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.fallible-streaming-iterator-0.1.9.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.fastrand-1.7.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.fixedbitset-0.4.1.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.flate2-1.0.22.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.fluent-0.16.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.fluent-bundle-0.15.2.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.fluent-langneg-0.13.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.fluent-syntax-0.11.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.fnv-1.0.7.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.foreign-types-0.3.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.foreign-types-shared-0.1.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.form_urlencoded-1.0.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.futf-0.1.5.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.futures-0.3.21.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.futures-channel-0.3.21.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.futures-core-0.3.21.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.futures-executor-0.3.21.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.futures-io-0.3.21.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.futures-macro-0.3.21.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.futures-sink-0.3.21.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.futures-task-0.3.21.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.futures-util-0.3.21.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.fxhash-0.2.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.generic-array-0.14.5.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.getopts-0.2.21.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.getrandom-0.1.16.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.getrandom-0.2.5.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.h2-0.3.12.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.hashbrown-0.11.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.hashlink-0.7.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.heck-0.3.3.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.hermit-abi-0.1.19.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.hex-0.4.3.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.html5ever-0.25.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.htmlescape-0.3.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.http-0.2.6.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.http-body-0.4.4.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.httparse-1.6.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.httpdate-1.0.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.humantime-2.1.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.hyper-0.14.17.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.hyper-rustls-0.22.1.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.hyper-timeout-0.4.1.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.hyper-tls-0.5.0.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.id_tree-1.8.0.bazel V3 parent limits (#1638) 2022-02-10 09:55:43 +10:00
BUILD.idna-0.2.3.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.indexmap-1.8.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.indoc-0.3.6.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.indoc-impl-0.3.6.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.inflections-1.1.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.instant-0.1.12.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.intl-memoizer-0.5.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.intl_pluralrules-7.0.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.ipnet-2.4.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.itertools-0.10.3.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.itoa-0.4.8.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.itoa-1.0.1.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.jobserver-0.1.24.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.js-sys-0.3.56.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.kuchiki-0.8.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.lazy_static-1.4.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.libc-0.2.120.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.libsqlite3-sys-0.23.2.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.linkcheck-0.4.1-alpha.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.linkify-0.5.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.lock_api-0.4.6.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.log-0.4.14.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.mac-0.1.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.maplit-1.0.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.markup5ever-0.10.1.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.markup5ever_rcdom-0.1.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.matches-0.1.9.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.memchr-2.4.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.mime-0.3.16.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.mime_guess-2.0.4.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.minimal-lexical-0.2.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.miniz_oxide-0.4.4.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.mio-0.8.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.miow-0.3.7.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.multimap-0.8.3.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.native-tls-0.2.8.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.new_debug_unreachable-1.0.4.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.nodrop-0.1.14.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.nom-7.1.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.ntapi-0.3.7.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.num-format-0.4.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.num-integer-0.1.44.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.num-traits-0.2.14.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.num_cpus-1.13.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.num_enum-0.5.7.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.num_enum_derive-0.5.7.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.num_threads-0.1.4.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.once_cell-1.10.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.openssl-0.10.38.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.openssl-probe-0.1.5.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.openssl-sys-0.9.72.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.parking_lot-0.11.2.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.parking_lot-0.12.0.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.parking_lot_core-0.8.5.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.parking_lot_core-0.9.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.paste-0.1.18.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.paste-impl-0.1.18.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.pct-str-1.1.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.percent-encoding-2.1.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.petgraph-0.6.0.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.phf-0.8.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.phf-0.10.1.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.phf_codegen-0.8.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.phf_generator-0.8.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.phf_generator-0.10.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.phf_macros-0.8.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.phf_macros-0.10.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.phf_shared-0.8.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.phf_shared-0.10.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.pin-project-1.0.10.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.pin-project-internal-1.0.10.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.pin-project-lite-0.2.8.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.pin-utils-0.1.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.pkg-config-0.3.24.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.ppv-lite86-0.2.16.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.precomputed-hash-0.1.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.proc-macro-crate-1.1.3.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.proc-macro-hack-0.5.19.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.proc-macro-nested-0.1.7.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.proc-macro2-1.0.36.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.prost-0.9.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.prost-build-0.9.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.prost-derive-0.9.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.prost-types-0.9.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.pulldown-cmark-0.8.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.pyo3-0.15.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.pyo3-build-config-0.15.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.pyo3-macros-0.15.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.pyo3-macros-backend-0.15.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.quote-1.0.15.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.rand-0.7.3.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.rand-0.8.5.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.rand_chacha-0.2.2.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.rand_chacha-0.3.1.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.rand_core-0.5.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.rand_core-0.6.3.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.rand_hc-0.2.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.rand_pcg-0.2.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.redox_syscall-0.2.11.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.redox_users-0.4.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.regex-1.5.5.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.regex-automata-0.1.10.bazel Plaintext import/export (#1850) 2022-06-01 20:26:16 +10:00
BUILD.regex-syntax-0.6.25.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.remove_dir_all-0.5.3.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.reqwest-0.11.3.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.ring-0.16.20.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.rusqlite-0.26.3.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.rustc-hash-1.1.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.rustc_version-0.4.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.rustls-0.19.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.rustls-native-certs-0.5.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.rustversion-1.0.6.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.ryu-1.0.9.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.same-file-1.0.6.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.schannel-0.1.19.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.scopeguard-1.1.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.sct-0.6.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.security-framework-2.6.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.security-framework-sys-2.6.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.selectors-0.22.0.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.self_cell-0.10.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.semver-1.0.6.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.serde-1.0.136.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.serde-aux-3.0.1.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.serde_derive-1.0.136.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.serde_json-1.0.79.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.serde_repr-0.1.7.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.serde_tuple-0.5.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.serde_tuple_macros-0.5.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.serde_urlencoded-0.7.1.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.servo_arc-0.1.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.sha1-0.6.1.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.sha1_smol-1.0.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.signal-hook-registry-1.4.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.siphasher-0.3.10.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.slab-0.4.5.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.slog-2.7.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.slog-async-2.7.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.slog-envlogger-2.2.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.slog-scope-4.4.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.slog-stdlog-4.1.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.slog-term-2.9.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.smallvec-1.8.0.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.snowflake-1.3.0.bazel V3 parent limits (#1638) 2022-02-10 09:55:43 +10:00
BUILD.socket2-0.4.4.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.spin-0.5.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.stable_deref_trait-1.2.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.string_cache-0.8.3.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.string_cache_codegen-0.5.1.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.strum-0.23.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.strum_macros-0.23.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.subtle-2.4.1.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.syn-1.0.88.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.take_mut-0.2.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.tempfile-3.3.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.tendril-0.4.2.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.term-0.7.0.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.termcolor-1.1.3.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.thin-slice-0.1.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.thiserror-1.0.30.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.thiserror-impl-1.0.30.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.thread_local-1.1.4.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.time-0.1.44.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.time-0.3.7.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.time-macros-0.2.3.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.tinystr-0.3.4.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.tinyvec-1.5.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.tinyvec_macros-0.1.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.tokio-1.17.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.tokio-io-timeout-1.1.1.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.tokio-macros-1.7.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.tokio-native-tls-0.3.0.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.tokio-rustls-0.22.0.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.tokio-socks-0.5.1.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.tokio-util-0.6.9.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.toml-0.5.8.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.tower-service-0.3.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.tracing-0.1.32.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.tracing-core-0.1.23.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.try-lock-0.2.3.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.type-map-0.4.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.typenum-1.15.0.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.unic-char-property-0.9.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unic-char-range-0.9.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unic-common-0.9.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unic-langid-0.9.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unic-langid-impl-0.9.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unic-langid-macros-0.9.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unic-langid-macros-impl-0.9.0.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.unic-ucd-category-0.9.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unic-ucd-version-0.9.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unicase-2.6.0.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.unicode-bidi-0.3.7.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unicode-normalization-0.1.19.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unicode-segmentation-1.9.0.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.unicode-width-0.1.9.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unicode-xid-0.2.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.unindent-0.1.8.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.untrusted-0.7.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.url-2.2.2.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.utf-8-0.7.6.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.utf8-decode-1.0.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.utime-0.3.1.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.vcpkg-0.2.15.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.version_check-0.9.4.bazel update Rust deps 2022-01-15 14:59:43 +10:00
BUILD.walkdir-2.3.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.want-0.3.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.wasi-0.9.0+wasi-snapshot-preview1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.wasi-0.10.0+wasi-snapshot-preview1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.wasi-0.11.0+wasi-snapshot-preview1.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.wasm-bindgen-0.2.79.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.wasm-bindgen-backend-0.2.79.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.wasm-bindgen-futures-0.4.29.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.wasm-bindgen-macro-0.2.79.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.wasm-bindgen-macro-support-0.2.79.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.wasm-bindgen-shared-0.2.79.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.web-sys-0.3.56.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.webpki-0.21.4.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.webpki-roots-0.21.1.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.which-4.2.4.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.winapi-0.3.9.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.winapi-util-0.1.5.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.windows-sys-0.32.0.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.windows_aarch64_msvc-0.32.0.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.windows_i686_gnu-0.32.0.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.windows_i686_msvc-0.32.0.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.windows_x86_64_gnu-0.32.0.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.windows_x86_64_msvc-0.32.0.bazel Update to latest rules_rust, which unblocks the tokio upgrade 2022-03-03 19:48:17 +10:00
BUILD.winreg-0.7.0.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.xml5ever-0.16.2.bazel rebuild Rust build files with cargo-raze 0.14.1 2022-01-15 14:33:53 +10:00
BUILD.zip-0.5.13.bazel Update Rust deps; pin Tokio 2022-02-25 17:10:47 +10:00
BUILD.zstd-0.10.0+zstd.1.5.2.bazel Backups (#1685) 2022-03-07 15:11:31 +10:00
BUILD.zstd-safe-4.1.4+zstd.1.5.2.bazel Update Rust deps 2022-03-15 16:51:52 +10:00
BUILD.zstd-sys-1.6.3+zstd.1.5.2.bazel Update Rust deps 2022-03-15 16:51:52 +10:00