Commit Graph

  • 3929f15c52 fix: increase generate timeout Artem Golub 2022-07-12 14:27:50 +0300
  • d7b9cf9ddd fix: move node into component Artem Golub 2022-07-12 14:27:26 +0300
  • 1bc2bdc72b docs: readme update Artem Golub 2022-07-12 14:26:43 +0300
  • 1048c86fc9 chore: makefile and readme cleanup Artem Golub 2022-07-12 10:54:07 +0300
  • cb3c1b1fc3 chore: add tabs with forms, service interface Artem Golub 2022-07-12 10:51:00 +0300
  • 02549703ee fix: disable code editor for now Artem Golub 2022-07-10 14:56:10 +0300
  • 94bc646189 feat: project pagination Artem Golub 2022-07-10 14:47:59 +0300
  • 386b5e137b task: add eslint and prettier Artem Golub 2022-07-10 13:04:46 +0300
  • 07ae98b432 refactor: updated `useProject` to use `useLocalStorageJWTKeys` hook Samuel Rowe 2022-07-08 15:30:24 +0530
  • 5ee2505a85 feat: created `useLocalStorageJWTKeys` hook Samuel Rowe 2022-07-08 15:27:46 +0530
  • 0f5d52795b task: expose projects, folder restructure, minor fixes Artem Golub 2022-07-07 20:58:58 +0300
  • 24870b709c chore: use react-query for project data, cleanup Artem Golub 2022-07-03 23:19:26 +0300
  • a7124962ae fix(frontend): fixed a few semantic errors Samuel Rowe 2022-06-29 01:17:20 +0530
  • 8c145387bf feat: updated to use `useProject` hook Samuel Rowe 2022-06-29 01:11:11 +0530
  • 99f935f81b feat: created `useProject` hook Samuel Rowe 2022-06-29 01:10:52 +0530
  • caca17ca40 feat: wrapped app with query client provider Samuel Rowe 2022-06-29 01:01:28 +0530
  • 04f5737b5b build: added `axios` as dependency Samuel Rowe 2022-06-29 00:58:14 +0530
  • 6a06ae433a build: added `react-query` as dependency Samuel Rowe 2022-06-29 00:51:39 +0530
  • 7a02c58002 build: updated `.gitignore` Artem Golub 2022-06-27 13:55:16 +0300
  • 8a87d28a81 feat: implemented modals for delete confirmation and editing Artem Golub 2022-06-27 13:39:20 +0300
  • bb52610142 feat: scaffolding React rewrite, work-in-progress Artem Golub 2022-06-26 18:05:34 +0300
  • ec82ef7364 Merge branch 'react-rewrite' of github.com:nuxxapp/nuxx into react-rewrite Artem Golub 2022-07-15 15:01:15 +0300
  • cf0269a5ac fix: minor fixes Artem Golub 2022-07-15 15:00:23 +0300
  • a3e9ec0486 feat: initial version Artem Golub 2020-06-01 10:02:05 -0400
  • 52bbad88e7 fix: refactor network modal and forms Artem Golub 2022-07-15 14:02:11 +0300
  • 5a35535eae fix: service modal yup, breakout component, cleanup Artem Golub 2022-07-15 13:45:43 +0300
  • de75971fb0 fix: volume forms vallidation, breakout componets Artem Golub 2022-07-15 13:07:44 +0300
  • 132f9bba03
    Merge pull request #67 from nuxxapp/feat/empty-projects Artem Golub 2022-07-15 12:00:26 +0300
  • a3845795d0 build: updated Makefile to use `docker compose` Samuel Rowe 2022-07-15 10:08:02 +0530
  • 1a498161f1 feat: updated UI for empty projects screen Samuel Rowe 2022-07-14 22:12:55 +0530
  • e0c8c3be17 chore: organize service and volume nodes Artem Golub 2022-07-13 17:10:19 +0300
  • 75e5dbdfef feat: add volume node type Artem Golub 2022-07-13 17:03:35 +0300
  • 833f62f2f8 chore: rename IClientNodeItem -> IServiceNodeItem Artem Golub 2022-07-12 22:32:46 +0300
  • 9464a39a32 feat: add initial volume modal, types Artem Golub 2022-07-12 22:29:01 +0300
  • ae114932d6 feat: add base networks modal and interfaces Artem Golub 2022-07-12 16:03:06 +0300
  • 1fc16eaee9 chore: update readme Artem Golub 2022-07-12 16:02:28 +0300
  • a3556cf2d7 fix: increase generate timeout Artem Golub 2022-07-12 14:27:50 +0300
  • 47f0fb13f3 fix: move node into component Artem Golub 2022-07-12 14:27:26 +0300
  • 6ff92565ad docs: readme update Artem Golub 2022-07-12 14:26:43 +0300
  • 9fce703aa7 chore: makefile and readme cleanup Artem Golub 2022-07-12 10:54:07 +0300
  • 15e201c2c6 chore: add tabs with forms, service interface Artem Golub 2022-07-12 10:51:00 +0300
  • c90f42bc1b fix: disable code editor for now Artem Golub 2022-07-10 14:56:10 +0300
  • 8fee68d3d5 feat: project pagination Artem Golub 2022-07-10 14:47:59 +0300
  • a186f5904e
    Merge pull request #66 from nuxxapp/refactor/jwt-ls Artem Golub 2022-07-10 13:06:59 +0300
  • 0a7f0efaa8 task: add eslint and prettier Artem Golub 2022-07-10 13:04:46 +0300
  • 4ad65e30cc refactor: updated `useProject` to use `useLocalStorageJWTKeys` hook origin/refactor/jwt-ls Samuel Rowe 2022-07-08 15:30:24 +0530
  • 8a2d1ca564 feat: created `useLocalStorageJWTKeys` hook Samuel Rowe 2022-07-08 15:27:46 +0530
  • 59ea695935 task: expose projects, folder restructure, minor fixes Artem Golub 2022-07-07 20:58:58 +0300
  • 74b90ae4ff
    Merge pull request #63 from nuxxapp/feat/react-query Artem Golub 2022-07-03 23:26:14 +0300
  • 1caf1e762c
    Merge pull request #65 from nuxxapp/react-query Artem Golub 2022-07-03 23:25:39 +0300
  • 1c3431c84d chore: use react-query for project data, cleanup Artem Golub 2022-07-03 23:19:26 +0300
  • c5f55354d8 fix(frontend): fixed a few semantic errors Samuel Rowe 2022-06-29 01:17:20 +0530
  • 7a45e77667 feat: updated to use `useProject` hook Samuel Rowe 2022-06-29 01:11:11 +0530
  • 005c45069f feat: created `useProject` hook Samuel Rowe 2022-06-29 01:10:52 +0530
  • 55ec194110 feat: wrapped app with query client provider Samuel Rowe 2022-06-29 01:01:28 +0530
  • b589057684 build: added `axios` as dependency Samuel Rowe 2022-06-29 00:58:14 +0530
  • ea77d83bf5 build(frontend): added `react-query` as dependency Samuel Rowe 2022-06-29 00:51:39 +0530
  • 2fd2db594a Update .gitignore Artem Golub 2022-06-27 13:55:16 +0300
  • b3f3fd6a39 Confirm delete, edit modals, some cleanup. Artem Golub 2022-06-27 13:39:20 +0300
  • 7bc6892865 React initial rewrite, wip. Artem Golub 2022-06-26 18:05:34 +0300
  • a1b58c5e6d
    Merge pull request #61 from nuxxapp/dependabot/npm_and_yarn/src/composer/eventsource-1.1.1 archived-angular Artem Golub 2022-06-05 19:47:31 +0300
  • 2c7b6c7eaa
    Merge pull request #62 from nuxxapp/dependabot/npm_and_yarn/src/composer/angular/core-11.0.5 Artem Golub 2022-06-05 19:47:20 +0300
  • b0c6fb368f
    Bump @angular/core from 9.1.4 to 11.0.5 in /src/composer dependabot[bot] 2022-06-03 07:36:30 +0000
  • 19e4989283
    Bump eventsource from 1.0.7 to 1.1.1 in /src/composer dependabot[bot] 2022-06-01 22:40:42 +0000
  • 2a8b99a097
    Merge pull request #60 from nuxxapp/dependabot/npm_and_yarn/src/composer/lodash-4.17.21 Artem Golub 2022-05-04 21:19:11 +0300
  • f104f2def1
    Bump lodash from 4.17.15 to 4.17.21 in /src/composer dependabot[bot] 2022-05-04 17:59:29 +0000
  • b019a1a6f1
    Merge pull request #58 from nuxxapp/dependabot/npm_and_yarn/src/composer/minimist-1.2.6 Artem Golub 2022-05-04 20:58:54 +0300
  • eb56fab98d
    Merge pull request #59 from nuxxapp/dependabot/npm_and_yarn/src/composer/async-2.6.4 Artem Golub 2022-05-04 20:58:43 +0300
  • 49e34bdd10
    Bump async from 2.6.3 to 2.6.4 in /src/composer dependabot[bot] 2022-04-29 17:00:56 +0000
  • 1ff2868fcf
    Bump minimist from 1.2.5 to 1.2.6 in /src/composer dependabot[bot] 2022-04-01 11:27:41 +0000
  • d82e21ccfd
    Merge pull request #57 from nuxxapp/dependabot/npm_and_yarn/src/composer/karma-6.3.16 Artem Golub 2022-03-08 20:44:28 +0200
  • 75942ea913
    Merge pull request #56 from nuxxapp/dependabot/npm_and_yarn/src/composer/url-parse-1.5.10 Artem Golub 2022-03-08 20:44:17 +0200
  • 237271a7d8
    Bump karma from 6.3.14 to 6.3.16 in /src/composer dependabot[bot] 2022-03-02 13:37:04 +0000
  • 95602062d8
    Bump url-parse from 1.5.4 to 1.5.10 in /src/composer dependabot[bot] 2022-02-28 02:46:52 +0000
  • 2be19236de
    Bump url-parse from 1.5.4 to 1.5.7 in /src/composer dependabot[bot] 2022-02-19 08:58:31 +0000
  • c9846bfc82
    Merge pull request #53 from nuxxapp/dependabot/npm_and_yarn/src/composer/karma-6.3.14 Artem Golub 2022-02-19 10:57:58 +0200
  • aa59e9d7e2
    Merge pull request #54 from nuxxapp/dependabot/npm_and_yarn/src/composer/follow-redirects-1.14.8 Artem Golub 2022-02-19 10:57:46 +0200
  • a87b2fafc2
    Bump follow-redirects from 1.14.7 to 1.14.8 in /src/composer dependabot[bot] 2022-02-15 10:01:46 +0000
  • 2b237bde71
    Bump karma from 4.3.0 to 6.3.14 in /src/composer dependabot[bot] 2022-02-11 14:01:03 +0000
  • 633b445641
    Merge pull request #52 from nuxxapp/dependabot/npm_and_yarn/src/composer/ssri-6.0.2 Artem Golub 2022-01-30 11:44:47 +0200
  • 7063c914aa
    Merge pull request #51 from nuxxapp/dependabot/npm_and_yarn/src/composer/hosted-git-info-2.8.9 Artem Golub 2022-01-30 11:44:33 +0200
  • a22ca7bd59
    Bump ssri from 6.0.1 to 6.0.2 in /src/composer dependabot[bot] 2022-01-30 09:30:35 +0000
  • eeead344da
    Bump hosted-git-info from 2.8.8 to 2.8.9 in /src/composer dependabot[bot] 2022-01-30 09:30:33 +0000
  • e2820fc013
    Merge pull request #50 from nuxxapp/dependabot/npm_and_yarn/src/composer/url-parse-1.5.4 Artem Golub 2022-01-30 11:29:47 +0200
  • 35c79ebd36
    Bump url-parse from 1.4.7 to 1.5.4 in /src/composer dependabot[bot] 2022-01-28 14:20:48 +0000
  • e90d71f0a2
    Merge pull request #49 from nuxxapp/dependabot/npm_and_yarn/src/composer/jszip-3.7.1 Artem Golub 2022-01-28 16:20:04 +0200
  • 9e6bc370fb
    Merge pull request #48 from nuxxapp/dependabot/npm_and_yarn/src/composer/path-parse-1.0.7 Artem Golub 2022-01-28 16:19:53 +0200
  • 7a94787028
    Bump jszip from 3.4.0 to 3.7.1 in /src/composer dependabot[bot] 2022-01-28 14:19:07 +0000
  • 6bd637f396
    Bump path-parse from 1.0.6 to 1.0.7 in /src/composer dependabot[bot] 2022-01-28 14:19:04 +0000
  • d70eb8438b
    Merge pull request #47 from nuxxapp/dependabot/npm_and_yarn/src/composer/tar-4.4.19 Artem Golub 2022-01-28 16:18:15 +0200
  • b353a72f20
    Merge pull request #46 from nuxxapp/dependabot/npm_and_yarn/src/composer/follow-redirects-1.14.7 Artem Golub 2022-01-28 16:18:04 +0200
  • 72f51e1bca
    Merge pull request #45 from nuxxapp/dependabot/pip/src/backend/django-3.1.14 Artem Golub 2022-01-28 16:17:51 +0200
  • df4bfedf50
    Bump tar from 4.4.13 to 4.4.19 in /src/composer dependabot[bot] 2022-01-28 13:58:30 +0000
  • 399c222d79
    Bump follow-redirects from 1.11.0 to 1.14.7 in /src/composer dependabot[bot] 2022-01-28 13:58:28 +0000
  • 680f843bcd
    Bump django from 3.1.13 to 3.1.14 in /src/backend dependabot[bot] 2022-01-28 13:58:28 +0000
  • c2287477fb
    Merge pull request #42 from nuxxapp/dependabot/pip/src/backend/django-3.1.13 Artem Golub 2022-01-28 15:58:05 +0200
  • 1684b9c7b0
    Merge pull request #44 from nuxxapp/dependabot/npm_and_yarn/src/composer/marked-4.0.10 Artem Golub 2022-01-28 15:57:31 +0200
  • 92a252b227
    Bump marked from 1.1.0 to 4.0.10 in /src/composer dependabot[bot] 2022-01-15 02:35:59 +0000
  • e99b424442
    Bump django from 3.1.12 to 3.1.13 in /src/backend dependabot[bot] 2021-09-22 19:23:07 +0000
  • ca5fce382f
    Merge pull request #41 from nuxxapp/dependabot/pip/src/backend/django-3.1.12 Artem Golub 2021-06-14 08:14:20 -0400