Commit graph

2017 commits

Author SHA1 Message Date
Laurent Peuch
307f660230 [mod] allow to only build doc with sphinx 2019-08-04 19:46:42 +02:00
Luke Murphy
d52a574f77 Test documentation under Tox 2019-08-04 19:46:20 +02:00
Laurent Peuch
af2c80c3e2 [fix] this function doesn't exist anymore 2019-08-04 19:06:27 +02:00
Laurent Peuch
bcf92c707e [fix] bad images file names 2019-08-04 19:06:19 +02:00
Laurent Peuch
74c8f799a1 [fix] too short ---- subtitle line 2019-08-04 19:06:13 +02:00
Laurent Peuch
df7d47831b [doc/fix] you need a blank line after :: 2019-08-04 19:06:00 +02:00
Laurent Peuch
f1ac5b8fe6 [doc/fix] fix doc building 2019-08-04 19:05:33 +02:00
Laurent Peuch
004a8e5567 [doc/fix] ref to actionmap didn't existed 2019-08-04 19:05:18 +02:00
Laurent Peuch
f49c004a59 [mod] add detail error messages on asserts 2019-08-04 18:48:16 +02:00
Alexandre Aubin
758778a04b Typo 2019-08-03 21:24:48 +02:00
Bram
2e73e0f328
Merge pull request #212 from decentral1se/fix-lint-tests
Appease linter with right spacing
2019-08-01 17:32:18 +02:00
Luke Murphy
7b6ff983cd
Appease linter with right spacing 2019-08-01 16:54:55 +02:00
Alexandre Aubin
6185526bb4
Merge pull request #211 from decentral1se/fix-broken-import
Import DATA_DIR correctly
2019-08-01 16:53:46 +02:00
Luke Murphy
659e20d5f5
Import DATA_DIR correctly
Fix for f6bfabc7aa.
2019-08-01 16:51:04 +02:00
Alexandre Aubin
f6bfabc7aa
Merge pull request #207 from decentral1se/refactor-global-loading
Refactor global loading
2019-08-01 12:20:38 +02:00
Alexandre Aubin
c2886b3d3c
Merge pull request #210 from decentral1se/parallel-linting-tox-travis
Add lint job to Tox and Travis
2019-08-01 12:19:09 +02:00
Luke Murphy
dfd0868510
Use flake8 under Tox and fix complaints 2019-07-29 13:26:16 +02:00
Laurent Peuch
1f10529209 [fix] syntax error, again -_-' 2019-07-29 03:56:10 +02:00
Laurent Peuch
599bec33b8 [fix] bad key, we aren't in self.local situation 2019-07-29 02:44:04 +02:00
Luke Murphy
14a3d63453
Test the cache file opening and creation 2019-07-28 22:04:07 +02:00
Luke Murphy
e027a188a9
Refactor exposing of global configuration
We do this to make it easier to control this value during testing. We
should not import these values at package setup time. Nor should we
import them at package load time.

This change introduces a new API for the Moulinette package. The
moulinette.env accessor. This is a breaking change. However, I've
searched around and can't seem to find any usage that relies directly on
these properties being available.

I've tried to maintain API backwards compatibility in all cases
otherwise.
2019-07-28 22:04:07 +02:00
Laurent Peuch
69b0d496dd [fix] fix all tests that weren't formatting translated strings correctly 2019-07-28 21:38:37 +02:00
Laurent Peuch
737f2dd967 [fix] missing argument for translation string formatting 2019-07-28 21:38:19 +02:00
Laurent Peuch
2403ee1b7d [mod] during tests failed to translate string is an error 2019-07-28 21:29:50 +02:00
Laurent Peuch
fdf9a719f1 [mod] way better failed translation error messages 2019-07-28 21:27:41 +02:00
Laurent Peuch
a8966b8643 [mod] add more message to inform users that some stuff are a warning 2019-07-28 21:14:24 +02:00
Laurent Peuch
da00fc9eb0 [mod] don't install test module with setup.py 2019-07-28 19:46:10 +02:00
Laurent Peuch
b739f27994 [mod] move to setuptools 2019-07-28 19:43:28 +02:00
Bram
76c8620861
Merge pull request #205 from YunoHost/warning_long_lock
Warn the user about long locks for a way better UX
2019-07-28 18:56:43 +02:00
Bram
a22208ce40
[fix] typo, created a tuple instead of a string 2019-07-28 15:28:17 +02:00
Bram
bce7aee510
Merge pull request #208 from YunoHost/better_debug_gpg
Better debug information related to gpg for storing session
2019-07-28 06:02:50 +02:00
Bram
d6f60cd2b9
Merge pull request #189 from YunoHost/update_doc_for_group_and_permission
Update doc for group and permission
2019-07-28 06:02:23 +02:00
Bram
ee30ec0872
[doc] ldap schema, groups are merged in 3.7 2019-07-28 06:01:48 +02:00
Laurent Peuch
55515cb065 [mod] add toml in install_requires of setup.py 2019-07-28 05:51:06 +02:00
Bram
b7d415dc2c
[ux] make warning clearer because users often report it 2019-07-26 18:29:19 +02:00
Laurent Peuch
ca49ffefc1 [ux] also inform the user once we've stopped waiting for the lock 2019-07-25 04:15:52 +02:00
Josue-T
eeb880ac9a
Merge branch 'stretch-unstable' into update_doc_for_group_and_permission 2019-07-25 00:21:00 +02:00
Bram
de1db14327
Merge pull request #206 from decentral1se/pytest-fixture-fix
Invoke Pytest fixture options correctly
2019-07-23 22:22:47 +02:00
Laurent Peuch
79347af868 [mod/ux] display the real error when failed to retrieve session 2019-07-23 04:00:37 +02:00
Bram
96a0774736
[mod] capitalise message
Co-Authored-By: decentral1se <lukewm@riseup.net>
2019-07-22 01:45:54 +02:00
Alexandre Aubin
3c9230ee9f
Merge pull request #204 from YunoHost/toml-utils
add utils.filesystem.read_toml and depends on toml in moulinette
2019-07-21 13:34:28 +02:00
Alexandre Aubin
b1704654e1
Add the corrupted_toml string 2019-07-21 13:32:34 +02:00
Laurent Peuch
9c6c92b2c1 [mod] death to silent unverbose errors èwé 2019-07-20 16:03:30 +02:00
Bram
d72340f536
[mod] typo in comment
Co-Authored-By: decentral1se <lukewm@riseup.net>
2019-07-20 14:44:23 +02:00
Bram
122f6a3670
[mod] capitalize
Co-Authored-By: decentral1se <lukewm@riseup.net>
2019-07-20 14:42:52 +02:00
Luke Murphy
c70bfe5589
Invoke Pytest fixture options correctly 2019-07-20 10:44:39 +02:00
Laurent Peuch
44878d7148 [ux] add a warning mecanism to inform the user about the current lock 2019-07-20 05:53:00 +02:00
Laurent Peuch
02c320f553 [mod] add debug log telling we are trying to aquired the log 2019-07-20 05:52:08 +02:00
Alexandre Aubin
c1ae0dd46c
Merge pull request #203 from decentral1se/spike/unit-test-apocalypse
Python3 migration prep: Tox, Pytest and migrating existing unit tests
2019-07-14 18:55:09 +02:00
Luke Murphy
f98c6a1786
Update the Travis CI to use Tox 2019-07-14 11:58:58 +02:00