Commit graph

336 commits

Author SHA1 Message Date
Mike
a98766fc55
Add support for Entity models with UUID as a primary key. (#89)
* chore: fix repo links

* style: flake8 format models.Value

* test: add test for an entity with uuid pk

* feat: support entity models with uuid as pk

* test: check Value repr and str methods
2021-10-22 15:36:17 -07:00
Mike
edd050dd98
chore: fix repo links 2021-10-21 12:55:47 -07:00
Jannis Leidel
5ca7791b57
Merge pull request #85 from jazzband/jazzband/sync/default
Jazzband: Synced file(s) with jazzband/.github
2021-10-21 21:31:23 +02:00
Mike
b84e7da265
chore: update badges 2021-10-21 11:37:45 -07:00
Mike
4490cdfed5
Release 1.0.0 (#86)
* chore: update docs for django 2.2 config

* chore: bump version to 1.0.0
2021-10-21 10:57:37 -07:00
Jannis Leidel
068db31001
Update badge. 2021-10-21 16:43:15 +02:00
jazzband-bot
63ff3e517f Jazzband: Created local 'CODE_OF_CONDUCT.md' from remote 'CODE_OF_CONDUCT.md' 2021-10-21 14:35:01 +00:00
Jannis Leidel
a303c841ff
Add release workflow. 2021-10-21 16:02:54 +02:00
Mike
990bdbd1cf
Add pre-commit configuration (#83)
chore: add pre-commit configuration
2021-10-20 12:52:15 -07:00
Mike
013cd58109
Merge pull request #82 from Dresdn/issue-69-codecov
Add codecov.io upload
2021-10-20 15:11:43 +00:00
Mike
53dc297cee chore: add codecov badge 2021-10-20 08:03:18 -07:00
Mike
eeea0e1dbe chore: add upload to codecov step 2021-10-20 08:03:03 -07:00
Mike
f10444ed78
Merge pull request #81 from Dresdn/issue-72
Handle defaults keyword in get_or_create()
2021-10-20 14:39:58 +00:00
Mike
f8773956ed chore: add system version check for type imports 2021-10-20 07:31:08 -07:00
Mike
fe65a9f542 fix: handle defaults keyword with get_or_create() 2021-10-20 07:08:08 -07:00
Mike
6013220684 test: Add new get_or_create() with defaults test 2021-10-20 07:06:09 -07:00
Mike
98c6be3ba5 chore: add new field and basic typing 2021-10-20 07:05:23 -07:00
Mike
21e9accecf
Merge pull request #80 from jazzband/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 1 to 2.1.6
2021-10-20 01:44:39 +00:00
Mike
8e4aabf182
Merge pull request #79 from Dresdn/master
Style code with black and isort
2021-10-20 01:44:25 +00:00
dependabot[bot]
1a85e7f018
Bump actions/cache from 1 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...v2.1.6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-16 18:07:27 +00:00
Mike
24a03bf6fc
Merge branch 'jazzband:master' into master 2021-10-16 18:07:24 +00:00
Mike
640e974dcf
Create dependabot.yml 2021-10-16 11:07:08 -07:00
Mike
6a32bd90e8
Create dependabot.yml 2021-10-16 11:05:30 -07:00
Mike
5b9e5f2615 style: explicitly define import path 2021-10-16 10:45:01 -07:00
Mike
065de53ba4 style: run isort 2021-10-16 10:43:20 -07:00
Mike
b1badf8dc5 style: run black formatter 2021-10-16 10:43:02 -07:00
Mike
e35258dc31
Merge pull request #78 from Dresdn/master
Use django_jsonfield_backport for django 2.2 JSONField ; Adds 'test' github action workflow
2021-10-16 00:36:03 +00:00
Mike
575e2480ca Add test github action 2021-10-15 17:25:30 -07:00
Mike
eb21c74a21 Implement django_jsonfield_backport 2021-10-15 17:25:10 -07:00
Mike
670ca66d7c
Merge pull request #77 from Dresdn/master
Fix poetry build
2021-10-15 23:09:58 +00:00
Mike
6220f0f466
Merge pull request #75 from PUYUP/fix-maxlength
fix max_length
2021-10-15 23:09:47 +00:00
Mike
b85439b12c fix: include eav package in final distribution 2021-10-15 13:01:15 -07:00
Mike
de41a8050a fix: use correct name for package 2021-10-15 12:41:06 -07:00
PUYUP
198911582a fix max_length 2021-10-12 12:49:25 +07:00
Tomáš Mládek
3f5aa35dd7
fix link to documentation in README.md
redirect to the main page instead, as there's no mention of "improvement docs" anymore

also replace `<hr><br>` with markdown's native `---`
2021-08-23 14:24:10 +02:00
Mike
ac05b63690
Merge pull request #70 from Dresdn/issue-69-tooling
New tooling and test refactoring
2021-07-19 14:30:25 +00:00
Mike
198cc422bb chore: remove django 3.0 from testing 2021-07-05 07:18:41 -07:00
Mike
9a204bb11d chore: cleanup to match current package version and supported versions 2021-07-05 07:18:11 -07:00
Mike
2d7d54e788 test: disable pytest-randomly (for now) 2021-07-04 09:51:19 -07:00
Mike
53387f81da test: cleanup tox config 2021-07-04 09:17:08 -07:00
Mike
d8c9c162f1 chore: remove old test_app 2021-07-04 08:59:40 -07:00
Mike
1e3c547551 test: use new test_project 2021-07-04 08:59:24 -07:00
Mike
86ccff34e9 test: flatten test project 2021-07-04 08:58:33 -07:00
Mike
f1c4328327 chore: correct exclusion description 2021-06-17 17:13:35 -07:00
Mike
cc57b7b47e fix: repository url 2021-06-17 17:11:37 -07:00
Mike
cae35d1032 chore: clean up tox, remove travis, add recommended files 2021-06-17 16:39:24 -07:00
Mike
9849f8356d chore: remove version from __init__ 2021-06-17 16:39:03 -07:00
Mike
3ebbf8d8e7 tests: refactor tests to use pytest 2021-06-17 16:38:46 -07:00
Mike
597a5374dc tests: add new django_test_app to use for testing 2021-06-17 16:38:06 -07:00
Mike
db1a2d0358 chore: migrate to poetry 2021-06-17 16:36:29 -07:00