Skip to content

oracle/opengrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 1, 2024
0725498 · Aug 1, 2024
Aug 1, 2024
Jul 13, 2023
Aug 1, 2024
Aug 1, 2024
Jul 30, 2024
Aug 1, 2024
Aug 1, 2024
Aug 1, 2024
Aug 1, 2024
Aug 1, 2024
Jul 15, 2021
Nov 7, 2023
Jan 15, 2024
Jul 31, 2024
Oct 31, 2017
Dec 4, 2017
Dec 18, 2017
Oct 28, 2017
Nov 2, 2017
Dec 13, 2017
Jan 2, 2013
Jan 2, 2013
Feb 16, 2024
Jun 13, 2023
Dec 15, 2023
Jan 22, 2024
Jul 13, 2023
Jul 13, 2023
Aug 1, 2024
Oct 29, 2020

Copyright (c) 2006, 2024 Oracle and/or its affiliates. All rights reserved.

OpenGrok - a wicked fast source browser

Github actions build Coverage status SonarQube status License

1. Introduction

OpenGrok is a fast and usable source code search and cross reference engine, written in Java. It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories of many source code management systems.

Official page of the project is on: https://oracle.github.io/opengrok/

2. Installation

See https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok

2. 1. Updating

OpenGrok uses semantic versioning and the version components further indicate more details about updating to newer version. The version scheme is major.minor.micro and change in any component is interpreted as:

  • major - major backwards incompatible update, will require full reindex as well as configuration changes
  • minor - full clean reindex of your repositories is needed (e. g. index format has changed)
  • micro - redeploy web application

Generally it is possible to go backward only within the micro version.

3. Information for developers

See https://github.com/oracle/opengrok/wiki/Developer-intro and https://github.com/oracle/opengrok/wiki/Developers

4. Authors

The project has been originally conceived in Sun Microsystems by Chandan B.N.

For full list of contributors see https://github.com/oracle/opengrok/graphs/contributors

5. Contact us

Use the Github Discussions.

6. Run as container

You can run OpenGrok as a Docker container as described here.

Contributing

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide

Security

Please consult the security guide for our responsible security vulnerability disclosure process

License

Copyright (c) 2006, 2024 Oracle and/or its affiliates.