- 09 Apr, 2019 1 commit
-
-
Alain Takoudjou authored
See e02b451e for original commit
-
- 05 Apr, 2019 1 commit
-
-
Łukasz Nowak authored
On some systems netmask can already contain /<bits>, so just use the nu.me.ri.cal value. /reviewed-on nexedi/slapos.core!106
-
- 04 Apr, 2019 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 03 Apr, 2019 4 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Update the API to remove the additional get to get monitoring status information, this may cause a major improvement in speed, as the most of the queries to master are removed.
-
Rafael Monnerat authored
The initial "news" information is passed as parameter
-
Rafael Monnerat authored
-
- 02 Apr, 2019 4 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Indicate when instance is Slave, Stopped or Destroyed on the News Dict Display monitor url and more information on the monitor gadget
-
- 01 Apr, 2019 9 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This API is deprecated, replaced by appropriated one
-
Rafael Monnerat authored
slapos_jio: Send connection parameters as part of the API for Hosting Subscriptions and Software Instances
-
Rafael Monnerat authored
The information can come to listbox or come as RAW to the query, allowing us to hight light some informations.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Since the compatibility with PY3.
-
Rafael Monnerat authored
This makes dev instance and production the similar.
-
- 29 Mar, 2019 1 commit
-
-
Rafael Monnerat authored
Keep consistency with others alarms enabled related to upgrade.
-
- 28 Mar, 2019 1 commit
-
-
Rafael Monnerat authored
-
- 27 Mar, 2019 5 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This allow admin destroy software installations which are failing for example.
-
- 26 Mar, 2019 4 commits
-
-
Rafael Monnerat authored
slapos_accouting: Don't split the Packing Lists with Consumption information like in Subscription Request The Consumption Information should SUM always until the packing list be stopped. The Subscription Request however should be kept separated.
-
Rafael Monnerat authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 25 Mar, 2019 1 commit
-
-
Jérome Perrin authored
Some tools are using directly slapproxy sqlite database and they stopped working when table number was increased in nexedi/slapos.core!76 . We made a quick improvement to the tools so that they can autodetect the current table names instead of hardcoding ( nexedi/slapos@b8c895cd ) but this failed, because slapproxy remove did not remove the old tables after migration. This branch is about removing the table, to quickly repair these tools. The long term plan is (hopefully) to improve these tools so that they don't use the private tables like this. /reviewed-on nexedi/slapos.core!105
-
- 22 Mar, 2019 3 commits
-
-
Jérome Perrin authored
Because we want to trigger an upgrade that will remove old tables. Note that re-dumping database_dump_version_current fixed the column order in software table - the dump was incorrect (this also change output of `proxy show` for this test)
-
Jérome Perrin authored
Create a test for each previous versions to current version (starting from version 10, earlier versions are not really supported). Procedure to add test for new version can be: * update table structure and increase version in slapos/proxy/schema.sql * use generate_dump.sh script to generate slapos/tests/test_slapproxy/database_dump_version_$NEW_VERSION.sql from slapos/tests/test_slapproxy/database_dump_version_$PREVIOUS_VERSION.sql (with computer_id "computer") * add TestMigrateVersion$(NEW_VERSION)ToLatest in slapos/tests/test_slapproxy/__init__.py * use generate_dump.sh script to update in-place slapos/tests/test_slapproxy/database_dump_version_current.sql (with computer_id "slaprunner")
-
Jérome Perrin authored
Instead of keeping old tables which cause confusion for humans and tools directly operating on the database, remove old tables and create a separate backup file.
-
- 21 Mar, 2019 1 commit
-
-
Alain Takoudjou authored
-
- 19 Mar, 2019 3 commits
-
-
Rafael Monnerat authored
There are 2 interaction triggering the same thing.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-