| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
fixes atlas logging colors
|
|
|
|
| |
Now any deps with unspecified version reqs will checkout the last
tagged commit instead of the first commit.
|
|
|
|
|
|
|
| |
* Atlas: use colored output
* fixes merge conflict
* another tiny improvement
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initial structure, `GitTags` → `GitRefsTags`
* Determine if we should use v prefix
* get tag from latest tag, patch nimble file
* Just do tags for now
* atlas tag now tags and pushes
* Improve UX of `atlas tag`
* better description for `tag`
* Small fixup
* Consistent naming
* strip after checking status
* Take major/minor/patch as arg for `atlas tag`
* undo testing comment
* Fix for `v` prefixed versions
* Avoid useless assignment
* Remove uselss enum assignment
* Consistent parameter seperation
* Add error handling for non-semver tags
* Use `assert` to quit on error
* Update tools/atlas/atlas.nim
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* Don't push tags if errors occurred
* Allow `atlas tag [tag]` again
* Add atlas tag `a..z` for fields > 3
* Document the three input options
* Take up less lines in help
* Less or in help
* One last doc pass
* Check args length
* clarify last tag
* consistency/order
---------
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
|
| |
|
|
|
|
|
| |
* Atlas: fixes 'use' command
* Atlas: refactoring + make tests green again
|
|
|
|
|
|
|
|
|
| |
* Get description and license from github json response
* Allow running `atlas search` outside of a workspace
* Check `len` instead of `dirExists`
* make `list` identical to `search`
|
| |
|
|
|
| |
Co-authored-by: SirOlaf <>
|
|
|
|
|
| |
* Atlas: misc
* Atlas: use the lockfile if one exists
|
|
|
|
|
|
|
|
|
| |
* atlas: better docs
* better workspace/project handling
* make tests green again
* bugfix
|
|
|
|
|
| |
* Atlas: added 'use' command
* typo
|
|
|
|
|
| |
(#21895)
Atlas: first lockfiles implementation; cleared up upated vs updateWorkspace commands
|
|
|
|
|
| |
* minor atlas improvements
* atlas: support a _deps workspace subdirectory
|
|
|
|
|
|
|
| |
(#21884)
* Atlas tool: search github too, no need to register your project at packages.json
* added missing file
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* clean up imports and slice to remove delete
* revert buggy code
* Replace "delete" with setlen to remove depreciation warning
|
|
|
|
|
| |
* atlas: refactoring
* Atlas: do some basic testing via mocking
|
| |
|
|
|
|
|
|
|
|
|
| |
* attempt to support short commit hashes
Not sure if that's the correct way and what happens when the short hash matches "head"
* need to remove #
* Output needs to be stripped of newlines
|
|
* added Atlas helper tool
* further improvements
|