GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/webapp-config.git
master
overlay
Gentoo's installer for web-based applications
Matthew Summers <quantumsummers@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
WebappConfig
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds uWSGI server support
Vladimir Pavljuchenkov (SpiderX)
2017-01-09
2
-2
/
+14
*
ebuild.py: fix bashism
Paolo Pedroni
2016-05-12
1
-1
/
+1
*
config.py: Fixes package version checking regression
Devan Franchini
2015-07-10
1
-9
/
+12
*
version.py: Modifies version to reflect git status
Devan Franchini
2015-07-03
1
-1
/
+1
*
Bump to version 1.54
Devan Franchini
2015-07-02
1
-1
/
+1
*
config.py: Moves setting of g_orig_installdir to allow lack of -d flag
Devan Franchini
2015-06-19
1
-4
/
+4
*
config.py: Suppresses warning message for lack of -d flag for --query
Devan Franchini
2015-06-19
1
-1
/
+2
*
db.py: Reverts OUT.info() call to print() in listinstalls()
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Readds the "dir" key to the option_to_config term
Devan Franchini
2015-06-19
1
-0
/
+1
*
config.py: Message clean ups
Devan Franchini
2015-06-19
1
-12
/
+11
*
config.py: Allows for -lui to not have any arguments passed
Devan Franchini
2015-06-19
1
-41
/
+43
*
config.py: Adds optionality to --dir flag
Devan Franchini
2015-06-19
1
-3
/
+12
*
config.py: Removes unnecessary .keys() call for option_to_config dict
Devan Franchini
2015-06-19
1
-7
/
+7
*
{config, db}.py: Adds proper support for list-installs command
Devan Franchini
2015-06-19
2
-17
/
+28
*
external.py: Modifies assertion to reflect the expected non-existant webapp r...
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Modifies import strategy for config parser
Devan Franchini
2015-06-19
1
-7
/
+4
*
Adds WebappAdd and WebappRemove tests to external test suite
Devan Franchini
2015-06-19
3
-141
/
+81
*
Adds Protection tests to external test suite
Devan Franchini
2015-06-19
3
-82
/
+55
*
Adds FileType tests to external test suite
Devan Franchini
2015-06-19
3
-81
/
+37
*
Adds Ebuild tests to external test suite
Devan Franchini
2015-06-19
3
-143
/
+37
*
Adds DotConfig tests to external test suite
Devan Franchini
2015-06-19
3
-67
/
+43
*
Adds WebappDB and WebappSource tests to external test suite
Devan Franchini
2015-06-19
3
-176
/
+121
*
Adds beginning stages of external test suite
Devan Franchini
2015-06-19
3
-167
/
+138
*
{config, server}.py: Adds Tracd server support
Devan Franchini
2015-06-19
2
-2
/
+14
*
config.py: Improves package version checking
Devan Franchini
2015-06-19
1
-3
/
+10
*
config.py: Modifies --list_unused_installed to nargs = "*"
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Adds more thorough checking for setting self.work
Devan Franchini
2015-06-19
1
-2
/
+2
*
config.py: Changes --query nargs to 2
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Adds "query" to list of actions to get pn and pvr
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Fixes list-installs help message
Devan Franchini
2015-06-19
1
-4
/
+4
*
version.py: Updates version to reflect being on git
Devan Franchini
2015-06-19
1
-1
/
+1
*
config.py: Adds exception handling for setting env vars
Devan Franchini
2015-06-19
1
-3
/
+6
*
{config, debug}.py: Migrates from optparse to argparse
Devan Franchini
2015-06-19
2
-345
/
+368
*
{config, debug}.py: Removes deprecated use of __dict__ invocation
Devan Franchini
2015-06-19
2
-37
/
+37
*
Adds python3.x compatibility to codebase.
Devan Franchini
2015-06-19
8
-28
/
+28
*
Bump to version 1.53
1.53
Devan Franchini
2014-01-24
1
-1
/
+1
*
WebappConfig/db.py: Properly closes install file after writing.
Devan Franchini
2014-01-24
1
-0
/
+1
*
WebappConfig/config.py: Fixes spacing issue in --help output.
Devan Franchini
2014-01-24
1
-1
/
+1
*
WebappConfig/db.py: Slightly alters prune_database() algorithm.
Devan Franchini
2014-01-24
1
-3
/
+1
*
WebappConfig/content.py: Nulls doctest code in add() function.
Devan Franchini
2014-01-24
1
-18
/
+18
*
WebappConfig/ebuild.py: Nulls doctest code in run_var()
Devan Franchini
2014-01-24
1
-23
/
+23
*
WebappConfig/config.py: Uses maybe_get() function instead of get().
Devan Franchini
2014-01-24
1
-3
/
+1
*
WebappConfig/config.py: Prevents overwriting config variables.
Devan Franchini
2014-01-24
1
-1
/
+4
*
WebappConfig/db.py: Removes printing of 'action' when calling prune_database().
Devan Franchini
2014-01-24
1
-1
/
+0
*
WebappConfig/config.py: Cleans whitespace.
Devan Franchini
2014-01-24
1
-1
/
+1
*
WebappConfig/{db,config}.py: Adds support for prune-database() function.
Devan Franchini
2014-01-24
2
-16
/
+43
*
WebappConfig/db.py: Adds prune_db() function.
Devan Franchini
2014-01-24
1
-0
/
+37
*
WebappConfig/ebuild.py Restores changes done by previous commit.
Devan Franchini
2014-01-01
1
-18
/
+18
*
WebappConfig/ebuild.py: Alters doctest output to default values.
Devan Franchini
2013-12-31
1
-18
/
+18
*
Bump to version 1.52
1.52
Anthony G. Basile
2013-10-31
1
-1
/
+1
[next]