1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Commit Graph

173 Commits

Author SHA1 Message Date
Christopher Kolstad
b319cec5f0
task: use https://git-cliff.org for changelog (#4907)
### What
Initial effort at automating the task of updating CHANGELOG when doing
releases.

This initial PR sets up the tool https://git-cliff.org/ and adds our
missing updates since 4.2.0

The tool should be explored further, we could have the CHANGELOG linking
linear issues, not just github issues, as well as ideally each commit
displayed with it's short sha. However, rather than not having anything
like this for the last 20+ releases, this will at least have our
conventional commits be included in the CHANGELOG file.
2023-10-03 09:40:36 +02:00
Ivar Conradi Østhus
1dc1d8d931
chore: update CHANGELOG.md 2021-10-29 13:18:38 +02:00
Ivar Conradi Østhus
9672eaef88
chore: update changelog 2021-06-10 23:05:10 +02:00
Ivar Conradi Østhus
317b99c88a
chore: update changelog 2021-06-08 13:38:47 +02:00
Ivar Conradi Østhus
66136d4e3f
fix: upgrade unleash-frontend to version 4.0.1 2021-05-25 19:41:30 +02:00
Ivar Conradi Østhus
c5582dc4f4
chore: update changelog.md 2021-05-25 14:04:23 +02:00
Ivar Conradi Østhus
9718b0fb1c
chore: update changelog 2021-05-21 14:35:42 +02:00
Ivar Conradi Østhus
11de178010
fix: Upgrade unleash-frontend to version 4.0.0-beta.5 2021-05-18 14:04:31 +02:00
Ivar Conradi Østhus
b6e23ceb4c
chore: update changelog 2021-05-11 15:12:18 +02:00
Ivar Conradi Østhus
9abe97942f
chore: update changelog 2021-05-11 12:50:37 +02:00
Ivar Conradi Østhus
5b3d8411ca
fix: upgrade unleash-frontend to version 4.0.0-beta.2 2021-05-10 13:43:22 +02:00
Fredrik Oseberg
76a3216ac3 chore: update changelog 2021-05-07 11:40:32 +02:00
Ivar Conradi Østhus
fe0c5ba3e4
chore: update changelog 2021-05-05 22:35:16 +02:00
Ivar Conradi Østhus
58f207643d
chore: update changelog 2021-05-05 09:21:08 +02:00
Ivar Conradi Østhus
e80566bf2d
chore: update changelog 2021-05-04 22:20:21 +02:00
Fredrik Strand Oseberg
85a544bbd6
Feat/format base path (#828)
* chore: update changelog

* feat: add formatBaseUri helper

* feat: call formatBaseUri on server options

* feat: call formatBaseUri on user options

* fix: update test

* fix: disable consistent return
2021-05-03 12:28:59 +02:00
Ivar Conradi Østhus
ff341bff06
chore: update CHANGELOG 2021-05-02 21:18:30 +02:00
Ivar Conradi Østhus
8464c69dd9
chore: update changelog 2021-04-29 22:11:04 +02:00
Ivar Conradi Østhus
ad0477d7ea
fix: update unleash-frontend 2021-04-23 15:32:10 +02:00
Ivar Conradi Østhus
5ed4e3d4a8
chore: cleanup changelog 2021-04-23 15:31:28 +02:00
Ivar Conradi Østhus
28c7b3f190
chore: update changelog 2021-04-23 13:41:27 +02:00
Ivar Conradi Østhus
15b1e5514f
fix: skipLocked when updating lastSeen for toggles
(second attempt)

see: #795 for deatils.
2021-04-22 22:02:42 +02:00
Ivar Conradi Østhus
b3d830617c
fix: skipLocked when updating lastSeen for toggles 2021-04-22 20:18:49 +02:00
Ivar Conradi Østhus
85d08d75f8
chore: update changelog 2021-04-13 13:56:16 +02:00
Christopher Kolstad
99fd210392
feat: added basic email-service (#780)
* feat: added basic email-service
* feat: preview endpoint for plaintext/html templates
* chore: Updated docs
fixes: #757
2021-04-09 11:16:06 +02:00
Fredrik Oseberg
67a5a27902 chore: update changelog 2021-03-30 15:59:08 +02:00
Ivar Conradi Østhus
75bbb0fccd
chore: update CHANGELOG.md 2021-03-29 20:31:17 +02:00
Ivar Conradi Østhus
a7bafb1190
chore: update changelog 2021-03-26 14:44:35 +01:00
Christopher Kolstad
b9bfa10e30 Update changelog 2021-03-26 12:39:55 +01:00
Christopher Kolstad
8a4ba2bbc4 Update changelog 2021-03-19 12:04:11 +01:00
Ivar Conradi Østhus
ec8c207435
chore: update changelog for 3.17.1 2021-03-18 09:56:37 +01:00
Ivar Conradi Østhus
4006703526
chore: update changelog 2021-03-12 12:47:49 +01:00
Ivar Conradi Østhus
9ebb398fa6
feat: upgrade unleash-frontend to version 3.14.0 2021-03-12 11:50:12 +01:00
Fredrik Oseberg
a3aad3f8b4 chore: update changelog 2021-03-05 16:02:24 +01:00
Fredrik Oseberg
018dc904f8 chore: update changelog 2021-02-26 13:58:49 +01:00
Ivar Conradi Østhus
ffb5efac6f
chore: update changelog 2021-02-23 14:12:53 +01:00
Ivar Conradi Østhus
db980c2963
feat: upgrade unleash-frontend to version 3.13.0 2021-02-23 14:11:50 +01:00
Ivar Conradi Østhus
8a16fe26c4
chore: update changelog 2021-02-19 12:52:47 +01:00
Christopher Kolstad
b83387a84a
Add a version service (#729)
- Checks versions against https://version.unleash.run
- Generates a unique instance id (uuid)
2021-02-19 11:13:25 +01:00
Christopher Kolstad
d017ec7cdc
feat: add db-session store (#722)
* Moves to db managed sessions.
2021-02-18 09:03:21 +01:00
Fredrik Oseberg
02915a3354 chore: update changelog 2021-02-12 12:49:15 +01:00
Ivar Conradi Østhus
37d4181745
chore: update changelog 2021-02-09 22:47:50 +01:00
Ivar Conradi Østhus
566ee16629
fix: upgrade unleash-frontend to version 3.11.3 2021-02-09 12:52:02 +01:00
Ivar Conradi Østhus
04ae2bbec9
chore: update changelog 2021-02-09 11:08:39 +01:00
Ivar Conradi Østhus
1bf95b3950
chore: cleanup changelog 2021-02-09 10:46:49 +01:00
Ivar Conradi Østhus
cf1092881c
fix: upgrade unleash-frontend to version 3.11.2 2021-02-09 10:45:12 +01:00
Christopher Kolstad
e952ae20a8
Added explicit pool settings in options.db object
- Also adds metrics for min and max pool size
- Metrics for free/used connections.
- Metrics for pending and current acquires

fixes: #705
2021-02-08 10:54:20 +01:00
Ivar Conradi Østhus
844fb5974e
chore: update changelog 2021-02-05 15:39:32 +01:00
Christopher Kolstad
e555118cb1
feat: Add filterquery support for toggles
- For now supports
   - tag
   - project
   - namePrefix

fixes: #690
2021-01-26 14:14:07 +01:00
Ivar Conradi Østhus
f5aa5b577c
fix: remove fields from /api/client/features respnse (#692) 2021-01-22 13:09:26 +01:00