-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACE editor font corrections #2285
Merged
Merged
Conversation
This file contains 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
scudette
pushed a commit
that referenced
this pull request
Dec 3, 2022
* Theme fixes and improvements * Fix ACE editor font names * Update font names _variables
scudette
added a commit
that referenced
this pull request
Dec 3, 2022
* [Snyk] Upgrade ace-builds from 1.12.3 to 1.12.4 (#2264) fix: upgrade ace-builds from 1.12.3 to 1.12.4 Snyk has created this PR to upgrade ace-builds from 1.12.3 to 1.12.4. See this package in npm: https://www.npmjs.com/package/ace-builds See this project in Snyk: https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr * Bugfix: http_client was unable to open unix domain sockets (#2270) * Added code to automatically reformat VQL in notebook. (#2271) * [Snyk] Upgrade ace-builds from 1.12.4 to 1.12.5 (#2269) fix: upgrade ace-builds from 1.12.4 to 1.12.5 Snyk has created this PR to upgrade ace-builds from 1.12.4 to 1.12.5. See this package in npm: https://www.npmjs.com/package/ace-builds See this project in Snyk: https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr * Fixed the Windows.KapeFiles.Extract artifact (#2275) Refactor code to pass OSPath into VQL functions. Fixed bug in escaping the paths in the collector accessor. * Upgrade Velociraptor's yara plugin to support yara 4.2.3 (#2277) * Theme fixes and improvements (#2278) * Bugfix: Downloading CSV from table breaks with error. (#2280) Additional Version field was added to download handler but was not decoded by the schema parser properly. * Bugfix: uploads.json in the flow download refered to filestore paths (#2282) The _Components column of the uploads.json in the filestore refers to filestore paths (e.g. clients/C.1bfa6928675831f5-O123/collections/F.CE2PSBS6BQCSO...) This makes it incompatible with the offline collector which uses this column to refer to paths within the zip file itself. Previously this same file was just copied to the container but now it is being modified to support the different components list. This makes the upload.json format compatible with the offline collector so that VQL artifacts designed to work on the offline collector can also work on flow downloads. * Fix example for dummy proxy in documentation (#2281) Omitting the protocol results in an error at application start-up. * Theme fixes and improvements (#2283) * Ensure reserved user names can not be used (#2284) Previously reserved user names like VelociraptorServer were blocked from being added in VQL but it was still possible to use the command line to add these reserved user names. This PR adds additional contraints and a test to confirm these reserved user names are not added. * ACE editor font corrections (#2285) * Theme fixes and improvements * Fix ACE editor font names * Update font names _variables * Add shaded container around artifact description content (#2287) * Use 'HuntDescription' value for hunt() 'description' value (#2289) * User admin management screeb (#2212) Introduce a new user management UI that allows admins to manipulate user's org memberships, reset passwords, create new users and change user's roles and permissions. Special thanks to @jeffmahoney for working on this really large feature! * Theme fixes (#2291) * Theme fixes * Improved legibility of <code> in artifact viewer * Bugfix: Export notebook to zip broken (#2295) Also added a test and new VQL function create_notebook_export() * Added write_jsonl plugin. (#2296) * Bugfix: Collector timeout was set in ns (#2297) * Fix freebsd build (#2298) * Bump decode-uri-component from 0.2.0 to 0.2.2 in /gui/velociraptor (#2299) Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Prepare for 0.6.7-2 release Incorporate bugfixes from 0.6.7-1 release. * Fix test * Fix test * Fix Windows.NTFS.MFT * Fixed test Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Snyk bot <snyk-bot@snyk.io> Co-authored-by: predictiple <predictiple@users.noreply.github.com> Co-authored-by: ae-govau <adam.eijdenberg@defence.gov.au> Co-authored-by: weslambert <wlambertts@gmail.com> Co-authored-by: Jeff Mahoney <jeffm@suse.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.