Jérôme Deuchnord
ca3ac9111e
chore: migrate to Poetry
BREAKING CHANGE: Docker support has been removed.
If you were using it, please migrate to [one of the other available options](https://kosmorro.space/cli/download/ ).
3年前
Jérôme Deuchnord
3b131750fa
test: rewrite the tests
3年前
Jérôme Deuchnord
462bb85704
build: fix release type
3年前
Jérôme Deuchnord
5d3d2a0d47
chore(i18n): fix messages scripts
3年前
Jérôme Deuchnord
9172e214dd
build: bump v0.10.9 ( fix #235 )
3年前
Jérôme Deuchnord
9c32dfbf7a
build: generate AppImage file
3年前
Jérôme Deuchnord
1ffe1ec571
chore: cleanup Makefile and release worlflow
3年前
Jérôme Deuchnord
d73f74a34c
fix(events): fix event details display for maximal elongation
3年前
dependabot[bot]
1e20d1eab6
chore(deps-dev): bump black from 21.7b0 to 21.8b0 ( #202 )
* chore(deps-dev): bump black from 21.7b0 to 21.8b0
Bumps [black](https://github.com/psf/black ) from 21.7b0 to 21.8b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update Black workflow
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Deuchnord <jerome@deuchnord.fr>
3年前
Jérôme Deuchnord
cbc5f6a7cc
ci: delete stale.yml ( #194 )
3年前
dependabot[bot]
2a6b620b53
chore(deps-dev): bump black from 21.6b0 to 21.7b0 ( #193 )
* chore(deps-dev): bump black from 21.6b0 to 21.7b0
Bumps [black](https://github.com/psf/black ) from 21.6b0 to 21.7b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* ci: update Black version
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Deuchnord <jerome@deuchnord.fr>
3年前
Jérôme Deuchnord
1fe90d2603
fix: enhance forward compatibility with Kosmorrolib ( #189 )
3年前
Jérôme Deuchnord
50f9e9eeba
build: fix Docker image build ( #180 )
3年前
Jérôme Deuchnord
7574c408c8
chore: remove POEditor last traces
3年前
Jérôme Deuchnord
f7d827e7e7
chore: delete unit-test workflow file
3年前
Jérôme Deuchnord
87206d7068
feat: use Kosmorrolib ( #162 )
3年前
Jérôme Deuchnord
b46f62869b
chore: set stale to 30 days instead of 60
3年前
Jérôme Deuchnord
0d9e7e2f0a
chore(i18n): migrate from POEditor to Weblate ( #170 )
3年前
Jérôme Deuchnord
8f331fe6c2
ci: remove Docker workflow (already handled on Docker Hub side) ( #146 )
4年前
Jérôme Deuchnord
2a2c418463
ci: fix syntax in the release workflow ( #141 )
4年前
Nic
a6d3575977
feat: add official Docker image ( #137 )
4年前
Jérôme Deuchnord
86983c957c
ci: fix various issues with the PRs checks ( #139 )
4年前
Jérôme Deuchnord
0cfc67fabd
ci: add stalebot
4年前
Jérôme Deuchnord
0b12e71da8
ci(compatibility): test on more Python versions and on macOS ( #131 )
BREAKING CHANGE: on Ubuntu 20.04+, the `texlive-latex-extra` package is needed to generate the PDF output
4年前
Jérôme Deuchnord
8b723bfd22
refactor: use `enum` instead of `dict`s for the events and moon phase ( #129 )
BREAKING CHANGE: some methodes in Event and MoonPhase have been dropped
in favor of `enum.Enum`'s `name` and `value` properties.
4年前
Jérôme Deuchnord
331ab99aa1
feat(event): add support for moon apogee and perigee
4年前
Jérôme Deuchnord
b967a2d158
ci(commitlint): move to comlipy
4年前
Jérôme Deuchnord
3d7b529b6f
ci: create codeql-analysis.yml
4年前
Jérôme Deuchnord
203822bc5a
ci: fix release workflow
4年前
Jérôme Deuchnord
52409e35e3
ci: release locales through a workflow
4年前
Jérôme Deuchnord
c39cd3aefa
fix: handle out of range date error
4年前
Jérôme Deuchnord
38d9e75068
ci: replace Codecov by Coveralls
4年前
Jérôme Deuchnord
7c6e949627
ci: fix Codecov token in unit tests
4年前
Jérôme Deuchnord
8bda2e1286
docs: add manpage to explain terms
4年前
Jérôme Deuchnord
0b19b7a62e
ci: split Python workflow to enhance DX
4年前
Jérôme Deuchnord
95f7d4a55a
ci: run the tests in the PRs
4年前
Jérôme Deuchnord
f9f2718447
ci: fix error in the release workflow
4年前
Jérôme Deuchnord
adb62a17d3
docs: update readme, add manpage
5年前
Jérôme Deuchnord
72527ae886
ci: add E2E tests
5年前
Jérôme Deuchnord
1c657b11b5
ci: compile the translations before building
5年前
Jérôme Deuchnord
abbbc48043
ci: remove useless Unit tests step
Unit tests are already run by the Code coverage step (renamed to Unit
tests)
5年前
Jérôme Deuchnord
c4f07a1d64
feat(i18n): make the strings translatable
5年前
Jérôme Deuchnord
2cadf6b137
test(coverage): add codecov
5年前
Jérôme Deuchnord
6ea3e04ba0
build: add commitlint configuration
5年前
Jérôme Deuchnord
f66cd9195c
build: Upgrade Python version
5年前
Jérôme Deuchnord
049d034883
ci(release): Fix setup
5年前
Jérôme Deuchnord
f357622f74
Add release workflow
Update PIP when a new version is tagged
5年前
Jérôme Deuchnord
a8dfe3bd11
Add unit tests, fix variable names
5年前
Jérôme Deuchnord
2ef848eb16
Fix lint warnings
5年前
Jérôme Deuchnord
392b2dd7dc
Refactorization of the computation functions
5年前