Commit 6038cdb
authored
Development to Master (#141)
--Verification of user roles: Admin roles confirmed before being able to
execute docker commands (i.e. running/stopping container, deleting an
image, etc.) Base user roles can access data on containers but won't be
able to execute commands.
-- Less configuration : Users need not create an env file before running
application. There are, however, multiple new configuration options
where the user can pass environment variables to their docker compose
file, allowing for more flexibility in how the containers are run. These
will be listed in an updated Read Me shortly.
--Updated dashboard: Added new subtitles to Grafana dashboard panels.
Updated plugins to latest version to remove a warning message that may
sometimes appear.
--Code cleanup: Removed many unused files and commented out certain
files that are not currently being used but may be used later.
--Updated published image (docketeerx/docketeer). The newest image has
already been published to the DockerHub registry. Cross-platform
compatibility ensured. Tested on multiple devices without issue.
--Updated docketeerx/postgres image also (new version already published
to registry as well) : Added a few more commands to init sql file for
optimization and republished postgres image after. Users will be
required to have the latest image version to work with the current
version of Docketeer. Please pull the latest image from the registry
(dockteerx/postgres) or rebuild the image locally within the updated
imageConfigs/postgres directory.File tree
31 files changed
+914
-811
lines changed- imageConfigs
- grafana/provisioning/dashboards
- postgres
- server
- controllers
- database
- routes
- src/components
- helpers
31 files changed
+914
-811
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| 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 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 6 | | |
| 7 | + | |
15 | 8 | | |
16 | 9 | | |
17 | 10 | | |
18 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| 28 | + | |
0 commit comments