Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-27 | [pkg] Use pkg/server/soledad-sudoers directly | Varac | |
2017-06-27 | [pkg] Use pkg/server/soledad-sudoers for packaging | Varac | |
2017-06-27 | [pkg] Note about missing manpage to .gitlab-ci.yml | Varac | |
2017-06-26 | [pkg] move examples folder to docs/ | Kali Kaneko | |
2017-06-26 | [pkg] remove non-needed gitignore | Kali Kaneko | |
2017-06-26 | [pkg] Add python-treq to soledad-common deps | Varac | |
2017-06-26 | [pkg] Add deprecated create-user-db cmd to sudoers file | Varac | |
2017-06-26 | [pkg] copy also the _version file from soledad-commondebian_package | Kali Kaneko | |
2017-06-26 | [pkg] Add systemd service file to debian package | Varac | |
Also, remove old init file | |||
2017-06-26 | [pkg] install init file | Kali Kaneko | |
2017-06-26 | [pkg] Install soledad-server service unit file | Varac | |
2017-06-26 | [pkg] Add Build-depends on dh-systemd | Varac | |
2017-06-26 | [pkg] Use git-buildpackage image for packaging | Varac | |
2017-06-26 | [pkg] rename soledad-create-userdb script in all the places | Kali Kaneko | |
2017-06-26 | [pkg] add a symlink to soledad-create-userdb for backwards compatibility | Kali Kaneko | |
We have changed the name of the script, to qualify it with the 'soledad' preffix. Here I am creating a symlink with the name of the previous script, for backwards-compatibility reasons - basically to avoid breaking unattended upgrades. (Note that the path is hardcoded in the config file deployed by the platform, so it needs to be changed in the platform accordingly too). This symlink should be deprecated after a couple of release cycles. | |||
2017-06-26 | [pkg] build package with systemd support | Kali Kaneko | |
2017-06-26 | [pkg] cleanup debian rules | Kali Kaneko | |
2017-06-26 | [pkg] ignore artifacts | Kali Kaneko | |
2017-06-26 | [pkg] split the binary packages | Kali Kaneko | |
2017-06-26 | [pkg] remove unused dep | Kali Kaneko | |
2017-06-26 | [pkg] remove unused python packages | Kali Kaneko | |
2017-06-26 | [pkg] remove unneeded file | Kali Kaneko | |
2017-06-26 | [pkg] rename soledad-create-userdb script | Kali Kaneko | |
2017-06-26 | [pkg] Disable stretch builds until lintian is fixed | Varac | |
see https://0xacab.org/varac/soledad/-/jobs/12934 Resolves: #8894 | |||
2017-06-26 | [pkg] LINTIAN_OPTS is now a string | Varac | |
2017-06-26 | [pkg] Lint .gitlab-ci.yml | Varac | |
2017-06-26 | [pkg] Add lsb-base (>= 3.0-6) as Dep to fix lintian error (#8897) | Varac | |
2017-06-26 | [pkg] Ignore lintian warnings until they get fixed | Varac | |
2017-06-26 | [pkg] Add python-wheel to Build-depends | Varac | |
2017-06-26 | [pkg] Add package building stage | Varac | |
2017-06-26 | [pkg] Add debian folder from debian/experimental-0.9 branch | Varac | |
2017-06-24 | [bug] fix tests | Victor Shyba | |
2017-06-23 | [pkg] skip init.d if building in readthedocs | drebs | |
2017-06-23 | [pkg] fix path of soledad-server file | drebs | |
2017-06-24 | [tests] install unified package with extras in tox | Kali Kaneko | |
2017-06-24 | [docs] add deprecation policy | Kali Kaneko | |
2017-06-24 | [docs] update Readme with extra dependenciesonepython | Kali Kaneko | |
2017-06-24 | [pkg] add leap.common as a dep | Kali Kaneko | |
2017-06-24 | [pkg] split the deps as extras | Kali Kaneko | |
2017-06-24 | [pkg] use stock versioneer | drebs | |
2017-06-24 | [pkg] remove dep on leap.soledad.common | drebs | |
2017-06-24 | [bug] fix package __version__ attribute | drebs | |
2017-06-24 | [test] adapt tests to new python package | drebs | |
2017-06-24 | [pkg] unify client and server into a single python package | drebs | |
We have been discussing about this merge for a while. Its main goal is to simplify things: code navigation, but also packaging. The rationale is that the code is more cohesive in this way, and there's only one source package to install. Dependencies that are only for the server or the client will not be installed by default, and they are expected to be provided by the environment. There are setuptools extras defined for the client and the server. Debianization is still expected to split the single source package into 3 binaries. Another avantage is that the documentation can now install a single package with a single step, and therefore include the docstrings into the generated docs. - Resolves: #8896 | |||
2017-06-22 | [pkg] avoid upload to be called by default | Kali Kaneko | |
2017-06-07 | [doc] separate api in it's own section | drebs | |
2017-06-07 | [doc] add doc on server-side blobs | drebs | |
Closes #8850. | |||
2017-06-06 | [doc] move sphinx up to root of docs dir | drebs | |
2017-06-06 | [pkg] include sql data in client package0.9.6post20.9.3post3 | Kali Kaneko | |
2017-06-06 | [pkg] add target to upload packages to pypi | Kali Kaneko | |