Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create api routes for /admin #1318

Merged
merged 33 commits into from
Dec 18, 2023

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    1c04768 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    13b56b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b082586 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    07922e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6388b93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1514d42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a02e5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    309b282 View commit details
    Browse the repository at this point in the history
  6. wip

    derschnee68 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1b40c19 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into feature/dev-3042-create-project-api-service

    # Conflicts:
    #	apps/dsp-app/src/app/project/project.component.ts
    #	tsconfig.base.json
    derschnee68 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    03d50ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0190e0e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    8cfcefd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    17e3108 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    461702f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    2dde94f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    004afc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    7fafe20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d79b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0da6e44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dde1d2 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/main' into feature/dev-3042-crea…

    …te-project-api-service
    
    # Conflicts:
    #	apps/dsp-app/src/app/project/list/list-item-form/edit-list-item/edit-list-item.component.ts
    #	apps/dsp-app/src/app/project/list/list-item-form/list-item-form.component.ts
    #	apps/dsp-app/src/app/system/projects/projects-list/projects-list.component.ts
    #	apps/dsp-app/src/app/system/users/users-list/users-list.component.ts
    #	apps/dsp-app/src/app/user/user-form/user-form.component.ts
    #	libs/vre/shared/app-state/src/lib/projects/projects.state.ts
    derschnee68 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    eb54298 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99f6361 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96ba949 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ece02cf View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge remote-tracking branch 'origin/main' into feature/dev-3042-crea…

    …te-project-api-service
    
    # Conflicts:
    #	.eslintrc-angular.json
    #	apps/dsp-app/src/app/main/guard/auth.guard.ts
    derschnee68 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    622ca77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11dc40d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f4f489 View commit details
    Browse the repository at this point in the history
  4. fix: read project bug

    derschnee68 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    317baa1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. fix: project issues

    derschnee68 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    e27c1aa View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge remote-tracking branch 'origin/main' into feature/dev-3042-crea…

    …te-project-api-service
    
    # Conflicts:
    #	libs/vre/shared/app-helper-services/src/lib/project.service.ts
    #	libs/vre/shared/app-session/src/lib/auth.service.ts
    derschnee68 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    49d2e25 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Merge remote-tracking branch 'origin/main' into feature/dev-3042-crea…

    …te-project-api-service
    
    # Conflicts:
    #	apps/dsp-app/src/app/project/list/list.component.ts
    #	apps/dsp-app/src/app/project/project-base.ts
    #	apps/dsp-app/src/app/project/project-form/project-form.component.ts
    #	apps/dsp-app/src/app/system/projects/projects-list/projects-list.component.ts
    #	apps/dsp-app/src/app/system/users/users-list/users-list.component.ts
    #	libs/vre/shared/app-helper-services/src/lib/project.service.ts
    #	libs/vre/shared/app-state/src/lib/current-project/current-project.selectors.ts
    #	libs/vre/shared/app-state/src/lib/current-project/current-project.state-model.ts
    #	libs/vre/shared/app-state/src/lib/projects/projects.state.ts
    derschnee68 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a34e18a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a99e6f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1e4a6f View commit details
    Browse the repository at this point in the history