Skip to content

Releases: fractal6/fractal6.go

v0.8.3

19 Jun 23:21
Compare
Choose a tag to compare

⛰️ Features

  • New makeowner endpoint + notif + allow owners to leave if not alone.
  • Allow @cascade trick + dgraph query bridge refactor

🐛 Bug Fixes

  • Improve user notification for member linked or unlinked (or left)
  • Remove empty contract references when deleting a contract.
  • Fix empty string first-link in NodeFragment

🚜 Refactor

  • Simplify project Project Column update resolver.

⚙️ Miscellaneous

  • Format with gofumpt

Schema

  • Add build info in schema

v0.8.2

29 Feb 03:22
Compare
Choose a tag to compare

Fixed

  • fix/api: test that username are lowercase
  • fix/api: returns assignees with fetchTensionAll
  • fix/cli: token command should honor the username if given.
  • fix some tests

Changed

  • contrib path
  • upgrade dependencies.
  • new frontend version.

v0.8.1

06 Jul 08:58
Compare
Choose a tag to compare

v0.8

03 Jul 17:52
Compare
Choose a tag to compare

New

  • [feat][major] add new Project view feature.
  • [schema][major] add Project data structure: https://fractale.co/tension/f6/0x33ea36
  • [schema][major] merge Fractale schemas in schema/.
  • [schema][major] externalize and decompose auth rules in schema/.
  • [api] add Project, ProjectColumn, ProjectCard and ProjectDraft resolvers.
  • [api] add Gamma dql generic query function + add some generics functions.
  • [route] add the password update route.
  • [cli] add deluser command.

Changed

  • Update License year.
  • refactor: node resolver.

Fixed

  • Automatically watch organization when joining it
  • Prevent node to be moved in a role
  • Delete some reverse node when deleting users that was missing.

v0.7.10

14 Apr 21:56
Compare
Choose a tag to compare
  • Fix a test to allow unlimited organization creations for regular user.
  • Fix a regression bug introduced with the cut_history flag.
  • Fix (auth): HasUserRole should ignore 'Member' role type.

v0.7.9

10 Apr 01:37
Compare
Choose a tag to compare
  • build: make schema compatible with dgraph v22
  • buid: add options to contrib/dgraph configs file to change ports.
  • refactor: update resolvers with bridge query
  • refactor: make DgraphQueryResolverRaw obsolete with new Dgraph bridge resolver using proper inputs [WIP]
  • fix/schema:Fix duplicate issue with artefact case; make w_* effective with *Filter input in schema.
  • fix/updateAretefact: allow duplicate artefacts to be added to circles even if not at root circle.
  • fixed variable defined ut not used in dql delete tension.
  • improve topLabels query to fix label context queries
  • add quote to count2 query to allow string with sp
  • fix count2 query to handle space characters.
  • new mockup screenchots
  • Update go.mod

v0.7.5

26 Jan 17:54
Compare
Choose a tag to compare

New

  • Pin tension support (schema update + auth rules + custom dql query)

Changed

  • Update CORS to allow staging.fractale.co used for test purpose.

v0.7.4

13 Jan 16:10
Compare
Choose a tag to compare

Changed

  • Set/restrict notification policy

Fixed

  • allow multiple label and assignee events to be published at once
  • new orga watchers useless copy to children/
  • remove Alert type hint for alert notification.
  • fix deep delete mutation
  • schema: remove Node.mandate and NodeFragment.children obsolete fields.
  • propagate change in tension history when updating labels.

v0.7.3

09 Jan 11:54
Compare
Choose a tag to compare

New

  • New schema and query entries to support user reactions/emojis in comments.

Changed

  • add User name and username to tensions_all query results.

Fixed

  • notification: Fix Mentioned email notification -> user mentioned reason take precedence over other reason.

v0.7.2

01 Jan 00:41
Compare
Choose a tag to compare

New

  • Count user notifications and asssigned tension with getUserCount.
  • Remove assigned tensions of an user that leaves an organization.
  • build: add dgraph service files.

Fixed

  • mailer: footpage for Announcement tension with link to unsubscribe.
  • mailer: footpage for Alert tension with link to leave organization.
  • mailer: mail subject is now quoted to escape special character.
  • Make a user watch an organisation when they creates it.
  • add some tests/
  • fix cookie Expires date and token validity time.
  • allow Label edition for labels defined in multiple circles (only editable from the root circle).
  • fix bug that prevented user to leave an organization due a bad nameid check.
  • fix duplicate email sent for mention user and ref tension.
  • fix wrong notification message sent when comments where sent in a short timestamp.