Commit 78d2493
authored
[DAPS-1874] - release: v5.0.0
* [DAPS-1835] - refactor: common, rework protobuf files following proto3 design principles, replace monolithic SDMS.proto/SDMS_Anon.proto/SDMS_Auth.proto with 186 individual proto3 message files and envelope-based message routing
* [DAPS-1837] - refactor: common, update common library to use new proto3 envelope for serialization
* [DAPS-1845] - refactor: repo, repository server refactored to be compatible with proto3 envelope
* [DAPS-1848] - refactor: authz, upgrade Authz module to use new proto3 envelope for serialization
* [DAPS-1847] - refactor: python_client, python client updated to support proto3
* [DAPS-1850] - refactor: web, update web server to use proto3 files
* [DAPS-1825] - refactor: core, repo, authz, gcs, upgrade crypto and openssl dependencies
* [DAPS-1839] - refactor: ci, split combined build/retag CI pipeline files into separate job files
* [DAPS-1774] - test: core, python_client, foxx, web, add query end-to-end tests
* [DAPS-1786] - test: web, add test for hitting password reset
* [DAPS-1522] - refactor: foxx, comprehensive logging improvements across all routers
* [DAPS-1788] - refactor: foxx, authz_router logging improvements
* [DAPS-1789] - refactor: foxx, data_router logging improvements
* [DAPS-1795] - refactor: foxx, group_router logging improvements
* [DAPS-1796] - refactor: foxx, note_router logging improvements
* [DAPS-1797] - refactor: foxx, metrics_router logging improvements
* [DAPS-1801] - refactor: foxx, topic_router logging improvements
* [DAPS-1813] - refactor: foxx, config_router logging improvements
* [DAPS-1814] - refactor: foxx, admin_router logging improvements
* [DAPS-1817] - refactor: foxx, acl_router logging improvements
* [DAPS-1818] - refactor: foxx, coll_router logging improvements
* [DAPS-1820] - refactor: foxx, query_router logging improvements
* [DAPS-1821] - refactor: foxx, schema_router logging improvements
* [DAPS-1822] - refactor: foxx, proj_router logging improvements
* [DAPS-1823] - refactor: foxx, repo_router logging improvements
* [DAPS-1838] - refactor: foxx, general logging cleanup
* [DAPS-1862] - fix: core, fix record allocation change failure
* [DAPS-1872] - fix: core, web, foxx, fix tests running until timeout, proto3 compatibility bugs, log bugs, removed proj search
* [DAPS-1824] - fix: gcs, web, fix mapped collection consent flow
* [DAPS-1839] - fix: ci, CI image retag triggered where a build is needed
* [DAPS-1833] - fix: ci, end to end tests failing in CI
* [DAPS-1805] - refactor: foxx, refactor user tokens expiring route
* [DAPS-1808] - fix: foxx, user router logging fix
* [DAPS-1803] - refactor: foxx, fix user update logs leaking sensitive information
* [DAPS-1777] - fix: foxx, fix user_router regression in missing response
* [DAPS-1775] - fix: core, foxx, add missing {}, foxx query_router add params object schema to routes
* [DAPS-1277] - fix: common, core, PROXY_BASIC_ZMQ and PROXY_CUSTOM correctly defined
* [DAPS-1790] - fix: common, core, repo, xix zmq assertion failure during EXCEPT call due to calling zmq_msg with invalid state after closing it
* [DAPS-1791] - fix: python_client, fix requirements.txt being moved to a folder named requirements.txt during cmake configure script
* [DAPS-1861] - fix: web, rrevent defaults being set to undefined, and interpret numbers and enums as strings
* [DAPS-1868] - fix: web, version numbers from proto3 messages follow camelCase
* [DAPS-1877] - fix: web, fix user router /update
Contributors
Co-authored-by: Joshua S Brown joshbro42867@yahoo.com
Co-authored-by: Blake Nedved nedvedba@ornl.gov
Co-authored-by: Blake Nedved blakeanedved@gmail.com
Co-authored-by: nedvedba 145805866+nedvedba@users.noreply.github.com
Co-authored-by: Austin Hampton amh107@latech.edu
Co-authored-by: Austin Hampton 44103380+megatnt1122@users.noreply.github.com1 parent 8b4ba31 commit 78d2493
File tree
326 files changed
+12606
-4763
lines changed- .github/workflows
- .gitlab
- build
- cmake
- common
- include/common
- proto3/common
- anon
- auth
- enums
- messages
- proto/common
- source
- communicators
- messages
- servers
- tests
- security/tcp_secure
- unit
- core
- database
- foxx
- api
- lib
- models/repositories
- tests
- server
- tests/unit
- docker
- external
- python
- datafed_pkg
- datafed
- scripts
- test
- repository
- gridftp/globus5/authz
- source
- tests/unit
- server
- tests/end-to-end
- web
- docker
- services/auth
- static
- components
- endpoint-browse
- transfer
- views
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
326 files changed
+12606
-4763
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments