- 30 Mar, 2016 1 commit
-
-
Alain Takoudjou authored
-
- 29 Mar, 2016 4 commits
-
-
Alain Takoudjou authored
This reverts commit d57b8d5a.
-
Alain Takoudjou authored
-
Rafael Monnerat authored
It is easy to patch in this way.
-
Rafael Monnerat authored
-
- 02 Mar, 2016 5 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
People which are not service providers don't pick versions of the software releases, they get the latest.
-
Rafael Monnerat authored
-
- 01 Mar, 2016 8 commits
-
-
Rafael Monnerat authored
This allow us to customize better the messages.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
If the WebSection_viewVifibHostingConfiguration is with the theme, is not possible to use it.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This scripts prevents introduce complex security on the website ommiting certain functionalities that the user is not allowed (or not interested) to see.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 29 Feb, 2016 1 commit
-
-
Rafael Monnerat authored
-
- 25 Jan, 2016 1 commit
-
-
Rafael Monnerat authored
This prevents to break captcha.
-
- 12 Jan, 2016 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 08 Dec, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 02 Dec, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 01 Dec, 2015 2 commits
-
-
Alain Takoudjou authored
-
Rafael Monnerat authored
slapos_accounting: fix Order Builder selector, exclude consumption sale packing list line for computer
-
- 30 Nov, 2015 4 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 27 Nov, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 19 Nov, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 16 Nov, 2015 1 commit
-
-
Rafael Monnerat authored
Teach slapproxy to handle non-ascii instance parameters Several fixes to make slapproxy accept creating instances with non-ascii parameters. My use-case it to instantiate gitlab with ICP, e.g. this way: ICP = 沪ICP备14008524号 kirr/gitlab-ce@1e11409c kirr/slapos@66919597 /cc @rafael, @alain.takoudjou, @kazuhiko, @jerome, @arnau See merge request !3
-
- 15 Nov, 2015 3 commits
-
-
Kirill Smelkov authored
1. when forming instance parameters xml dict on client side, we cannot use str() to convert parameter_value to string - because it breaks e.g. this way: In [1]: s = u'Привет Мир!' In [2]: str(s) --------------------------------------------------------------------------- UnicodeEncodeError Traceback (most recent call UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128) Fix is: convert arguments to unicode strings. 2. when decoding xml on server side it was erroneously assumed to be always unicode, and this way xml.encode('utf-8') fails if xml is str but with non-ascii characters: In [3]: r = 'hello world' In [4]: r.encode('utf-8') Out[4]: 'hello world' In [5]: t = s.encode('utf-8') In [6]: t Out[6]: '\xd0\x9f\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x82 \xd0\x9c\xd0\xb8\xd1\x80!' In [7]: t.encode('utf-8') --------------------------------------------------------------------------- UnicodeDecodeError Traceback (most recent call last) UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 0: ordinal not in range(128) Fix is: don't assume xml string is unicode and decode it only, if it is unicode, and leave as it is if it is just str.
-
Kirill Smelkov authored
Because e.g. for the following instance parameters <?xml version='1.0' encoding='utf-8'?> <instance> <parameter id="text">Привет Мир!</parameter> </instance> we get the following DB query 'UPDATE %s SET slap_state="busy" ,software_release=? ,partition_reference=? ,requested_by=? ,software_type=? ,xml=? WHERE reference=? AND computer_reference=?', ['http://sr//', 'myinstance', 'slappart0', 'default', '<?xml version=\'1.0\' encoding=\'utf-8\'?>\n<instance>\n <parameter id="text">\xd0\x9f\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x82\xd0\x9c\xd0\xb8\xd1\x80!</parameter>\n</instance>\n', 'slappart6', 'computer'] which fails the following way: File ".../site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File ".../site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File ".../site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File ".../site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File ".../site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "slapos/proxy/views.py", line 393, in requestComputerPartition software_instance = requestNotSlave(**parsed_request_dict) File "slapos/proxy/views.py", line 609, in requestNotSlave execute_db('partition', q, args) File "slapos/proxy/views.py", line 142, in execute_db cur = db.execute(query, args) ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings. our instance parameters is always XML UTF-8 encoded, and thus it is not unicode and we cannot go the 'use unicode always' way. So autotune sqlite connections on open to support 8-bit strings.
-
Kirill Smelkov authored
Currently it is just sqlite3.connect(), but we'll want to add connection autotuning in the next patch, so before that let's consolidate all sqlite opening places in the code into one.
-
- 13 Nov, 2015 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
Partition folder snapshot use du to calculate folder size and return value in Mb. This snapshot is enabled by default and will calculate size of each partition every 24hours. Partition with size < 1Mb are not are not reported (considered as empty). The behavior can be changed using some configurations in slapos.cfg: [collect] report_disk_usage = True disk_snapshot_process_pid_foder = /srv/slapgrid/var/run disk_snapshot_time_cycle = 86400
-
- 12 Nov, 2015 2 commits
-
-
Rafael Monnerat authored
There was an obvious check just after query.
-
Rafael Monnerat authored
The order_by was already ignored, and it is not required to sort the results, and there is no meaning of process in a sorted order.
-