Skip to content

Commit

Permalink
use jsr
Browse files Browse the repository at this point in the history
remove unused codes

remove unused files

remove unused files
  • Loading branch information
tsirysndr committed Jun 17, 2024
1 parent 98ed010 commit 2f5d7c1
Show file tree
Hide file tree
Showing 1,109 changed files with 22,691 additions and 44,995 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
dagger version
- name: Run Dagger Pipelines
run: |
dagger query --doc test.gql
dagger call test --src . --package-manager ${{ matrix.package_manager }}
working-directory: example/${{ matrix.package_manager }}
434 changes: 203 additions & 231 deletions deno.lock

Large diffs are not rendered by default.

54 changes: 23 additions & 31 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
export { assertEquals } from "https://deno.land/std@0.191.0/testing/asserts.ts";
import { Client } from "./sdk/client.gen.ts";
export default Client;
export { assertEquals } from "jsr:@std/testing@0.218.2/asserts";

export type { DirectoryID, SecretID } from "./sdk/client.gen.ts";
export { Directory, Secret, File } from "./sdk/client.gen.ts";
export { connect, uploadContext } from "https://sdk.fluentci.io/v0.3.0/mod.ts";
export { brightGreen } from "https://deno.land/std@0.191.0/fmt/colors.ts";
export { withDevbox } from "https://nix.fluentci.io/v0.5.3/src/dagger/steps.ts";
export { stringifyTree } from "https://esm.sh/stringify-tree@1.1.1";
import gql from "https://esm.sh/graphql-tag@2.12.6";
export { File, Directory, Secret, dag } from "./sdk/client.gen.ts";
export { brightGreen } from "jsr:@std/fmt@0.218.2/colors";
export { stringifyTree } from "npm:stringify-tree@1.1.1";
import { gql } from "npm:graphql-request@6.1.0";
export { gql };
export {
dirname,
join,
resolve,
} from "https://deno.land/std@0.203.0/path/mod.ts";
export { parse } from "https://deno.land/std@0.205.0/flags/mod.ts";
export { snakeCase, camelCase } from "https://cdn.skypack.dev/lodash";
export { dirname, join, resolve } from "jsr:@std/path@0.218.2";
export { parse } from "jsr:@std/flags@0.218.2";

export {
ClientError,
GraphQLClient,
} from "https://esm.sh/v128/graphql-request@6.1.0";
import * as _ from "npm:lodash@4.17.21";
const snakeCase = _.default.snakeCase;
const camelCase = _.default.camelCase;
export { snakeCase, camelCase };

import * as env from "jsr:@tsirysndr/env-js@0.1.2";
export { env };
export { exit } from "jsr:@tsirysndr/exit-js@0.1.0";

export { ClientError, GraphQLClient } from "npm:graphql-request@6.1.0";
export {
DaggerSDKError,
UnknownDaggerError,
Expand All @@ -35,15 +32,10 @@ export {
EngineSessionConnectionTimeoutError,
NotAwaitedRequestError,
ERROR_CODES,
} from "https://esm.sh/@dagger.io/dagger@0.9.3";

export type {
CallbackFct,
ConnectOpts,
} from "https://sdk.fluentci.io/v0.3.0/mod.ts";
} from "./sdk/common/errors/index.ts";

export * as FluentGitlabCI from "https://deno.land/x/fluent_gitlab_ci@v0.4.2/mod.ts";
export * as FluentGithubActions from "https://deno.land/x/fluent_github_actions@v0.2.1/mod.ts";
export * as FluentCircleCI from "https://deno.land/x/fluent_circleci@v0.2.5/mod.ts";
export * as FluentAzurePipelines from "https://deno.land/x/fluent_azure_pipelines@v0.2.0/mod.ts";
export * as FluentAWSCodePipeline from "https://deno.land/x/fluent_aws_codepipeline@v0.2.3/mod.ts";
export * as FluentGitlabCI from "jsr:@tsirysndr/fluent-gitlab-ci@0.5";
export * as FluentGithubActions from "jsr:@tsirysndr/fluent-gh-actions@0.3";
export * as FluentCircleCI from "jsr:@tsirysndr/fluent-circleci@0.3";
export * as FluentAzurePipelines from "jsr:@tsirysndr/fluent-az-pipelines@0.3";
export * as FluentAWSCodePipeline from "jsr:@tsirysndr/fluent-codepipeline@0.3";
25 changes: 0 additions & 25 deletions example/pip/.fluentci/.fluentci/.devcontainer/devcontainer.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

132 changes: 0 additions & 132 deletions example/pip/.fluentci/.fluentci/.fluentci/.fluentci/CODE_OF_CONDUCT.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2f5d7c1

Please sign in to comment.