Skip to content

Commit

Permalink
Merge branch 'master' into optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
mraron committed Apr 15, 2024
2 parents 7b7e294 + dbeeafc commit 4880288
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

# Fixed
- User registration (8a00521)
- Sorting was ignored for submission lists (6833e08)
- Loading tags for problems, category filter in problemlist, solver_count query (63f405a)
- Admin panel (661484b, 1ee0070)
- Syntax of migration 10 (e35d4cc)
- Category link in problem sets (d9a5c96)
- Subtask scoring (6fee8f0)
- Fix bug related to long lines and cms whitediff checker (7289bb8)

# Added
- Tests to validate task_yaml ScoringMin behaviour (67a068b)
- Problem and category visibility (5452ee8)
- Optimized submission queries for glue (888a0ae)
- Cached solved status queries (18c5177)

# Changed
- bootstrap-icons (755b9cf)
- Dependencies (74e7c2d, 7c3199e, a0bc370)

## [0.3.1] - 2023-11-28

### Fixed
Expand Down Expand Up @@ -105,4 +125,4 @@ The previous two changes are from 65ec4f to 19c523
[0.3.1]: https://github.com/mraron/njudge/releases/tag/v0.3.1
[0.3.0]: https://github.com/mraron/njudge/releases/tag/v0.3.0
[0.2.0]: https://github.com/mraron/njudge/releases/tag/v0.2.0
[0.1.0]: https://github.com/mraron/njudge/releases/tag/v0.1.0
[0.1.0]: https://github.com/mraron/njudge/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ require (
golang.org/x/tools v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1789,8 +1789,9 @@ google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlba
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=
google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U=
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc h1:2gGKlE2+asNV9m7xrywl36YYNnBG5ZQ0r/BOOxqPpmk=
Expand Down

0 comments on commit 4880288

Please sign in to comment.