Skip to content

Commit f3d8187

Browse files
authored
Misc 1.5.0 improvements (#69)
* tsconfig.build.json rename * clenaed up header provider resolution in vectorize tests * Updated * Automate Accounting * updated error messages * added test devop url * repl script * Don’t even try to refactor it. * added astra cli to shell.nix * minor doc fix * fixed mistaken bug * updated typescript + added "-light" build option * pagingState => pageState * fixed some failing tests * updated deps, fixed test, disabled returnDocumentResponses * I don't get paid enough for this shit. * improved some test coverage * I just wanna tell you how I'm feeling * udpated typescript * done. going to bed now. * fixed devops lifecycle test * added more valid db statuses
1 parent 2f46262 commit f3d8187

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+694
-361
lines changed

.envrc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# shellcheck shell=bash
2-
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
3-
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
4-
fi
5-
62
if nix --version &> /dev/null; then
3+
if ! has nix_direnv_version || ! nix_direnv_version 3.0.5; then
4+
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.5/direnvrc" "sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w="
5+
fi
76
use nix
87
fi
98

109
PATH_add scripts
11-
12-
dotenv_if_exists

etc/astra-db-ts.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ export type DataAPIHttpOptions = DefaultHttpClientOptions | FetchHttpClientOptio
432432
// @public
433433
export class DataAPIResponseError extends DataAPIError {
434434
// @internal
435-
constructor(message: string, errorDescriptors: DataAPIErrorDescriptor[], detailedErrorDescriptors: DataAPIDetailedErrorDescriptor[]);
435+
constructor(detailedErrDescriptors: DataAPIDetailedErrorDescriptor[]);
436436
readonly detailedErrorDescriptors: DataAPIDetailedErrorDescriptor[];
437437
readonly errorDescriptors: DataAPIErrorDescriptor[];
438438
readonly message: string;

package-lock.json

Lines changed: 67 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)