Skip to content

Releases: getappmap/appland-cli

v1.0.0

15 Mar 21:56

Choose a tag to compare

Changelog

d8e050e feat: upload mapsets to existing mapset (#31)

0.9.0

16 Nov 21:57
85ebf39

Choose a tag to compare

Changelog

ce883ed Add doc for refining AppMaps
0e04457 Add recording subcommand
dd35581 Differentiate methods by line number
fed569c Don't add Run field to recording command
634c12a Language fixes
d5b0f3d Merge pull request #26 from applandinc/files-json_20201016
85ebf39 Merge pull request #27 from applandinc/api-recording
c69086c Merge pull request #28 from applandinc/refine-appmap_20201113

0.7.0

15 Oct 17:51
446b6d7

Choose a tag to compare

Changelog

dad3f79 Add stats subcommand
446b6d7 Merge pull request #25 from applandinc/stats_20200821

0.6.1

14 Aug 20:26
7e149af

Choose a tag to compare

Changelog

8b82963 Close each scenario file after it's uploaded
7e149af Merge pull request #24 from applandinc/fix-leaks_20200814

0.6.0

30 Jul 20:30
2dcf2ec

Choose a tag to compare

Changelog

f24098a Fix segfault on login
2dcf2ec Merge pull request #22 from applandinc/multipart-upload
741947c Merge pull request #23 from applandinc/fix-bench
37b4814 Use multipart/mixed data type for uploads

0.5.1

01 Jul 20:30
98d31fb

Choose a tag to compare

Changelog

98d31fb Merge pull request #19 from applandinc/upload-file-in-error
38239f3 upload reports file name if error encountered

0.5.0

25 Jun 19:30

Choose a tag to compare

Changelog

  • By default, each uploaded file must be 2MB or less. When a larger file is encountered within a directory that is being uploaded, a warning is printed and the large file is skipped.
  • Large files can be uploaded using the --force/-f option.

0.4.0

11 Jun 16:44

Choose a tag to compare

Changelog

Changed

  • Git metadata collection will now continue and retain information in the event
    of an error.
  • When uploading AppMaps, branch and commit must both be present or ommitted.
    Presence of one without the other will result in failure.
  • Branch override flag provided during upload will be propagated to scenario
    metadata.

Added

  • The --app/-a flag may be used on upload to override the application
    name property from appmap.yml.
  • upload arguments can be files or directories. When a directory is specified,
    all *.appmap.json files in the directory will be loaded into the mapset.
  • The -f flag may be used on upload to specify the path to an appmap.yml file

Removed

  • Alternate strategies to resolve a branch name have been removed in favor of
    specifying the --branch or -b flag upon upload.
  • --org/-o flag has been removed. Organization can be specified by passing <org-name>/<app-name> as the --app/-a flag.

0.4.0-prerelease

10 Jun 15:48

Choose a tag to compare

0.4.0-prerelease Pre-release
Pre-release

Changelog

348b68f Add Windows release target
ed17e29 Allow --app/-a override flags
4bb4610 Branch presence and commit presence must be same
36e8f79 Don't fail metadata collection if an error occurs
cb80733 Don't patch in empty or null Git metadata
8c938cd Merge app identifier into metadata
81c8b05 Merge pull request #11 from applandinc/fix-upload-example
ab414d1 Merge pull request #14 from applandinc/git-metadata-best-effort-collection
c8f4fc8 Merge pull request #15 from applandinc/upload-dir
9f8690e Merge refactor of Git metadata collection
3287ff4 Update CHANGELOG
74aabe2 Update CHANGELOG and bump VERSION
7f0b585 Update README and CHANGELOG for directory upload argument
5c56302 Update README.md

0.3.0

06 Jun 20:42
c19fc31

Choose a tag to compare

Changelog

212d3c6 Add a branch fallback flag to appland upload
b491805 Don't clobber an existing branch with empty string
e61ba12 Handle git metadata collection if HEAD is detached
c19fc31 Merge pull request #10 from applandinc/fix-branch-clobber
73b4c40 Merge pull request #8 from applandinc/git-metadata-collection-detached-head-fallback
8855fe7 Merge pull request #9 from applandinc/add-branch-fallback
ce405b2 Update CHANGELOG and bump VERSION