Git Product home page Git Product logo

Comments (9)

Avfdo1994 avatar Avfdo1994 commented on September 8, 2024

Is it necessary to configure authur for the dashboard to be updated with new commits from the git repositories or is using just the mordred component enough?

from grimoirelab-sirmordred.

canasdiaz avatar canasdiaz commented on September 8, 2024

Having the projects.json and mordred up & running will do the update. The frequency depends on the parameter min_update_delay. Can u post your setup.cfg so we can help u?

from grimoirelab-sirmordred.

Avfdo1994 avatar Avfdo1994 commented on September 8, 2024

[general]
short_name = Auxenta
update = true
sleep = 0
min_update_delay = 10
debug = true
logs_dir = /home/anthony/Test/logs
bulk_size = 1000
#scroll_size = 100

[projects]
projects_file = projects.json

[es_collection]
url = http://127.0.0.1:9200

[es_enrichment]
url = http://127.0.0.1:9200
autorefresh = false
studies = true

[sortinghat]
host = localhost
user = root
password =
database = grimoirelab_sh
load_orgs = true
orgs_file = /home/anthony/Test/orgs.json
unaffiliated_group = Unknown
affiliate = True
autoprofile = [customer,git,github]
matching = [email]
sleep_for = 0
bots_names = [Beloved Bot]

[panels]
kibiter_time_from= "now-90d"
kibiter_default_index= "git"

[phases]
collection = true
identities = true
enrichment = true
panels = true

[git]
raw_index = git_test-raw
enriched_index = git_test

from grimoirelab-sirmordred.

Avfdo1994 avatar Avfdo1994 commented on September 8, 2024

I'm pulling commits from a private repository in bitbucket by the way

from grimoirelab-sirmordred.

Avfdo1994 avatar Avfdo1994 commented on September 8, 2024

Is there a document that goes into the details of each property in the configuration file?

from grimoirelab-sirmordred.

canasdiaz avatar canasdiaz commented on September 8, 2024

@Avfdo1994 yep, but the documentation is still very limited https://github.com/chaoss/grimoirelab-mordred/blob/master/doc/config.md

Please change these two parameters, I think your setup is causing a deadlock due to a bug in Mordred.

...
min_update_delay = 90
...
sleep_for = 1200

And remove this one:

sleep = 0

Wait for an hour and let us know whether it starting to update the repos. If you want to know the latest modification time of the indexes you can use the tool named indexwarrior (pip install indexwarrior)

from grimoirelab-sirmordred.

Avfdo1994 avatar Avfdo1994 commented on September 8, 2024

@sanacl Is there way to include the password for a private git repository (from bitbucket) in the configuration file? When I run mordred now, i'm prompted to enter the password for my private repository after every 3 minutes

from grimoirelab-sirmordred.

opsintacct avatar opsintacct commented on September 8, 2024

@Sanacl, on the same note can we put a encrypted password?

from grimoirelab-sirmordred.

Avfdo1994 avatar Avfdo1994 commented on September 8, 2024

Resolved this using SSH
https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html

from grimoirelab-sirmordred.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.