@harborclient/team-hub 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,77 @@
1
+ # Changelog
2
+
3
+ ## Unreleased
4
+
5
+ ## 0.4.6 - 2026-07-27
6
+
7
+ - Add sidebar marker support across collections, environments, folders, requests, and documents. (`872135d`)
8
+ - Add document management functionality to the API. (`e03b05c`)
9
+
10
+ ## 0.4.5 - 2026-07-10
11
+
12
+ - Update Dockerfile to include additional configuration files and assets. (`171e648`)
13
+ - Implement onboarding invitation landing page and related features. (`124b28f`)
14
+
15
+ ## 0.4.4 - 2026-07-10
16
+
17
+ - Refactor user command and database query formatting. (`cb17155`)
18
+ - Add user onboarding invitation management functionality. (`801d6f5`)
19
+ - Update Dockerfile to install ca-certificates along with curl. (`f47adf6`)
20
+
21
+ ## 0.4.3 - 2026-07-09
22
+
23
+ - Enhance Dockerfile and configuration for documentation search. (`d2e4206`)
24
+
25
+ ## 0.4.2 - 2026-07-08
26
+
27
+ - Add run result management functionality in API and database. (`4e35a76`)
28
+
29
+ ## 0.4.1 - 2026-07-07
30
+
31
+ - Implement admin snippet management routes and schemas. (`cdbfbf6`)
32
+
33
+ ## 0.4.0 - 2026-07-07
34
+
35
+ - Implement snippet management functionality in API and database. (`9ee78dc`)
36
+ - Update documentation layout and enhance user navigation. (`799f59b`)
37
+ - Enhance GitHub Pages deployment configuration. (`af79228`)
38
+
39
+ ## 0.3.0 - 2026-07-06
40
+
41
+ - Add MCP server configuration support in LLM section. (`e12f417`)
42
+ - Revamp homepage layout and enhance visual assets. (`bc03419`)
43
+ - Update image assets for improved visual consistency. (`94c2572`)
44
+ - Update logo dimensions in custom CSS for improved presentation. (`41defea`)
45
+ - Revamp documentation layout and enhance visual elements. (`1b215fe`)
46
+ - Update sidebar with new admin endpoints and adjust logo dimensions. (`4f69744`)
47
+
48
+ ## 0.2.4 - 2026-06-26
49
+
50
+ - Add admin routes for managing folders and requests. (`8e9d85f`)
51
+ - Enhance request deletion logic and access control. (`d6230dc`)
52
+ - Update NGINX configuration to use dynamic server name. (`b49c61d`)
53
+ - Enhance collection deletion logic and access control. (`15a4c54`)
54
+ - Include deletion_locked in PostgresDatabase collection test mock row.. (`96c4641`)
55
+ - Preserve Docker server.yaml across container restarts.. (`d457773`)
56
+
57
+ ## 0.2.3 - 2026-06-26
58
+
59
+ - Implement deletion lock feature for collections and environments. (`bbdd197`)
60
+ - Update deployment documentation for Docker installation and user management. (`5ceb95d`)
61
+ - Update deployment documentation and sidebar navigation. (`0d09def`)
62
+ - Add logging configuration support in Docker setup. (`953dcec`)
63
+
64
+ ## 0.2.2 - 2026-06-26
65
+
66
+ - Add logging configuration support and update documentation. (`f661b0d`)
67
+ - Enhance server configuration reload capabilities. (`2df710d`)
68
+ - Add optional plugins configuration and routes for plugin sources. (`9b591ec`)
69
+
70
+ ## 0.2.1 - 2026-06-24
71
+
72
+ - Refactor constructor formatting in database classes. (`8382066`)
73
+ - Refactor package.json and CI workflows for improved structure and functionality. (`11231a2`)
74
+ - Update documentation links and enhance sidebar navigation. (`4adba00`)
75
+ - Enhance authentication and administration documentation. (`738f3b8`)
76
+ - Enhance authentication documentation and API endpoint. (`5824077`)
77
+ - Enhance Docker setup and documentation. (`90e2a39`)
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Sean H
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ![Team Hub](images/logo.png)
2
2
 
3
- **Full documentation:** [https://harborclient.github.io/team-hub/](https://harborclient.github.io/team-hub/)
3
+ **Full documentation:** [https://harborclient.com/team-hub/](https://harborclient.com/team-hub/)
4
4
 
5
5
  **Linux CLI server for shared HarborClient storage and team workflows.**
6
6
 
@@ -12,22 +12,24 @@
12
12
 
13
13
  ## Documentation
14
14
 
15
- | Topic | Link |
16
- | --------------- | ---------------------------------------------------------------------- |
17
- | Getting started | [Introduction](https://harborclient.github.io/team-hub/) |
18
- | Prerequisites | [Prerequisites](https://harborclient.github.io/team-hub/prerequisites) |
19
- | Setup | [Setup](https://harborclient.github.io/team-hub/setup) |
20
- | Development | [Development](https://harborclient.github.io/team-hub/development) |
15
+ | Topic | Link |
16
+ | --------------- | ---------------------------------------------------------------- |
17
+ | Getting started | [Introduction](https://harborclient.com/team-hub/) |
18
+ | Prerequisites | [Prerequisites](https://harborclient.com/team-hub/prerequisites) |
19
+ | Setup | [Setup](https://harborclient.com/team-hub/setup) |
20
+ | Development | [Development](https://harborclient.com/team-hub/development) |
21
21
 
22
22
  Canonical docs live in [`docs/`](./docs/). Edit those pages directly, then run `pnpm docs:build:nav` to refresh the VitePress sidebar.
23
23
 
24
24
  ## Development
25
25
 
26
+ From the monorepo root:
27
+
26
28
  ```bash
27
29
  pnpm install
28
- pnpm test
29
- pnpm docs:serve # VitePress dev server with nav watcher
30
- pnpm docs:build # production docs build
30
+ pnpm --filter @harborclient/team-hub test
31
+ pnpm --filter @harborclient/team-hub docs:serve
32
+ pnpm --filter @harborclient/team-hub docs:build
31
33
  ```
32
34
 
33
35
  ## License