IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* feat: implementation of syslog logger
* feat: implementation of file logger
* feat: show time for each logged message in file and console loggers
* refactor: more convenient log masks
* refactor: move logger files into its own directory inside core
* chore: changed all qt logs to use new logger
* chore: remove unnecessery changes
* fix: creating log file in FileLogger
* refactor: refactor logger stream to have private class
* chore: remove unnecessery logs in main
* feat: make logger thread safe
* chore: get back to qt logger
* feat: enable qt-logger
* feat: logger class
* refactor: rename abstractlogger.[ch] into logger.[ch]
* chore: remove now unneeded implementation of logger stream
* chore: remove unneeded getInstance in logger manager
* refactor: use qt's log level instead
* refactor: switch between msgType instead of having a function for each
* refactor: prelude.h to include everything needed for logger
* chore: add llvm-common to build container
* ci: run tests also on clang
* ci: run ci on all branches
* ci: fix if for clang
* fix: change package to llvm15.0
* chore: fix clang warning about assignment inside if
* refactor: refactor addscriptwidget so it does not create empty item on Add
* refactor: remove check for rootItem and at this point unused findRoot function
* refactor: rename Scripts Parameters to Script Arguments in ui files
* feat: validate script before adding and notify if script path is empty
* refactor: remove not needed delegate and mapper objects from base script widget
* refactor: cleanup ui of scripts widget
* fix: fix typo in translation
* fix: open scripts directory on smb
* revert: "refactor: cleanup ui of scripts widget"
This reverts commit 28a954d9e7f9a32e8345dd41606aec6e74f345e6.
* chore: don't change formatting in scriptssnapinprivate.cpp
* fix: restrict how big script dialog can be
* refactor: refactor addscriptwidget so it does not create empty item on Add
* refactor: remove check for rootItem and at this point unused findRoot function
* refactor: rename Scripts Parameters to Script Arguments in ui files
* feat: validate script before adding and notify if script path is empty
* refactor: remove not needed delegate and mapper objects from base script widget
* refactor: cleanup ui of scripts widget
* fix: fix typo in translation
* fix: open scripts directory on smb
* fix: don't publish container and artifacts on pull request
* fix: don't depend on gpui-build-container in other jobs if pull request
* chore: try to move conditions inside jobs
* chore: try to move condition inside each step
* feat: implement 'and' and 'or' elements of definitions
* fix: add product adapter to admxformat
* feat: add comments to policy bundle
* feat: update debug output
* fix!: fix hasher-useradd usage
* feat: filter dialog shows available products tree
* feat: recursively select children
* feat: allow to resize filter dialog
* chore: uncheck parent on child uncheck
* fix: get filter returns only leafs and uncheck parent on item uncheck
* chore [wip]: get both name and display name on platforms in filter
* chore: provide supported on defenitions in filter
* chore: update of filter logic: still need to figure out way to find index in a platform tree
* fix: fix keyword filter
* fix: supported on field in policy interface
* feat: find actual index in a tree
* fix: correct supported on display text in policy view
* fix: fix always passing filter ie
* chore: speed up filterPatform by caching already found platforms in a tree
* refactor: refactor building cache
* fix: fix filter dialog translating on language change in runtime
* chore: make translations of keyword search options clear
* chore: close dialog when main window closes
* refactor: move getPlatformIndex into PlatformModel
* fix: fix segfault on language change after applying platform filters by rebuilding cache
* Revert "chore: close dialog when main window closes"
This reverts commit 2c428b004dea7e77e3c8da722e8eaaf2a7d01402.
* fix: clean all filters when language changes
* refactor: rename retranslateMenuItems to setMenuItemNames
* fix: add qstring hash and missing header
* fix: add qstring hash only if QT version is below 5.14
* feat: implement partially checked check boxes in platform tree
---------
Co-authored-by: august-alt <77973983+august-alt@users.noreply.github.com>
Following changes were made:
- fix: add sections to scripts
- fix: fix scripts display
- fix: fix logic of scripts loading
- fix: fix no section crash
- fix: scripts plugin: change ini files path and create default dirs
- fix: create folder for scripts
- fix: improve debug of genericwriter
- fix: fix add script widget navigation order
- fix: disable edit triggers in script widget
- fix: fix scripts category in scriptssnapinprivate.cpp
- feat: add power shell script order entries to combobox
- feat: set format to be utf16le in ini files
- feat: disable order widget
- fix: fix conversion to wide characters in iniformat
- chore: refactor io generic writer
Following fixes were added:
- Adjust localized comments.
- Fix comment file name.
- Fix cmtx schema to support proper revision, version and minRequiredVersion.
* refactor: refactoring of filter model
* refactor: more refactoring of filter model diaglog
* chore: hide inactive managed and commented options
* fix: one less memory leak
* chore: added paranthesis in logical expr
Description:
Add docker buildx to create containers.
Resolve problems with CodeQL.
Update CI pipeline and separate main workflow into pieces. Add build, build container and test workflows.
History:
* Test build and push action
* Update CodeQL analysis from v1 to v2
* Add dependencies
* Use Ninja instead of GNU Make
* Switch back to GNU Make & fix main CI
* Fix tabs in main.yml
* Add build arguments
* Change mode to github actions
* Add run stage
* Push to ghcr
* Bump up of action versions
* Run container
* Use same image in test
* Separate workflow for build docker image
* Try another name for action
* All on push
* Proper names
* Correct order
* Add sudo in test
* No sudo
* Add ctest as dependency in Dockerfile and pull image first in build
* Main workflow to run others as jobs
* Fix order
* Checkout to code in build
* Checkout in tests
* Run CodeQL in same container
* Speed up CodeQL build by using Make directly
* Mount RPM directory
* Test on i386 also
* Removed unused parameters and pull specific platform in build
* Set target for gear-rpm
* Back to 2 images
* Set permissions for packages
* Get uid and gid
* Remove QEMU
* Try to utilize mode caching by having separate cache between branches and architectures
* Try not to use actions
* wip: add naive impementation of valueName only policy
* refactor: cleanup for implementation valueName only policies (#33)
---------
Co-authored-by: Michael Chernigin <59616661+mchernigin@users.noreply.github.com>