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

Add new career feature implementation #682

Merged
merged 6 commits into from
Nov 20, 2023
Merged

Add new career feature implementation #682

merged 6 commits into from
Nov 20, 2023

Commits on Nov 19, 2023

  1. Bump mongoose from 6.12.3 to 8.0.1

    Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.12.3 to 8.0.1.
    - [Release notes](https://github.com/Automattic/mongoose/releases)
    - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/Automattic/mongoose/commits/8.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: mongoose
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    53294b1 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated options

    Artem Ganev committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    e83cb53 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Rework layout

    Artem Ganev committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    df61054 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into rework_layout

    # Conflicts:
    #	pnpm-lock.yaml
    Artem Ganev committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    886a9ef View commit details
    Browse the repository at this point in the history
  3. Add Career API and components

    Artem Ganev committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9e4ebdf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into add_career

    # Conflicts:
    #	src/assets/variables.scss
    #	src/client/app/http-client.ts
    #	src/client/features/blog/BlogList.tsx
    #	src/client/features/blog/BlogListItem.tsx
    #	src/client/features/blog/blog-api.ts
    #	src/client/features/blog/blog-types.ts
    #	src/client/features/blog/hooks/use-blog-list-query.ts
    #	src/common/common-constants.ts
    #	src/common/components/Navigation.module.scss
    #	src/common/components/Navigation.tsx
    #	src/common/types/common-blog-types.ts
    #	src/common/types/common-types.ts
    #	src/pages/blog/[id].tsx
    #	src/pages/career.tsx
    #	src/pages/index.tsx
    #	src/server/features/blog/blog-models.ts
    #	src/server/features/blog/blog-schema.ts
    Artem Ganev committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    69d28d1 View commit details
    Browse the repository at this point in the history