Tiara Rodney
49604c1e37
fix(__init__::load_config): override path
2022-04-15 02:33:28 +02:00
Tiara Rodney
0fb50c5a57
fix(helper/config::typecast): add boolean evaluation
2022-04-15 02:28:02 +02:00
Tiara Rodney
843354e18d
fix(cgi): remove redundant function
2022-04-15 02:12:35 +02:00
Tiara Rodney
c506cec36a
Merged in bugfix/HTTPASTE-43/config (pull request #37 )
...
Bugfix/HTTPASTE-43/config
2022-04-15 00:05:19 +00:00
Tiara Rodney
65f3102a7f
refactor(samples/httpaste.it): update config file
2022-04-15 01:56:12 +02:00
Tiara Rodney
dd187a1069
test: init
2022-04-15 01:53:53 +02:00
Tiara Rodney
fdf45fd114
refactor: cleanup
...
- lazy load backend
- proper config evaluation
- object-orientation of configuration
2022-04-15 01:52:45 +02:00
Tiara Rodney
6ec39a9303
refactor(Dockerfile): add build stages
2022-04-13 12:56:30 +02:00
Tiara Rodney
60a01ea511
refactor(samples/httpaste.it): finalize initial sample
...
- add tor daemon
- clean directory structure
2022-04-13 12:54:59 +02:00
Tiara Rodney
38bc403058
Merged in master (pull request #36 )
...
docs: sound less like a smart-ass sales person
2022-04-10 11:46:23 +00:00
Tiara Rodney
bab6c52706
Merged in master (pull request #35 )
...
docs: sound less like a smart-ass sales person
2022-04-10 11:45:39 +00:00
Tiara Rodney
8726427dd8
Merged in release/v1.1.0-beta (pull request #34 )
...
fix(samples/httpaste.it): restrict httpd host
2022-04-10 11:44:37 +00:00
Tiara Rodney
d558a65609
fix(samples/httpaste.it): restrict httpd host
...
disallow any host not httpaste.it
2022-04-10 13:41:46 +02:00
Tiara Rodney
3c6165871f
Merged in hotfix/HTTPASTE-37 (pull request #33 )
...
docs: sound less like a smart-ass sales person
2022-04-09 02:22:34 +00:00
Tiara Rodney
89c1a67a47
docs: sound less like a smart-ass sales person
2022-04-09 04:19:01 +02:00
Tiara Rodney
7bd5eb04b5
Merged in feature/HTTPASTE-18 (pull request #32 )
...
Feature/HTTPASTE-18
2022-04-09 01:07:20 +00:00
Tiara Rodney
f25e3f766c
feat(samples): init httpaste.it sample
2022-04-09 02:27:41 +02:00
Tiara Rodney
e8ae877a48
fix(docker): set entrypoint to uwsgi for base image
2022-04-09 02:27:01 +02:00
Tiara Rodney
edf450613a
refactor(docker): remove entrypoint
2022-04-08 21:29:25 +02:00
Tiara Rodney
a9472d321c
feat(docker): init Dockerfile
2022-04-08 21:29:25 +02:00
Tiara Rodney
9541cee98a
refactor(docker): remove entrypoint
2022-04-08 21:29:25 +02:00
Tiara Rodney
3940b4cec7
feat(docker): init Dockerfile
2022-04-08 21:29:25 +02:00
Tiara Rodney
0d7a5d4ccd
Merged in master (pull request #31 )
...
fix(init): remove non-existing common import
2022-04-08 19:28:14 +00:00
Tiara Rodney
0119bae329
Merged in hotfix/HTTPASTE-36 (pull request #30 )
...
fix(init): remove non-existing common import
2022-04-08 19:27:34 +00:00
Tiara Rodney
f3a3e95163
fix(init): remove non-existing common import
2022-04-08 21:25:36 +02:00
Tiara Rodney
bde6344c1e
Merged in master (pull request #29 )
...
Master
2022-04-08 19:11:52 +00:00
Tiara Rodney
95761b9de5
Merged in hotfix/HTTPASTE-36 (pull request #28 )
...
Hotfix/HTTPASTE-36
2022-04-08 19:11:09 +00:00
Tiara Rodney
2762d6d67f
docs(guide/getting-started): init
2022-04-08 21:03:35 +02:00
Tiara Rodney
c8dffbbdf8
refactor(__init__): reset context manager for flask app
...
with proper bdist setup, it shouldn't be necessary to wrap path
of importlib, since the context manager will handle egg extraction
itself. Hopefully...
2022-04-08 21:01:33 +02:00
Tiara Rodney
a4116832e7
fix(build-toolchain): migrate versioning to setuptools_scm
...
versioning of package now handled through setuptools_scm. Git tag therefore
takes precedence and manually setting a version in setup.cfg is redundant.
In addition, setuptools_scm handles proper inclusion of sdist non-python files
and simplifies bdist packaging.
2022-04-08 21:00:51 +02:00
Tiara Rodney
c888f22b93
Merged in hotfix/HTTPASTE-35/init (pull request #27 )
...
fix(init): again, distutils... is confusing
2022-04-03 15:18:27 +00:00
Tiara Rodney
ecd7d03a20
fix(init): again, distutils... is confusing
...
non-script files should now be, hopefully, included in bdist and sdist
chore: upgrade version
2022-04-03 17:15:58 +02:00
Tiara Rodney
f607529be3
Merged in master (pull request #26 )
...
fix(init): add custom context manager for pkg resources
2022-04-03 14:51:32 +00:00
Tiara Rodney
7a7b70422f
Merged in hotfix/HTTPASTE-35/init (pull request #25 )
...
fix(init): add custom context manager for pkg resources
2022-04-03 14:50:33 +00:00
Tiara Rodney
e330bbf70a
fix(init): add custom context manager for pkg resources
...
chore: upgrade version
2022-04-03 16:48:39 +02:00
Tiara Rodney
390791bb81
Merged in master (pull request #24 )
...
fix(init): add importlib context to connexion init
2022-04-03 14:19:31 +00:00
Tiara Rodney
94f9063e1d
Merged in hotfix/HTTPASTE-35/init (pull request #23 )
...
fix(init): add importlib context to connexion init
2022-04-03 14:18:23 +00:00
Tiara Rodney
65f5077095
fix(init): add importlib context to connexion init
...
connexion openapi spec reference now provided through importlib
context manager, since file will exist inside of python egg, therefore
not being accesible through package file path
chore: upgrade version
2022-04-03 16:16:51 +02:00
Tiara Rodney
24c6602ec5
Merged in master (pull request #22 )
...
fix(wsgi+config): fault environment setup
2022-04-03 02:34:58 +00:00
Tiara Rodney
e6c0371dcb
Merged in hotfix/HTTPASTE-34 (pull request #21 )
...
fix(wsgi+config): fault environment setup
2022-04-03 02:32:30 +00:00
Tiara Rodney
fc367ed4cb
fix(wsgi+config): fault environment setup
...
chore: upgrade version
2022-04-03 04:30:13 +02:00
Tiara Rodney
ea03dc1018
Merged in bugfix/HTTPASTE-33 (pull request #20 )
...
Bugfix/HTTPASTE-33
2022-04-03 02:06:04 +00:00
Tiara Rodney
d8ac419c18
fix(backend/mysql): add missing var for get_connection()
2022-04-03 04:04:56 +02:00
Tiara Rodney
809ce6522b
fix(backend/mysql): load files through importlib
...
is required since package will be distributed as python egg
2022-04-03 04:02:08 +02:00
Tiara Rodney
4a1cf1d007
Merge branch 'master' into dev
2022-04-03 03:55:08 +02:00
Tiara Rodney
88851970d2
Merged in hotfix/HTTPASTE-33 (pull request #17 )
...
refactor(setuptools): include sql schema
2022-04-03 01:51:25 +00:00
Tiara Rodney
bdefd7e592
refactor(setuptools): include sql schema
...
fix(backend/sqlite): load files through importlib
is required since package will be distributed as python egg
chore: upgrade version
2022-04-03 03:50:39 +02:00
Tiara Rodney
151add38a4
Merged in bugfix/HTTPASTE-33/backend/mysql (pull request #16 )
...
fix(backend/mysql): isolate third-party module imports
2022-04-03 00:47:02 +00:00
Tiara Rodney
9c31f044ce
fix(backend/mysql): isolate third-party module imports
...
currently there is a problem with loading the backends through
the httpaste.Config class, since they aren't being lazily loaded, will have to
rework this sometime later in the future.
2022-04-03 02:45:01 +02:00
Tiara Rodney
4993a5a3ea
Merged in master (pull request #15 )
...
fix(schema): add parameters to paste/private route
2022-04-02 23:37:22 +00:00