Commit graph

15 commits

Author SHA1 Message Date
664eb211c4 adjust names 2024-12-23 11:39:10 -06:00
a73e912e0f
swap from IPC architecture to PyO3 library (#45) 2024-12-23 10:12:10 -06:00
757a400a8a
adopt DjangoVer (#41)
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
* adopt DjangoVer

* add section to readme detailing djangover

* add subsection about breaking changes

* adjust requirements to reference new section

* tweak wording

* more tweaking

* wording and stylistic tweaks

* bump uv lock

* add metadata for version info

* add initial bumpver config

* add utility just command

* change version pattern
2024-12-16 12:10:10 -06:00
3af91d404c change agent module 2024-12-16 10:30:23 -06:00
19b2566c8f
rename binary crate to djls (#32)
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
2024-12-15 15:18:54 -06:00
4c10afb602
create djls-cli and migrate serving LSP to it (#20) 2024-12-11 10:23:35 -06:00
7279746f18 add ast to main crate 2024-12-10 11:28:29 -06:00
2f9fdd6ceb add publish diagnostics to notifier trait 2024-12-10 11:26:51 -06:00
810a591420
create djls-tasks crate for easy background work (#12)
* create djls-tasks create for easy background work

* fix notifier
2024-12-10 11:24:31 -06:00
1799355e27
add document store and support for didopen, didchange, and didclose (#11) 2024-12-09 23:34:55 -06:00
fce343f44d
add djls-django crate (#6)
* add djls-django crate

* rework

* oops

* add check for GDAL and GeoDjango

* lots of things

* remove unused scripts

* move scripts to dedicated mod and make static consts

* inline gdal check

* rename mod

* rename mod

* move server info to consts

* adjust pyproject

* hide rustfmt config

* simplify django setup

* adjust printing
2024-12-07 16:02:48 -06:00
b7a1de98dd
drop environment abstraction layer over Python interpreter (#5) 2024-12-06 09:45:36 -06:00
39523d1f89
remove PyO3 dep (#4)
* remove PyO3 dep

* swap pyo3 for which
2024-12-06 00:03:23 -06:00
931c0bc9fb
add djls-python crate (#1)
* add djls-pyenv crate

* add implementation

* remove newline

* rename field

* rename crate
2024-12-05 11:33:54 -06:00
08fd1f27b9 initial commit 2024-12-04 23:04:43 -06:00