| Wed, 14 Aug 2024 22:08:14 +0200 |
ymh |
server and docker migration
default tip
|
file |
diff |
annotate
|
| Fri, 17 Apr 2015 10:45:30 +0200 |
durandn |
started refactoring viewe + fix bug with corrupted properties
|
file |
diff |
annotate
|
| Thu, 16 Apr 2015 20:02:30 +0200 |
Nicolas DURAND |
cache fix
|
file |
diff |
annotate
|
| Wed, 15 Apr 2015 14:56:07 +0200 |
durandn |
Fixed cache registry handling + added forms.py (didn't commit last time) + moved forms in views/social.py into views/forms.py + small tweaks to timezone support
|
file |
diff |
annotate
|
| Wed, 15 Apr 2015 02:48:22 +0200 |
ymh |
remove debug causing encoding errors
|
file |
diff |
annotate
|
| Tue, 14 Apr 2015 13:01:25 +0200 |
durandn |
Reworking cache keys registries and access
|
file |
diff |
annotate
|
| Mon, 13 Apr 2015 18:13:14 +0200 |
durandn |
cleaned up last small code from before using wtforms
|
file |
diff |
annotate
|
| Mon, 13 Apr 2015 17:33:32 +0200 |
durandn |
cache optimisation : no more cache.clear() but 2 "keys sets" for each repository: one for the categories and one for the comments and discussion + corrected slight mistake in macro that messed up with sessions
|
file |
diff |
annotate
|
| Mon, 13 Apr 2015 12:03:48 +0200 |
durandn |
Properties are now cached globally instead of being stored in the session
|
file |
diff |
annotate
|
| Fri, 10 Apr 2015 17:46:38 +0200 |
durandn |
made session dict usage a lot safer (using dict.setdefault("key, default) instead of directly using dict["key"])
|
file |
diff |
annotate
|
| Fri, 10 Apr 2015 16:02:55 +0200 |
durandn |
clean log + session["tasks"] error
|
file |
diff |
annotate
|
| Fri, 10 Apr 2015 13:07:18 +0200 |
durandn |
Start on routing and queues, now need 1 worker per queue
|
file |
diff |
annotate
|
| Thu, 09 Apr 2015 20:59:57 +0200 |
durandn |
Working server side task managing for submitting categories, fixed cache issue
|
file |
diff |
annotate
|
| Thu, 09 Apr 2015 17:39:27 +0200 |
durandn |
Started work on task management for submitting changes
|
file |
diff |
annotate
|
| Tue, 07 Apr 2015 20:03:04 +0200 |
durandn |
Added support for custom properties per repository + added doc in the readme for this (config.py PROPERTY_LIST entry has changed a bit)
|
file |
diff |
annotate
|
| Fri, 20 Feb 2015 10:55:54 +0100 |
Nicolas DURAND |
Caching fix (now works on views.categories submodule) and config (dict CACHE_CONFIG, see Flask-cache doc for expected values) + Pagination for comments (changeset & issues) + Hooks to log API rate consumption and get pagination info
|
file |
diff |
annotate
|
| Mon, 16 Feb 2015 15:13:39 +0100 |
Nicolas DURAND |
Pep8/Pylint small changes
|
file |
diff |
annotate
|
| Fri, 13 Feb 2015 17:22:21 +0100 |
Nicolas DURAND |
V0.1.4: Implemented github social functions into CatEdit: refactored template and views hierarchy, names, views submodule, created macro to generate category tables + small esthetic changes (buttons to display categories/tables switch state, possibility to hide tables) + views modules have been converted into Flask Blueprints
|
file |
diff |
annotate
|
| Fri, 30 Jan 2015 12:38:15 +0100 |
Nicolas DURAND |
New version + Reworked login process to suppress unauthenticated request + reworked file persistence + added tests module and API tests + reworked how the list repositories user can access is generated (can now only access repositories that are both in his repository list AND in the config repository list, so there is no need to add every new user to all repositories)
V00.01.03
|
file |
diff |
annotate
|
| Mon, 12 Jan 2015 12:00:30 +0100 |
Nicolas DURAND |
Finished WTForms support for properties + Refactored API so it doesn't handle form parsing anymore + added version.py and edited setup.py, version is now displayed in the footer of every page + reworked config to condense every persistence parameter and logging parameter
|
file |
diff |
annotate
|
| Tue, 06 Jan 2015 15:53:09 +0100 |
Nicolas DURAND |
resources.py: quick fix for getting empty category list with get() in CategoryAPI
|
file |
diff |
annotate
|
| Tue, 06 Jan 2015 15:01:45 +0100 |
Nicolas DURAND |
Removed references to REPOSITORY_NAME + some refactoring of cat_editor in views.py (wtforms)
|
file |
diff |
annotate
|
| Mon, 05 Jan 2015 18:03:55 +0100 |
Nicolas DURAND |
Refactoring: change lists are now dicts + template inheritance for app pages + added debug messages with remaining github request count after each github api request
|
file |
diff |
annotate
|
| Sat, 03 Jan 2015 00:15:51 +0100 |
Nicolas DURAND |
Added support for multiple repositories + Started work on template inheritance (only created empty base template so far)
|
file |
diff |
annotate
|
| Fri, 02 Jan 2015 16:46:56 +0100 |
ymh |
correct initialization and import of application + rename api file
|
file |
diff |
annotate
|