a_star: don't crash on deserialization errors and limit static types
[nit.git] / src / web /
2017-06-12 Alexandre Terrasanitweb: classdefs and propdefs link directly into class...
2017-06-02 Alexandre Terrasalib/popcorn: import pop_json when needed
2017-05-12 Alexandre Terrasalib/json: remove Jsonable and replace it by Serializable
2017-05-09 Jean Privatnitweb: add a low-level `api/light` with highlight
2017-03-06 Alexandre Terrasanitweb: load catalog at startup instead of first page...
2017-01-17 Alexandre Terrasanitweb: link entities from Markdown code span
2017-01-17 Alexandre Terrasanitweb: factorize md utilies to MDEmiter instead of...
2016-12-06 Alexandre Terrasanitweb: move github login configuration to its own...
2016-12-05 Jean PrivatMerge: nitweb: rewritte stars
2016-12-05 Alexandre Terrasanitweb: sort mentities list by name
2016-12-05 Alexandre Terrasanitweb: clean defs list rendering
2016-12-05 Alexandre Terrasanitweb: rewrite ratings to allow dimensions (like code...
2016-12-05 Alexandre Terrasanitweb: avoid linearization errors
2016-12-03 Alexandre Terrasanitweb: migrate to new json serialization API
2016-11-28 Alexandre Terrasanitweb: /random apply limit after random
2016-09-16 Alexis Laferrière*: update redefs of `to_json`
2016-09-02 Alexandre Terrasanitweb: move md_processor to config
2016-08-31 Alexandre Terrasanitweb: use model index
2016-08-31 Alexandre Terrasanitweb: move view to config
2016-08-31 Alexandre Terrasanitweb: add `namespace` key to all mentities json
2016-08-31 Alexandre Terrasanitweb: fix linearization responses
2016-08-31 Alexandre Terrasanitweb: use model_json `full_json`
2016-08-26 Jean PrivatMerge: Tools use model index
2016-08-25 Alexandre Terrasanitweb: doc_down use model_index
2016-08-25 Alexandre Terrasanitweb: catch 404 errors from /api/*
2016-08-25 Alexandre Terrasanitweb: better error responses from API
2016-08-25 Alexandre Terrasanitweb: merge ModelHandler and APIHandler
2016-08-25 Alexandre Terrasanitweb: split APIRouter in modules
2016-08-25 Alexandre Terrasanitweb: move catalog to config
2016-08-17 Alexandre Terrasanitweb: move mongo to web_base
2016-08-10 Alexandre Terrasanitweb: use config file
2016-08-10 Alexandre Terrasanitweb: factorize APIRouter
2016-07-20 Alexandre Terrasanitweb: introduce metrics API
2016-06-30 Alexandre Terrasanitweb: introduce feedback API for star rating system
2016-06-30 Alexandre Terrasaweb: rename `model_api` into `api_model`
2016-06-23 Alexandre Terrasanitweb: add /docdown route
2016-06-22 Alexandre Terrasanitweb: api return the unified web_url
2016-06-22 Alexandre Terrasasrc: move model_html module from web/ to doc/
2016-06-22 Alexandre Terrasanitweb: remove useless modules since Angular app introd...
2016-06-21 Jean PrivatMerge: nitweb: add graphs stubs
2016-06-21 Alexandre Terrasanitweb: add /api/graph/:entity
2016-06-21 Alexandre Terrasanitweb: add /api/inheritance/:id service
2016-06-21 Alexandre Terrasamodel_collect: generalize hierarchy_poset service
2016-06-20 Alexandre Terrasanitweb: add signatures to refs
2016-06-08 Alexandre Terrasanitweb: add /api/defs/:entity to list definitions
2016-06-07 Alexandre Terrasanitweb: add /api/linearization/:full_name service
2016-06-06 Alexandre Terrasanitweb: introduce API catalog route
2016-06-06 Alexandre Terrasanitweb: move APIRouter to nitweb.nit
2016-06-06 Alexandre Terrasanitweb: move APIHandler to web_base
2016-06-02 Alexandre Terrasanitweb/src: APISearch super APIList
2016-06-02 Alexandre Terrasasrc/web: APIList and APIRandom use JsonArray.from
2016-05-30 Alexandre Terrasanitweb: migrate /entity?json to /api/entity
2016-05-30 Alexandre Terrasanitweb: migrate /uml to /api/uml/:entity
2016-05-30 Alexandre Terrasanitweb: migrate /code to /api/code/:entity
2016-05-30 Alexandre Terrasanitweb: migrate /random to /api/random
2016-05-30 Alexandre Terrasanitweb: migrate /search to /api/search
2016-05-30 Alexandre Terrasanitweb: introduce model_api
2016-05-30 Alexandre Terrasanitweb: rename ModelAction intro ModelHandler
2016-05-30 Alexandre Terrasaweb: redefine model_json for API ready json objets...
2016-05-20 Alexandre Terrasasrc/web: nitweb use popcorn
2016-05-20 Alexandre Terrasasrc/web: render do not require the server reference...
2016-05-20 Alexandre Terrasasrc/web: replace adhoc MEntity::to_json by the model_js...
2016-05-20 Alexandre Terrasasrc/web: actions use full_name to lookup mentities
2016-05-20 Alexandre Terrasasrc/web: use full_name instead of html_raw_namespace
2016-05-20 Alexandre Terrasasrc/web: ModelAction can search mentities by full_name
2016-04-20 Alexandre Terrasanitweb: add /uml/:namespace route
2015-12-19 Alexandre Terrasanitweb: use ModelTreeVisitor instead of custom tree...
2015-12-19 Alexandre Terrasanitweb: use MEntityTree instead of ad-hoc list
2015-12-19 Alexandre Terrasanitweb: use ModelView instead of model collect
2015-12-19 Alexandre Terrasanitweb: introduce ModelAction
2015-12-19 Alexandre Terrasanitweb: remove dependencies from `model_html` to `model...
2015-12-11 Alexandre Terrasanitweb: introduce nitweb binary
2015-12-11 Alexandre Terrasanitweb: introduce web actions
2015-12-11 Alexandre Terrasanitweb: introduce views used to render information
2015-12-11 Alexandre Terrasanitweb: render model entities to html
2015-12-11 Alexandre Terrasasrc: introduce a new tool called nitweb