Commit Graph

26 Commits

Author SHA1 Message Date
dependabot[bot] 32c9e8db5e Bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 08:00:33 +00:00
Jeroen Vijgen 9f1760398d Merge pull request #2 from BlackChaosNL/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-05-04 20:32:06 +00:00
dependabot[bot] a00e629e03 Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-04 20:30:03 +00:00
Jeroen Vijgen 7c432e43f3 Merge pull request #1 from BlackChaosNL/dependabot/npm_and_yarn/jquery-3.5.0
Bump jquery from 3.4.1 to 3.5.0
2020-05-04 20:26:23 +00:00
dependabot[bot] 92db44fca1 Bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-30 15:00:13 +00:00
jjvijgen cc53f97c2d Replace extend with include in diagram 2020-02-29 07:57:35 +01:00
jjvijgen ff6de1c744 Added UML drawing 2020-02-28 17:17:15 +01:00
jjvijgen 67a44fc5b8 Updated documentation 2020-02-28 16:34:19 +01:00
jjvijgen bead38bb21 Finished demo app 2020-02-28 16:21:56 +01:00
jjvijgen 71c77975f8 Added stable sorting to graph 2020-02-28 00:05:16 +01:00
jjvijgen 96178cafa7 Finished visualisation 2020-02-26 23:53:41 +01:00
jjvijgen 4826e5a515 Finished docker image and documentation 2020-02-26 12:27:35 +01:00
jjvijgen 1814cb83af Updated readme
TODO:
 - Cosmetic Changes to Dashboard.
 - Add virtualisation.
2020-02-26 00:18:01 +01:00
jjvijgen 02abca6f4f Update readme 2020-02-25 23:56:54 +01:00
jjvijgen 17b85fafd7 Add docker file & update readme 2020-02-25 23:54:15 +01:00
jjvijgen 7547923b1f Finished connection to API 2020-02-25 20:16:26 +01:00
jjvijgen 1bc9fa379b Fix request first & second date 2020-02-24 16:42:20 +01:00
jjvijgen 896a34f585 Fixed cold navigation to /dashboard 2020-02-24 16:33:57 +01:00
jjvijgen 2683c85c13 Enabled Repository 2020-02-23 21:05:04 +01:00
jjvijgen ada58864e0 Bind dashboard front-end to component 2020-02-22 22:38:28 +01:00
jjvijgen 6ca0a99e78 Fixed some todos and added the start of the dashboard 2020-02-22 17:03:53 +01:00
jjvijgen 9dc003c9b0 Fixed Software Used table 2020-02-19 00:57:34 +01:00
jjvijgen ae7d63db35 Finished login component
Did the following:
 - Extract front-end from component;
 - Added localStorage for remembering API details and access key;
 - Added routing to login component;

Todo:
 - Remove getApi*FromDTO;
 - Create ProtectedRoute to prevent unauthorized entry to /dashboard;
2020-02-19 00:48:30 +01:00
jjvijgen 60079a1417 Add redirects so full app works 2020-02-15 14:27:33 +01:00
jjvijgen eed63b2bbc Add router and login part 2020-02-15 14:00:15 +01:00
jjvijgen 47f0edb8e6 Initial commit 2020-02-12 20:03:51 +01:00