forked from Ericsson/CodeCompass
-
Notifications
You must be signed in to change notification settings - Fork 0
Update branch #3
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
Merged
Merged
Conversation
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
Co-authored-by: Anett Fekete <[email protected]>
Parsing test projects in GitHub Actions
…or nullptr (#499) Checking if the result of a query or query_one function is not empty or nullptr Co-authored-by: Máté Cserép <[email protected]>
…time. This one also has a Text module connected, so jumping to the proper code location is supported now. Also a bugfix in selecting the defined segment of the code.
Displaying build log messages when clicking on the parse status label.
Trigger GitLab CI automatically
Building and pushing images to Dockerhub.
…and continue parsing.
C++ parser is working based on a compilation_database.json file. This file may contain relative file paths in its "file" attributes. This file is given to C++ parser to build the AST of this file. However, this works only if the filename is correctly relative to the current working directory. In this patch the directory and file components are joined so the full path of a source file is passed to the parser.
Fix C++ parser relative path
Skip circular symlinks
Track file browsing with Google Analytics
… which only resulted in an assertion fail when CodeCompass was compiled in debug mode.
…ing the tests, ODB assertions are performed. See #439.
…mpty check can be done.
Fix server-side syntax highlighting
Fixes for CppParserTest
It seems like the original source has gone. The project https://github.com/threatstack/libmagic/ was deleted or made private.
* Conditional compilation of plugins. WITH_PLUGINS side is working. * Conditional compilation of plugins according to specified cmake options. * Refactoring to reduce redundancy.
Adding more Google Analytics events for the main functionalities of CodeCompass.
Upgrade libthrift java library from 0.12.0 to 0.13.0
Safer docker script approach
Ubuntu 16.04 has ended it's 5-year long standard support lifetime in April.
Remove mentions and guides for Ubuntu 16.04 "Xenial Xerus"
(cherry picked from commit cd7d319)
Added new LDAP authenticator plugin. It depends on the ldap-cpp wrapper of OpenLDAP which is compiled along with the source code. Adding a new CMake flag to be able to compile authentication plugins on demand.
Fixing bug introduced in #529
Fix runtime_pgsql Docker image
…t language service should be used.
Replacing constant usage of cppservice
Update build2 version to 0.14.0
…s cacert is outdated)
# Conflicts: # .gitlab/build-codecompass.sh # .gitlab/cc-env.sh # webgui/scripts/codecompass/view/codeBites.js # webgui/scripts/codecompass/view/component/Text.js
…Compass into rmfcnb-pythonplugin-symlink # Conflicts: # plugins/python/parser/src/scripts/cc_python_parser/parser.py
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.