NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/Dockerfiles/dovecot/optimize-fts.sh

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

optimize-fts.sh on main
Author Date Commit Line Code
Niklas Meyer about 2 years ago cf65942

dovecot: add Flatcurve FTS Engine as EXPERIMENTAL (#5920)

Full commit hash
cf6594220cdc74426f71f6eeb11a9a7cd089036b
Author
Niklas Meyer <[email protected]>
Date
about 2 years ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
same change cf65942

dovecot: add Flatcurve FTS Engine as EXPERIMENTAL (#5920)

Full commit hash
cf6594220cdc74426f71f6eeb11a9a7cd089036b
Author
Niklas Meyer <[email protected]>
Date
about 2 years ago
Selected line
2
Open commit View diff
2
Niklas Meyer over 1 year ago 3e8bb06

dovecot: replace solr fts with flatcurve (xapian) (#5680)

Full commit hash
3e8bb06a3776b778ddff8709fe4ec9f2d14451fb
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
3
if [[ "${SKIP_FTS}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
3 if [[ "${SKIP_FTS}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Niklas Meyer about 2 years ago cf65942

dovecot: add Flatcurve FTS Engine as EXPERIMENTAL (#5920)

Full commit hash
cf6594220cdc74426f71f6eeb11a9a7cd089036b
Author
Niklas Meyer <[email protected]>
Date
about 2 years ago
Selected line
4
    exit 0
Open commit View diff
4 exit 0
same change cf65942

dovecot: add Flatcurve FTS Engine as EXPERIMENTAL (#5920)

Full commit hash
cf6594220cdc74426f71f6eeb11a9a7cd089036b
Author
Niklas Meyer <[email protected]>
Date
about 2 years ago
Selected line
5
else
Open commit View diff
5 else
same change cf65942

dovecot: add Flatcurve FTS Engine as EXPERIMENTAL (#5920)

Full commit hash
cf6594220cdc74426f71f6eeb11a9a7cd089036b
Author
Niklas Meyer <[email protected]>
Date
about 2 years ago
Selected line
6
    doveadm fts optimize -A
Open commit View diff
6 doveadm fts optimize -A
Niklas Meyer over 1 year ago 3e8bb06

dovecot: replace solr fts with flatcurve (xapian) (#5680)

Full commit hash
3e8bb06a3776b778ddff8709fe4ec9f2d14451fb
Author
Niklas Meyer <[email protected]>
Date
over 1 year ago
Selected line
7
fi
Open commit View diff
7 fi