datactive / bigbang

Scientific analysis of collaborative communities
http://datactive.github.io/bigbang/
MIT License
148 stars 52 forks source link

Moves config.py and config.yaml into bigbang dir. Addresses #569 #575

Closed sbenthall closed 1 year ago

sbenthall commented 1 year ago

This PR addrsses issue #569 by moving the config/ directory contents into the bigbang/ directory, as per @MridulS 's recommendation.

The one thing I couldn't figure out was how fix some of the pipermail ingress tests. These depended on certificates that for some reason were bundled in the config/ directory. @Christovis , please advise.

sbenthall commented 1 year ago

This PR now passes tests and I believe will fix issue #569 .

I know it doesn't do all the refactoring recommended by @MridulS in that issue...

@MridulS any chance you could review this PR ?

cc @ccosborne this will soon be merged in.

ccosborne commented 1 year ago

Thanks @sbenthall !