Skip to content
Snippets Groups Projects
  1. Feb 19, 2019
    • Jure's avatar
      chore(release): publish · e430a884
      Jure authored
       - @pubsweet/base-model@3.0.1
       - pubsweet@4.0.1
       - pubsweet-client@9.0.1
       - @pubsweet/coko-theme@5.0.9
       - pubsweet-components@13.0.1
       - @pubsweet/db-manager@3.0.0
       - @pubsweet/default-theme@4.0.9
       - @pubsweet/errors@2.0.4
       - jest-environment-db@3.0.1
       - @pubsweet/logger@0.2.14
       - @pubsweet/models@0.2.1
       - pubsweet-server@13.0.1
       - pubsweet-sse@1.0.8
       - @pubsweet/styleguide@6.0.1
       - @pubsweet/ui-toolkit@2.1.1
       - @pubsweet/ui@10.0.1
       - @pubsweet/component-aws-s3@1.2.7
       - @pubsweet/component-email-templating@0.1.6
       - pubsweet-component-epub@0.5.12
       - pubsweet-component-form-group@2.0.5
       - pubsweet-component-login@2.0.1
       - pubsweet-component-navigation@1.0.10
       - @pubsweet/component-send-email@0.2.10
       - pubsweet-component-sortable-list@0.1.10
       - pubsweet-component-users-manager@3.0.1
       - @pubsweet/model-blog@0.0.7
       - @pubsweet/model-blogpost@0.0.7
       - @pubsweet/model-collection@4.0.1
       - @pubsweet/model-fragment@3.0.1
       - @pubsweet/model-team@2.0.1
       - @pubsweet/model-user@4.0.1
       - pubsweet-component-xpub-dashboard@5.0.1
       - xpub-edit@2.5.12
       - pubsweet-component-xpub-manuscript@1.0.1
       - pubsweet-component-xpub-review-backend@1.0.4
       - xpub-selectors@0.2.10
       - pubsweet-component-xpub-submit@6.0.1
       - pubsweet-component-xpub-teams-manager@2.0.1
       - xpub-upload@1.0.1
       - xpub-validators@0.0.7
       - xpub-with-context@0.1.10
      41 tags
      e430a884
    • Jure's avatar
      chore: upgrade dependencies due to advisories · 2610a88e
      Jure authored
      2610a88e
  2. Feb 09, 2019
  3. Feb 01, 2019
    • Jure's avatar
      chore(release): publish · f9a4e519
      Jure authored
       - @pubsweet/base-model@3.0.0
       - pubsweet@4.0.0
       - pubsweet-client@9.0.0
       - @pubsweet/coko-theme@5.0.8
       - pubsweet-components@13.0.0
       - @pubsweet/db-manager@2.3.0
       - @pubsweet/default-theme@4.0.8
       - @pubsweet/errors@2.0.3
       - jest-environment-db@3.0.0
       - @pubsweet/logger@0.2.13
       - @pubsweet/models@0.2.0
       - pubsweet-server@13.0.0
       - pubsweet-sse@1.0.7
       - @pubsweet/styleguide@6.0.0
       - @pubsweet/ui-toolkit@2.1.0
       - @pubsweet/ui@10.0.0
       - @pubsweet/component-aws-s3@1.2.6
       - @pubsweet/component-email-templating@0.1.5
       - pubsweet-component-epub@0.5.11
       - pubsweet-component-form-group@2.0.4
       - pubsweet-component-login@2.0.0
       - pubsweet-component-navigation@1.0.9
       - @pubsweet/component-send-email@0.2.9
       - pubsweet-component-sortable-list@0.1.9
       - pubsweet-component-users-manager@3.0.0
       - @pubsweet/model-blog@0.0.6
       - @pubsweet/model-blogpost@0.0.6
       - @pubsweet/model-collection@4.0.0
       - @pubsweet/model-fragment@3.0.0
       - @pubsweet/model-team@2.0.0
       - @pubsweet/model-user@4.0.0
       - pubsweet-component-xpub-dashboard@5.0.0
       - xpub-edit@2.5.11
       - pubsweet-component-xpub-manuscript@1.0.0
       - pubsweet-component-xpub-review-backend@1.0.3
       - xpub-selectors@0.2.9
       - pubsweet-component-xpub-submit@6.0.0
       - pubsweet-component-xpub-teams-manager@2.0.0
       - xpub-upload@1.0.0
       - xpub-with-context@0.1.9
      40 tags
      f9a4e519
    • Jure's avatar
      fix(styleguide): temporarily disable styleguide · e519ed14
      Jure authored
      e519ed14
    • Jure's avatar
      refactor: temporarily remove unmigrated components · 32db6ad5
      Jure authored
      BREAKING CHANGE: A lot of unmigrated (not yet moved from REST/Redux to GraphQL/Apollo system) bits
      have changed. There might be some breaking changes as a result. This is a big migration involving
      big changes - if you encounter anything weird, please contact us on GitLab or on Mattermost.
      32db6ad5
    • Jure's avatar
      feat: very basic backend/working users manager · b3c06b6d
      Jure authored
      b3c06b6d
    • Jure's avatar
      fix(model-team): fix membership update query · 918da4e8
      Jure authored
      918da4e8
    • Jure's avatar
      feat(model-user): improve eager loading in graphql · 2ae96405
      Jure authored
      2ae96405
  4. Jan 30, 2019
  5. Jan 29, 2019
  6. Jan 27, 2019
  7. Jan 25, 2019
  8. Jan 24, 2019
    • Jure's avatar
      feat(model-team): simplify objectId and objectType storage · 665cf85b
      Jure authored
      BREAKING CHANGE: Previously objectId and objectType were stored in a JSONB column on the teams
      table. This has changed (and the migration takes care of table and data migration) in favor of
      storing objectId and objectType as flat columns on the teams table. For reasons of querying,
      indexing and ease of use, this is a better option. The read side of the API still returns a nested
      TeamObject, but the GraphQL mutations have changed (see `team_graphql_test.js` for some examples).
      665cf85b
    • Jure's avatar
      feat(model-team): migrate team members · 9dd89430
      Jure authored
      9dd89430
  9. Jan 23, 2019
  10. Jan 18, 2019
  11. Jan 17, 2019
  12. Jan 16, 2019
    • Jure's avatar
      chore(release): publish · f99b62f4
      Jure authored
       - @pubsweet/base-model@2.0.2
       - pubsweet@3.1.3
       - pubsweet-client@8.0.4
       - @pubsweet/coko-theme@5.0.7
       - pubsweet-components@12.0.2
       - @pubsweet/db-manager@2.2.3
       - @pubsweet/default-theme@4.0.7
       - @pubsweet/errors@2.0.2
       - jest-environment-db@2.0.3
       - @pubsweet/logger@0.2.12
       - @pubsweet/models@0.1.3
       - pubsweet-server@12.0.2
       - pubsweet-sse@1.0.6
       - @pubsweet/styleguide@5.0.3
       - @pubsweet/ui-toolkit@2.0.7
       - @pubsweet/ui@9.1.3
       - @pubsweet/component-aws-s3@1.2.5
       - pubsweet-component-blog@1.0.10
       - @pubsweet/component-email-templating@0.1.4
       - pubsweet-component-epub@0.5.10
       - pubsweet-component-form-group@2.0.3
       - pubsweet-component-html@0.2.12
       - pubsweet-component-ink-backend@0.2.19
       - pubsweet-component-login@1.2.8
       - pubsweet-component-navigation@1.0.8
       - pubsweet-component-password-reset-backend@2.0.3
       - pubsweet-component-password-reset-frontend@3.0.7
       - @pubsweet/component-polling-client@0.0.6
       - pubsweet-component-posts-manager@1.0.52
       - @pubsweet/component-send-email@0.2.8
       - pubsweet-component-signup@1.0.41
       - pubsweet-component-sortable-list@0.1.8
       - pubsweet-component-teams-manager@1.1.34
       - pubsweet-component-users-manager@2.0.6
       - @pubsweet/model-blog@0.0.5
       - @pubsweet/model-blogpost@0.0.5
       - @pubsweet/model-collection@3.0.2
       - @pubsweet/model-fragment@2.0.2
       - @pubsweet/model-team@1.0.4
       - @pubsweet/model-user@3.0.2
       - xpub-connect@2.0.7
       - pubsweet-component-xpub-dashboard@4.0.7
       - xpub-edit@2.5.10
       - pubsweet-component-xpub-find-reviewers@0.0.24
       - pubsweet-component-xpub-formbuilder@1.0.7
       - pubsweet-component-xpub-manuscript@0.6.8
       - pubsweet-component-xpub-review-backend@1.0.2
       - pubsweet-component-xpub-review@4.0.7
       - xpub-selectors@0.2.8
       - pubsweet-component-xpub-submit@5.0.7
       - pubsweet-component-xpub-teams-manager@1.0.7
       - xpub-with-context@0.1.8
      52 tags
      f99b62f4
    • Giannis Kopanas's avatar
      8aee1e57
    • Jure's avatar
      feat: add team relationship to user and test it · a10e81cf
      Jure authored
      a10e81cf
    • Jure's avatar
      feat(model-team): introduce TeamMember model · dfb2cce8
      Jure authored
      BREAKING CHANGE: Members were previously stored on the Team.members property, as a JSONB array. Now
      they're represented through the TeamMembers join table, that joins users and teams.
      dfb2cce8