Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop into master (GUI) #479

Merged
merged 46 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
2d257ed
Avoid bundling the mock interceptor in prod env
hannaeko Dec 18, 2023
8f73a73
refocus domain input on domain input reset
hannaeko Feb 22, 2024
c57bb57
improve focus handling for nameserver and ds forms
hannaeko Feb 22, 2024
d55c7f7
fix e2e tests
hannaeko Feb 26, 2024
b9769ec
make ids reflect form controls names
hannaeko Feb 26, 2024
86f7044
different hover and focus style for delete button
hannaeko Feb 26, 2024
ff866e1
move focus to first invalid input on error
hannaeko Feb 26, 2024
2ca510c
add missing error message for keytag
hannaeko Feb 26, 2024
840f357
update e2e tests
hannaeko Feb 26, 2024
0f39223
update translation doc
hannaeko Feb 26, 2024
c360ae9
add comments in example
hannaeko Feb 26, 2024
8dd89c3
translate severity levels and module names
hannaeko Feb 27, 2024
ff759f6
add lang attribute for test case id
hannaeko Feb 27, 2024
0ff8b69
display both a-labels and u-labels for idn
hannaeko Feb 27, 2024
bbd2dbf
translate forgotten severity level
hannaeko Feb 27, 2024
d3fc575
fix tests
hannaeko Feb 27, 2024
757a892
backport behaviour for older backend versions
hannaeko Feb 27, 2024
f885642
fix error message description before user input
hannaeko Mar 4, 2024
98c5a68
fix visual bug on narrow screen
hannaeko Mar 4, 2024
c297fb8
cleanup old faq architecture files
hannaeko Mar 4, 2024
43d6561
don't show the error on the domain field on control touched
hannaeko Mar 6, 2024
3b64b4f
fix vertical align of clear domain input button
hannaeko Mar 6, 2024
57ee72c
remove .gitkeep from faqs directory
hannaeko Mar 11, 2024
28b21d5
Merge pull request #471 from zonemaster/master
matsduf Mar 19, 2024
cee19dc
don't translate unknown module names
hannaeko May 30, 2024
e45341e
Merge pull request #461 from hannaeko/improve-focus-handling-form
matsduf Jun 3, 2024
2f76375
Merge pull request #464 from hannaeko/convert-idn-to-unicode
matsduf Jun 3, 2024
9bacb43
Merge pull request #466 from hannaeko/clean-up-faq
matsduf Jun 3, 2024
4fe47ba
Update TranslationGuide.md
matsduf Jun 3, 2024
e9c8a30
close history modal on link click
hannaeko Feb 27, 2024
ff1f0af
prefer moving focus on heading than section
hannaeko Feb 27, 2024
7f16ac6
Update docs/TranslationGuide.md
matsduf Jun 4, 2024
9062d57
Update docs/TranslationGuide.md
matsduf Jun 4, 2024
0c95e9f
Merge pull request #463 from hannaeko/translate-severity-levels
tgreenx Jun 11, 2024
4ecb63f
Merge pull request #462 from hannaeko/update-translation-doc
tgreenx Jun 11, 2024
adb8191
Merge pull request #465 from hannaeko/close-history-modal
matsduf Jun 12, 2024
51804af
Updates images for e2e
matsduf Jun 13, 2024
88416a3
Updates images for e2e
matsduf Jun 13, 2024
30712f1
Merge pull request #476 from matsduf/test-fix-e2e-alt2
matsduf Jun 13, 2024
813ce18
Update snapshots and playwright version
tgreenx Jun 12, 2024
afec030
Add cautionary message when updating snapshots through Docker
tgreenx Jun 13, 2024
63824b2
Merge pull request #473 from tgreenx/fix-e2e
tgreenx Jun 17, 2024
2081722
Merge pull request #448 from hannaeko/avoid-bundling-tests-fixture-prod
matsduf Jun 17, 2024
8d700be
Updates version setting and Changes
matsduf Jun 30, 2024
e9263b8
Update Changes
matsduf Jul 1, 2024
588efe3
Merge pull request #478 from matsduf/preparation-release-v2024.1
matsduf Jul 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: npm

- name: Install dependencies
Expand Down
19 changes: 19 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Release history for Zonemaster component Zonemaster-GUI


v4.3.0 2024-07-01 (part of Zonemaster v2024.1 release)

[Release information]
- Translations have not been fully updated in this release. They will
be updated in an upcoming release.

[Features]
- Improves run test form (#461)
- Makes IDN names being displayed as both A-label and U-label (#464)
- Makes severity levels and module names in result page
optionally being translated (#463)

[Fixes]
- Cleans up old FAQ architecture files (#466)
- Updates translation documentation (#462)
- Makes history modal close (#465)
- Avoid bundling the mock interceptor in prod environment (#448)


v4.2.0 2024-03-18 (public release version)

[Release information]
Expand Down
158 changes: 0 additions & 158 deletions docs/FAQ/gui-faq-da.md

This file was deleted.

169 changes: 0 additions & 169 deletions docs/FAQ/gui-faq-en.md

This file was deleted.

Loading
Loading