- 19 Feb, 2018 18 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Payment State gadget translate the State of Sale Invoice Transaction and the Payment Transaction into a message meaningful to the User. (Unpaied, Waiting for Payment, Pay Now...). Payment State gadget, in case of Payment Required, can include the Link to Pay Now using Payzen API.
-
Rafael Monnerat authored
The code result.portal_type.replace(' ', '_') gives Sale_Invoice Transaction The code result.portal_type.replace(/ /g, '_') gives Sale_Invoice_Transaction
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This may sabe a bit of miliseconds per call.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Those portal types sets acquire_local_roles definition (security), so it is more appropriated to place it on slapos_erp5 bt5.
-
Rafael Monnerat authored
Remove all code which will become obsolete after the launch of SlapOS 2.0
-
Rafael Monnerat authored
-
- 31 Jan, 2018 1 commit
-
-
Yusei Tahara authored
-
- 30 Jan, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 29 Jan, 2018 1 commit
-
-
Alain Takoudjou authored
use profile to log promises resource consumption /reviewed-on nexedi/slapos.core!37
-
- 26 Jan, 2018 1 commit
-
-
Klaus Wölfel authored
needed for example for wendelin.core arrays + connections @alain.takoudjou , @rafael if no objections can you please accept & merge it? /reviewed-on nexedi/slapos.core!36
-
- 25 Jan, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 24 Jan, 2018 2 commits
-
-
Yusei Tahara authored
slapos/slap/slap.py slap.initializeConnection: Cache master node's Hateoas URL and do not ask many times. Communication to master node is expensive.
-
Yusei Tahara authored
slapos/slap/slap.py: Fix ComputerPartition.setConnectionDict. Declare connection_parameter_hash explicitly, UnboundLocalError may occur.
-
- 12 Jan, 2018 1 commit
-
-
Alain Takoudjou authored
rename checkPromises to checkPromiseList, and move the method to grid/utils so it can be imported by monitor to check promises. `raise_on_failure` will be used to check all promises without raise. All promises result will be returned. `profile` True/False will log promise execution time. /reviewed-on nexedi/slapos.core!35
-
- 10 Jan, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 28 Dec, 2017 13 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The API Tool was removed
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Include SlapOS JS WebSite (based on ERP5JS implementation) Added slaposjs_view actions (WIP) Included actions for "view" (used for get) on the required portal types. Refactor Forms and action to use Javascript based views Convert Computer Network forms into Javascript Convert Software/Slave Instance Froms into Javascript. Refactor Hosting Subscription management into Javascript only. Implement Computer [Module] mangement Gadgets to include tickets related to the context (Computer and Hosting Subscription) Make frontpage not rely on ERP5Forms. Workaround the workaround by dropping bad entries added from fields. Certain field are very bad and introduced compatibility with ERP5 and those are not directly compatible with jio_put. So this commit workaround for now certain cases until the fields are fixed. Set slap_controller as default view for the new Interface Handle lack of data when define the state of the computer. Include System Preference Form
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This authentication code will be provided by generic ERP5 code now. Add google and facebook oauth2 dependencies. Use correct name for RSS style on skin later.
-
Rafael Monnerat authored
On render/jio interface, validate objects or create initial subojects are too expensive, so slapos_erp5_interaction_workflow is been introduced to auto set properties after an object is defined as Site (Organisation) or Support Request created from the User. Automatically create an assignment when user creates a Project.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-