- Feb 21, 2022
-
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
Update AppConfig names, Add output fields in Case, sum and etc, and fix distinct issue before delete
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
Fredrik Jonsson authored
Fix review sidebar item widths
-
Fredrik Jonsson authored
-
Daniel Schultz authored
The previous grid layout supported four columns but certain evaluation strings would generate overlaps. This modifies the CSS to ensure each column has enough space to render the currently known possible values. I did spend some time trying to find a solution that would dynamically fill the full grid width even in cases where there are only three columns, but couldn't find a pure-CSS solution in my time box. This does mean that in cases where the user doesn't have access to the "Actions" associated with a review they are losing 25% (the fourth column) of real estate for no reason. This might be worth exploring again in future. Issue #2729
-
- Feb 19, 2022
-
-
Fredrik Jonsson authored
Hide admin button for users without admin access
-
- Feb 18, 2022
-
-
Daniel Schultz authored
There are several types of user with access to the review dashboard, but only administrators are allowed to view the administrator pane. This updates the admin dashboard to only render the admin button for users with admin permission. It also adds an ID to the button so that test can reliably check for the presence of the button. Issue #2724
-
Fredrik Jonsson authored
Bump url-parse from 1.5.3 to 1.5.7
-
- Feb 17, 2022
-
-
dependabot[bot] authored
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7 ) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Fredrik Jonsson authored
Environs env.url() returns a URL object so replace with env.str()
-
Fredrik Jonsson authored
-
- Feb 16, 2022
-
-
Fredrik Jonsson authored
Use environs package to parse .env variables.
-
Fredrik Jonsson authored
Add collectstatic step to CI.
-
Fredrik Jonsson authored
Bump follow-redirects from 1.14.7 to 1.14.8
-
Fredrik Jonsson authored
-
- Feb 15, 2022
-
-
Daniel Schultz authored
The `AdminFactory` had a bug: `is_admin` is not a field, but `is_superuser` is. No tests were using the factory so this went unnoticed, but I'm about to want to use it.
-
- Feb 12, 2022
-
-
Fredrik Jonsson authored
chore: gitignore .mo files
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 ) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Feb 11, 2022
-
-
Chris Zubak-Skees authored
Closes #2720
-
Fredrik Jonsson authored
Add .editorconfig
-
Daniel Schultz authored
Editorconfig is a standard that helps editors know what whitespace rules to follow for a given project. For more information, see: https://editorconfig.org/ These rules were determined based on feedback from project maintainers. There are some files that use different numbers of spaces, but these files were imposed on the project externally. We use 4 everywhere we touch. Issue #2716
-
Fredrik Jonsson authored
Ensure errors are on top
-
- Feb 10, 2022
-
-
Daniel Schultz authored
In certain cases validation errors could be hidden by components that were rendered "on top" (e.g. in the case of required rich text fields). Providing a z-index signals that they belong on top. Issue #2718
-
Fredrik Jonsson authored
-
Fredrik Jonsson authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
sandeepsajan0 authored
-
Fredrik Jonsson authored
Add Finance flow fixes and notifications
-