summaryrefslogtreecommitdiff
path: root/tests/integration/publish_tests.rs
AgeCommit message (Expand)Author
2024-08-12feat(publish): error on missing license file (#25011)David Sherret
2024-07-22fix(publish): warn about missing license file (#24677)David Sherret
2024-07-12fix(publish): show dirty files on dirty check failure (#24541)David Sherret
2024-04-29chore: migrate bench, publish, and more itests to spec tests (#23584)David Sherret
2024-03-22feat(publish): check for uncommitted files in `deno publish --dry-run` (#22981)Asher Gomez
2024-03-09fix(publish): regression - publishing with vendor folder (#22830)David Sherret
2024-03-08fix(publish): suggest using `--allow-dirty` on uncommitted changes (#22810)David Sherret
2024-03-08fix(publish): ability to un-exclude when .gitignore ignores everything (#22805)David Sherret
2024-03-08fix(publish): include explicitly specified .gitignored files and directories ...David Sherret
2024-03-08fix(publish): do not include .gitignore (#22789)David Sherret
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-03-07fix(publish): reland error if there are uncommitted changes (#22613) (#22632)Bartek Iwańczuk
2024-03-07fix(publish): properly display graph validation errors (#22775)David Sherret
2024-03-07fix(publish): silence warnings for sloppy imports and node builtins with env ...Bartek Iwańczuk
2024-03-04feat(publish): add `npm:` suggestion for esm.sh specifiers (#22343)Divy Srivastava
2024-02-29feat(publish): enable package provenance by default on github actions (#22635)Divy Srivastava
2024-02-29test(publish): adjust a test for .env files (#22595)Bartek Iwańczuk
2024-02-29fix(publish): print a warning when .jsx or .tsx is imported (#22631)Bartek Iwańczuk
2024-02-28Revert "fix(publish): error if there are uncommitted changes (#22613)" (#22625)Bartek Iwańczuk
2024-02-28fix(publish): error if there are uncommitted changes (#22613)Bartek Iwańczuk
2024-02-28feat(publish): provenance attestation (#22573)Divy Srivastava
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato
2024-02-27feat(publish): discover jsr.json and jsr.jsonc files (#22587)Bartek Iwańczuk
2024-02-26test(publish): add a test that checks for .env files (#22590)Bartek Iwańczuk
2024-02-23feat: infer dependencies from package.json (#22563)Marvin Hagemeister
2024-02-23feat(publish): respect .gitignore during `deno publish` (#22514)Divy Srivastava
2024-02-21feat(publish): type check on publish (#22506)David Sherret
2024-02-19feat(unstable/lint): no-slow-types for JSR packages (#22430)David Sherret
2024-02-14feat(publish): allow passing config flag (#22416)Leo Kettmeir
2024-02-12chore: continue tests/ re-org (#22396)Matt Mastracci
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci