This repository was archived by the owner on Apr 15, 2024. It is now read-only.
Conversation
* workspace command now creates skill templates fromn the cortex-code repository.
# Conflicts: # package-lock.json # src/commands/utils.js
* Added new config version 4, which includes template repo config and IDE registry support.
* Removed old generate templates * Build command works * Started on publish command (incomplete)
# Conflicts: # package-lock.json # package.json # src/commands/utils.js
# Conflicts: # package-lock.json # package.json
FAB-4784 delete types
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](sindresorhus/got@v11.8.3...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ot-11.8.5 Bump got from 11.8.3 to 11.8.5
… output. (#591) Co-authored-by: dschueller-cs <[email protected]>
Co-authored-by: dschueller-cs <[email protected]>
… to fix issues with incorrect length checking. (#593) Co-authored-by: dschueller-cs <[email protected]>
* FAB-4815 - Validate registry name on activation * Fixed problems with adding and removing registries Co-authored-by: dschueller-cs <[email protected]>
* Oops. Enforced the MAX length but not the MIN. * Missing semicolon. Sigh. * A more concise implementation, and fixed problems with repeated validation failures. Co-authored-by: dschueller-cs <[email protected]>
* initial commit * consistent error message * consistent list returns * added test * fixing integration tests Co-authored-by: Akarsh <[email protected]>
Co-authored-by: dschueller-cs <[email protected]>
) Co-authored-by: dschueller-cs <[email protected]>
Co-authored-by: dschueller-cs <[email protected]>
* - Use dayjs over momentjs, moment is in maintenance mode needed better date parsing.. - Modify task list to support tasks from mongo - Fix gh-got & got vuln Add --schduled to tasks list cli to show scheduled tasks Added command for schedule task, pause, resume Clean task list with scheduled tasks FAB-4477 sort options work for both other/new task apis * Tweak pause/resume cli option to make wording less confusing
Co-authored-by: dschueller-cs <[email protected]>
akprasad-cs
reviewed
Jul 6, 2022
|
|
||
| dayjs.extend(relativeTime); | ||
|
|
||
| const TASK_LIST_TABLE = [ |
Contributor
There was a problem hiding this comment.
we keep the table format definition in utils.js. Moving TASK_LIST_TABLE and SCHED_LIST_TABLE there would be consistent
Collaborator
Author
There was a problem hiding this comment.
I agree on the comment but I did not make the changes.. These got pulled in as there was a bad merge from develop from my end. Fixed the merge.
akprasad-cs
approved these changes
Jul 14, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist:
Please check you fulfill ALL of the relevant checkboxes
npm testand it passes