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

chore: merge reearth/reearth-backend #318

Merged
merged 254 commits into from
Aug 16, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 26, 2021

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

Commits on May 27, 2021

  1. fix load .env.local

    rot1024 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d6c70b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    835a024 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. chore: set up workflows

    rot1024 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    8196397 View commit details
    Browse the repository at this point in the history
  2. chore: fix workflows

    rot1024 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    c022a49 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. chore: print config

    rot1024 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0125aad View commit details
    Browse the repository at this point in the history
  2. refactor: remove unused code

    rot1024 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    37b2c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f17b9d0 View commit details
    Browse the repository at this point in the history
  4. fix: deleting user

    rot1024 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    e9b8c9c View commit details
    Browse the repository at this point in the history
  5. fix: sign up and update user

    rot1024 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    e5ab87e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b1c4a3 View commit details
    Browse the repository at this point in the history
  7. fix: auth0

    rot1024 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6a27c62 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d08c50 View commit details
    Browse the repository at this point in the history
  9. fix: deleting user

    rot1024 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f531bd0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0815d37 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. fix: user deletion

    rot1024 committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    a5eeaeb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. test: pkg/shp (#5)

    * - comment out unused code
    
    * - add test data
    
    * - reader test
    
    * - sequential reader test
    
    * - shp type test
    
    * - shp test
    
    * - writer test
    
    * - zip reader test
    
    * - add test data
    
    * fix PR comments
    
    Co-authored-by: YK <ykeukarya@gmail.com>
    2 people authored and rot1024 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    72ed8e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487a737 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5db065b View commit details
    Browse the repository at this point in the history
  4. chore: add godoc workflow

    rot1024 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    9629dd5 View commit details
    Browse the repository at this point in the history
  5. chore: fix godoc workflow

    rot1024 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    cc45b53 View commit details
    Browse the repository at this point in the history
  6. chore: fix godoc workflow

    rot1024 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    0db163d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. chore: fix godoc workflow

    rot1024 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    9b78fc2 View commit details
    Browse the repository at this point in the history
  2. chore: fix godoc workflow

    rot1024 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f1e5a76 View commit details
    Browse the repository at this point in the history
  3. chore: fix godoc workflow

    rot1024 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f7866c0 View commit details
    Browse the repository at this point in the history
  4. feat: google analytics for scene (#10)

    Co-authored-by: rot1024 <aayhrot@gmail.com>
    HideBa and rot1024 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    b442490 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. fix: Invisible layer issue in published project (#7)

    Co-authored-by: Ya Ka <eng.ymk@gmail.com>
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    3 people committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    06cd446 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. test: pkg/id (#4)

    * testing pkg/id/id.go
    
    * testing pkg/id/plugin.go
    
    * testing pkg/id/plugin.go
    
    * testing pkg/id/plugin_extension.go
    
    * testing pkg/id/property_schema.go
    
    * testing pkg/id/property_schema_field.go
    
    * testing id.tmpl
    
    * reduce some duplicated logic
    
    * - update gen.go file
    - uncomment some test cases
    
    * fix PR comments
    
    * test: pkg/shp (#5)
    
    * - comment out unused code
    
    * - add test data
    
    * - reader test
    
    * - sequential reader test
    
    * - shp type test
    
    * - shp test
    
    * - writer test
    
    * - zip reader test
    
    * - add test data
    
    * fix PR comments
    
    Co-authored-by: YK <ykeukarya@gmail.com>
    
    * test: pkg/shp (#5)
    
    * - comment out unused code
    
    * - add test data
    
    * - reader test
    
    * - sequential reader test
    
    * - shp type test
    
    * - shp test
    
    * - writer test
    
    * - zip reader test
    
    * - add test data
    
    * fix PR comments
    
    Co-authored-by: YK <ykeukarya@gmail.com>
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    3 people committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c31bdb6 View commit details
    Browse the repository at this point in the history
  2. chore: fix godoc workflow

    rot1024 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5bc0894 View commit details
    Browse the repository at this point in the history
  3. chore: fix godoc workflow

    rot1024 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5f808b7 View commit details
    Browse the repository at this point in the history
  4. chore: fix godoc workflow

    rot1024 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    9f8e11d View commit details
    Browse the repository at this point in the history
  5. chore: fix godoc workflow

    rot1024 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    150550d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. fix updateme payload (#14)

    mimoham24 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ef75dd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. feat: create installable plugins (#1)

    * clone install-plugin branch to oss
    
    * test: pkg/shp (#5)
    
    * - comment out unused code
    
    * - add test data
    
    * - reader test
    
    * - sequential reader test
    
    * - shp type test
    
    * - shp test
    
    * - writer test
    
    * - zip reader test
    
    * - add test data
    
    * fix PR comments
    
    Co-authored-by: YK <ykeukarya@gmail.com>
    
    * test: pkg/shp (#5)
    
    * - comment out unused code
    
    * - add test data
    
    * - reader test
    
    * - sequential reader test
    
    * - shp type test
    
    * - shp test
    
    * - writer test
    
    * - zip reader test
    
    * - add test data
    
    * fix PR comments
    
    * resolve comments
    
    Co-authored-by: yk-eukarya <81808708+yk-eukarya@users.noreply.github.com>
    Co-authored-by: YK <ykeukarya@gmail.com>
    3 people committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    5b7a5fd View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    888fe01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f726b6e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. feat: published page api (#11)

    * feat: published page api
    
    * fix
    
    * fix basic auth
    
    * add test
    rot1024 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    aebac3f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. fix: dataset link merge bug #378 (#18)

    * - return the overridden value
    
    * - add test case
    
    * - fix bug
    yk-eukarya committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    25da0d1 View commit details
    Browse the repository at this point in the history
  2. fix: ogp image for published page (#17)

    * - use project image as fallback image if the public image does not exists
    
    * - use project data as fallback if the public data does not exists
    
    * - fix routing
    yk-eukarya committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    dcb4b08 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. feat: import dataset from google sheets (#16)

    * - prepare graphql mutation and types
    - prepare the controller
    
    * implement load google sheet method
    
    * regenerate graphql
    
    * restructure the feature in layers
    
    * - fix some names
    - set imported dataset name as sheet name
    
    * - add test case
    
    * - Use readCloser instead of using files
    
    * - fix method name
    
    * - remove use cases dependency
    
    * - remove token
    yk-eukarya committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2ef7efd View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

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

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    c599559 View commit details
    Browse the repository at this point in the history
  2. raise graphql complexity limit 4000->6000 (#22)

    Co-authored-by: KaWaite <flippindaisy@gmail.com>
    KaWaite and KaWaite committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    cd07c0d View commit details
    Browse the repository at this point in the history
  3. feat: marker label position

    rot1024 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    bb9e4c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2059e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. fix: import dataset from google sheet bug (#23)

    Co-authored-by: Ya Ka <eng.ymk@gmail.com>
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    3 people committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    077558c View commit details
    Browse the repository at this point in the history
  2. fix: public api param

    rot1024 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8469574 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

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

Commits on Jul 26, 2021

  1. docs: refine readme (#28)

    * refine readme
    
    * fix typo
    HideBa committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    a9d2091 View commit details
    Browse the repository at this point in the history
  2. fix: published API (#27)

    rot1024 committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    8ad1f80 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. feat: Refine dataset import (#26)

    * - Declare DatasetSchemaFieldID scalar
    - Extend AddLayerGroupInput to accept optional markerTitleFieldId
    - Use selected Field value as layer name
    
    * - fix mutation variable name
    - use representativeFieldID to set layer title
    yk-eukarya committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    5dd3dba View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. chore: use go:embed (#24)

    rot1024 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f7866e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ac136 View commit details
    Browse the repository at this point in the history
  3. refactor: pkg/error (#31)

    rot1024 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    a3f8b6d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Fix issue where assets not seen (#34)

    Co-authored-by: KaWaite <flippindaisy@gmail.com>
    KaWaite and KaWaite committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    da7506e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

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

Commits on Aug 6, 2021

  1. fix: dataset layers are not exported correctly (#36)

    * fix: layer encoding
    
    * refactor: enhance code
    mimoham24 committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    0b8c007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c8cda View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    be00da9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4770ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a64591 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41c3771 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c3cf15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    108711a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

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

Commits on Aug 24, 2021

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

Commits on Aug 25, 2021

  1. feat: set scene theme (#35)

    * add theme schema to the system extension
    
    * add Japanese translation section
    
    * fix keys naming
    
    * set colors default values
    
    * re order theme widget
    
    * simplify the ids
    
    * add Jp translations
    
    * restructure the menu items
    yk-eukarya committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    2e4f52a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

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

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    2a1d4fd View commit details
    Browse the repository at this point in the history
  2. fix: layer importing bug (#41)

    * fix property parsing when styleitem is nil
    
    * return "unsupported type for unsupported geojson types"
    
    * feat: support multipolygon
    
    * refactor: enhance multipolygon decoding
    
    * test: test code for multipolygon
    mimoham24 committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    02b17f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. fix: skip nil geometries (#42)

    * fix: skip nil geomatries
    
    * test: add test case for nil geometry
    mimoham24 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    90c3279 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    3651e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5f93d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

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

Commits on Sep 16, 2021

  1. chore: update golang version and modules (#51)

    * sys: update golang version and modules
    
    * sys: update golang version for docker and git workflow
    
    * sys: go mod tidy
    mimoham24 committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    33f4c7c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. feat: widget align system (#19)

    * wip: align system domain models; structs, getters for each level, add function and remove function + testing for all so far
    
    * wip: add WidgetLayout field to plugins; update plugin_manifest, generate types, update convert.go, update extension.go as well as its builder and tests
    
    * Add graphql types for widgetlayout, update graphql plugin conversion
    
    * Add floating parameter to WidgetLayout to be able to filter widgets that aren't related to the align system.
    fixed conversion logic for empty WidgetLayout
    fixed conversion logic for empty DefaultLocation
    
    * Change align_system name to widget_align_system
    
    * Move WidgetLayout to scene package
    Update plugin.WidgetLayout use and add WidgetLayout where necessary
    
    * convert if/else chains to switches
    add Move method
    
    * Make widgetLayout a pointer
    
    * Fix Remove method, add Reorder method, tests for both move and reorder, fix up tests
    
    * wip: add widget align system to usecases/graphql
    
    * Remove unneeded widgetlayout in AddWidgetInput
    Pull out widgetlayout and
    conditionally add widget to widgetalignsystem in AddWidget
    Add SetExtended method to Widget
    Add extended to UpdateWidgetParam
    Combine Move and Reorder methods + tests
    
    * Change defaultLocation to currentLocation
    Add WidgetIds and Alignment methods to alignSystem
    Update graphql
    Etc
    
    * Add SetCurrentLocation method
    Make widgetIds a slice of pointers to the ids
    Update add test to include two additions
    Update logic in scene interactor to be more deliberate
    Update scene controller to avoid assignment if nil
    
    * Conversions for mongo and structs
    Conversions for graphql and structs
    Updated graphql schemas + gens
    
    * Add comments to functions that didn't have them for what they do
    
    * Add alignment to graphql and mongodoc
    simplify conditionals/avoid lint warning
    
    * Re-rename currentLocation to defaultLocation
    Add align to widget update
    Add widgetLayout to reearth widgets
    Fix/improve conditionals
    
    * Remove unneeded conditional check
    
    * Add align sys and widgetlayout to published JSON
    Add extended bool to sceneWidget (graphql)
    Move up updating align to top of if statements
    Add Equal method to widgetId
    
    * Migration for adding widgetLayout to scene
    Migration for adding alignSystem to scene
    
    * Fix migration to get correct widgetlayout from manifest
    
    * Remove unused type in scene encoder
    Remove commented out code in scene builder
    
    * Add conditional in case widgetlayout is nil
    
    * Fix tests
    
    * Rename scene Location to WidgetLocation
    Rename graphql Location to WidgetLocation
    Rename mongodoc Location to WidgetLocation
    Fix where mongodoc PluginExtensionDoc type used a type from pkg
    Create a function to handle recreating widget align system in mongodoc and scene builder
    Update tests to include widget layout
    
    * Fix mongodoc plugin indentation
    Rename toStruct to stringsToWidgetIDs for clarity
    Remove error from ToModelAlignSystem since errors will never be created
    Remove comments in pkg/scene/builder.go
    
    * Remove location from RemoveWidgetInput and related
    Add find function to find location of a widget
    
    * Simplify WidgetLayoutInput only has location and index
    Make mandatory id params not pointers
    Fix bug with converting to mongo document where all sections were saving as the same
    Simplify method names in widget align system
    Update methods to work without needing a location
    
    * Update naming for clarity
    Cleanup code style for clarity
    Add WidgetLayout values to better test code
    
    * Replace plugId and extensionId with widgetId
    WidgetIds -> WidgetIDs
    
    * Add consts for align values
    Include switch case for assign align value
    
    * Update WZone, etc to WidgetZoneType style
    Regenerate graphql
    
    * Fix align value in a test (should only be start, center or end now)
    
    * Cleanup UpdateWidget controller
    Fix code readability
    Rename to WidgetLocationDocument
    Add new methods to WidgetArea
    Reorganize align sys domain code
    
    * Cleanup schema.graphql
    Make widgetIDs not pointers
    
    * Update align sys consts to WidgetXX
    Rename types in mongodc to XXDocument
    Remove old comments
    Cleanup code
    Use consts instead of strings
    
    * widgetlayouts floating field is necessary
    widgetLayouts extended extendable are not
    use consts instead of hardcoded values
    Location is necessary for adding widgets
    
    * test for manifest pkgs layout method
    
    * add tests in plugin/manifest and scene
    
    * refactor
    
    * Separate Widget zone, section and area logic.
    Fix Find method to be up to standards.
    Add Id and floating to widgetJSON.
    Fix issue with conversion funcs where they were converting to all the same Section.
    
    * Fix migrations for pointer values
    
    * Fix widget align sys remove test
    Add tests for WidgetArea, Section and Zone
    
    * Add tests to scene builder, align system and widget zone
    
    * Remove unwanted assignment to align on update
    
    * Add return if findwidgetlocation is returns nil.
    Fix test with race condition error.
    
    * Fix where updating extended would also add widget again.
    
    * Fix extending conditional
    
    * Change extendable from bool to object with vert and hor
    
    * Fixes from PR review
    
    * FindWidgetLocation method now returns int, -1 instead of nil.
    Add New___ methods for Zone, Section and Area.
    Update tests.
    
    * Fix SetExtended method
    
    * Add tests for align system and widget area.
    
    * Avoid race condition in test
    
    * Add tests to widget section
    
    * Add test to widget section
    
    * Add Extendable to published scene
    
    * Update schema.graphql
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    
    * Clean up tests.
    Fix Add and AddAll methods so they don't directly manipulate from WidgetAlignSystem.
    
    * Make convert functions public
    
    * Merge with main
    
    * Type widget area vars with named types
    
    * Type widget section vars
    
    * Type widget zone constants
    
    * type WidgetLocation with WidgetZoneType
    
    * Replace zone being typed as string with WidgetZoneType
    
    * Type WidgetLocations section and area,
    Fix nil pointer errors.
    
    * type alignments with WidgetAlignType
    
    * Clean up widget area and zone tests
    
    * refactor
    
    * pair programming
    
    * pair pro
    
    * pair pro
    
    * pair pro
    
    * pair pro
    
    Co-authored-by: KaWaite <KaWaite@users.noreply.github.com>
    
    * pair pro
    
    Co-authored-by: KaWaite <KaWaite@users.noreply.github.com>
    Co-authored-by: HideBa <HideBa@users.noreply.github.com>
    
    * pair pro (usecase)
    
    * add setters
    
    Co-authored-by: KaWaite <KaWaite@users.noreply.github.com>
    Co-authored-by: HideBa <HideBa@users.noreply.github.com>
    
    * typo
    
    * rename and add nil check
    
    * reimpl mongo
    
    * rename file
    
    * update gql
    
    * fix
    
    * align CENTER -> CENTERED
    
    * Revert Widget zone, section, area to optional in graphql
    
    * Make Menu widget legacy, add Button widget to manifest
    
    * Update manifest.yml
    
    Co-authored-by: KaWaite <flippindaisy@gmail.com>
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    Co-authored-by: KaWaite <KaWaite@users.noreply.github.com>
    Co-authored-by: HideBa <HideBa@users.noreply.github.com>
    5 people committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    94611f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    a7daf79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98db7e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d236bed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb1db48 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. fix: invalid extension data from GraphQL, plugin manifest schema impr…

    …ovement, more friendly error from manifest parser (#56)
    rot1024 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    92d1373 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

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

Commits on Oct 1, 2021

  1. fix: fallback widgetLocation

    KaWaite committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    579b7a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Add singleOnly to extension (#60)

    Co-authored-by: KaWaite <flippindaisy@gmail.com>
    KaWaite and KaWaite committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    f04710a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 25, 2021

  1. feat: tag system (#67)

    * feat: tag system domain models (#39)
    
    * feat: tag system domain models
    
    * refactor: * add tag interface * tag -> group and tag->item conversation
    
    * testing: generate test cases for the tagID
    
    * resolve notes
    
    * fix unit tests errors
    
    * add NewId test code
    fix NewId func
    
    * add more test cases
    refactor some parts
    
    * feat: tag system data-layer (mongo) (#44)
    
    * feat: tag system data-layer (mongo)
    
    * remove len > 0 check
    
    * goimport
    
    * Update pkg/tag/group_builder.go
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    
    * Update pkg/tag/item_builder.go
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    
    * rename itemFrom and groupFrom funcs
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    
    * feat: create tag group and tag item (#45)
    
    * tag item and group schema
    
    * feat: creat tags (GQL schema)
    
    * tag items and tag groups resolvers
    
    * datalayer (dummy memory) and usecases
    
    * receive list by reference
    
    * check if nil for list
    
    * resolve notes
    
    * generate new models
    
    * feat: memory infrastructure (#46)
    
    * refactor: implement memory infrastructure
    
    * test: implement memory infrastructure test cases
    
    * test: fix FindByScene test case
    
    * feat: attach/detach tag from layer (#50)
    
    * tag item and group schema
    
    * feat: creat tags (GQL schema)
    
    * tag items and tag groups resolvers
    
    * datalayer (dummy memory) and usecases
    
    * receive list by reference
    
    * check if nil for list
    
    * feat: introduce tags to layers
    
    * feat: attach/detach tags from layers
    
    * fix imports
    
    * refactor: resolve notes
    
    * test: test units for tags
    
    * refactor: resolve notes
    
    * feat: attach/detach tag item from group (#52)
    
    * refactor: transform group tags list to reference
    
    * feat: attach/detach tags
    
    * refactor: use params as use-case input
    
    * test: mongodoc testing (#61)
    
    * test: mongodoc testing
    
    * resolve notes
    
    * feat: remove tag (#58)
    
    * feat: remove a tag (init)
    
    * feat: remove tag
    
    * feat: remove tag usecase and infra
    
    * resolve notes
    
    * feat: tag system queries (#54)
    
    * feat: tag system queries
    
    * resolve notes
    
    * feat: update tag (#49)
    
    * tag item and group schema
    
    * feat: creat tags (GQL schema)
    
    * tag items and tag groups resolvers
    
    * datalayer (dummy memory) and usecases
    
    * receive list by reference
    
    * check if nil for list
    
    * feat: rename tag group
    
    * refactor: rename -> update
    
    * resolve notes
    
    * resolve notes
    
    * change find by id func return type
    
    * Merge branch 'tag-system' of https://github.com/reearth/reearth-backend into tag/update-group-label
    
    # Conflicts:
    #	internal/adapter/gql/generated.go
    #	internal/adapter/gql/gqlmodel/convert_tag.go
    
    * fix testing
    
    * resolve notes
    
    * resolve notes
    
    * resolve notes
    
    Co-authored-by: HideBa <baba.papa1120.ba@gmail.com>
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    3 people committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    163fcf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    fbcdef3 View commit details
    Browse the repository at this point in the history
  2. v0.1.0

    rot1024 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    fc93f2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfc79a0 View commit details
    Browse the repository at this point in the history
  4. v0.1.0

    rot1024 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    1d29f5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96f0b36 View commit details
    Browse the repository at this point in the history
  6. v0.1.0

    rot1024 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    3308525 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5466be View commit details
    Browse the repository at this point in the history
  8. v0.1.0

    rot1024 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    632116f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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

Commits on Nov 5, 2021

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

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    4a9dc5d View commit details
    Browse the repository at this point in the history
  2. chore: clean up unused code

    rot1024 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b5b01bb View commit details
    Browse the repository at this point in the history
  3. fix: add an index to mongo project collection to prevent creating pro…

    …jects whose alias is duplicated
    rot1024 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    10f7453 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    443f2c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    d54309f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d3822d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. chore: upgrade dependencies

    rot1024 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    2159474 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. v0.2.0

    rot1024 committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    afe6c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26ff03 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

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

Commits on Nov 22, 2021

  1. feat: clusters for scenes (#75)

    * feat: cluster domain models (#69)
    
    * Co-authored-by: mimoham24 <mimoham24@users.noreply.github.com>
    
    * feat: domain models
    
    * add cluster extenstion type
    
    * add cluster extension type test case
    
    * fix cluster layers
    
    * resolve notes
    
    * update manifest
    
    * fix manifest.yml margin
    
    * refactor models
    
    * resolve notes
    
    * fix manifest file
    
    * resolve notes
    
    * resolve notes
    
    Co-authored-by: HideBa <baba.papa1120.ba@gmail.com>
    
    * feat: cluster datalayer (#73)
    
    * feat: cluster graphql/mongo (#74)
    
    * feat: cluster datalayer
    
    * feat: cluster CRUD
    
    * resolve notes
    
    * resolve notes
    
    * add test cases
    
    Co-authored-by: HideBa <baba.papa1120.ba@gmail.com>
    mimoham24 and HideBa committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    3512c0d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    2b57b1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8693b48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e3d253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73143b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

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

Commits on Dec 13, 2021

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

Commits on Dec 15, 2021

  1. feat: camera limiter (#87)

    * Edit manifest file
    
    * Change default values
    
    * Change label names
    
    * Fix manifest bug
    
    * Edit description
    
    * Make ids unique
    
    * Make ids unique
    
    * Change descriptions
    
    * Add modifications
    
    Co-authored-by: basel.issmail <basel.issmail@gmail.com>
    issmail-basel and Basel-Issmail committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    63c5823 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. fix: layers have their own tags separate from the scene (#90)

    Co-authored-by: HideBa <HideBa@users.noreply.github.com>
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    3 people committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c4fb9a5 View commit details
    Browse the repository at this point in the history
  2. fix: return property with clusters data (#89)

    Co-authored-by: maherhamoui6 <hammimo022@gmail.com>
    Co-authored-by: yk <yk.eukarya@gmail.com>
    Co-authored-by: basel.issmail <basel.issmail@gmail.com>
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    5 people committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    1b99c6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    755ef78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b20082e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16f20d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

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

Commits on Dec 23, 2021

  1. fix: synchronize mongo migration (#94)

    * add lock
    
    * remove test
    
    * fix log
    
    * fix mod
    
    * fix
    
    * remove IsLocked
    
    * refactor rerror
    
    * refactor transaction
    
    * update repo.Config to use lock
    rot1024 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    db4ceaf View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. v0.3.0

    rot1024 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    8b0c250 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. ci: use golangci-lint-action

    rot1024 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    5cdb5d5 View commit details
    Browse the repository at this point in the history
  2. refactor: pkg/id, use ID aliases, move JSON schemas (#97)

    * rename IDToKeys, some methods support nil ids, refactor ids
    
    * remove unnecessary comments, refactor NewID and MustID
    
    * use id aliases
    
    * move schemas
    
    * remove unused file
    rot1024 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1265ac9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee144e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. perf: add indexes of mongo collections (#98)

    * add indexes of mongo collections
    
    * refactor
    rot1024 committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    691cb78 View commit details
    Browse the repository at this point in the history
  2. ci: update github action dependencies (#92)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    bbe13d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. refactor: unit tests (#99)

    * rename widget system and plugin system
    
    * refactor tests
    rot1024 committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    0d112c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. feat: add "clamp to ground" option to file primitive (#95)

    * feat: update manifest file(file's clamp field)
    
    * Update pkg/builtin/manifest.yml
    
    Co-authored-by: KaWaite <34051327+KaWaite@users.noreply.github.com>
    
    * Update pkg/builtin/manifest_ja.yml
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    
    Co-authored-by: KaWaite <34051327+KaWaite@users.noreply.github.com>
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    3 people committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5591948 View commit details
    Browse the repository at this point in the history
  2. feat: Infobox and text block padding (#100)

    * Add infobox padding
    
    * infobox and text block padding
    
    * fix titles and descriptions
    
    * update textBlock padding IDs
    
    * add Japanese translation
    
    Co-authored-by: basel.issmail <basel.issmail@gmail.com>
    mimoham24 and Basel-Issmail committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    ddd0dbf View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. refactor: pkg/property, pkg/layer, pkg/plugin (#101)

    * remove schema field from property.SchemaGroup and Item
    
    * rename methods
    
    * delete property.FieldUnsafeBuilder
    
    * add methods to value
    
    * refactor test
    
    * refactor usage of references and Clone methods
    
    * add cast method to property.Field
    
    * add RemoveLayer method to layer/IDList
    
    * add IDs and Properties methods to layer/List
    
    * rename property/GroupList.GetGroup
    
    * fix test
    
    * add IDs method to property/List
    
    * add nil check to property/SchemaField and plugin/Plugin
    
    * add SchemaLoaderFromMap to property
    
    * add PropertySchema method to manifest/Manifest
    rot1024 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    17a463d View commit details
    Browse the repository at this point in the history
  2. ci: update github workflows

    rot1024 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    9a8b025 View commit details
    Browse the repository at this point in the history
  3. ci: fix github workflows

    rot1024 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    b158e13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98ac44b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0166255 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    3a34d02 View commit details
    Browse the repository at this point in the history
  2. v0.4.0

    rot1024 committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b398db3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. fix: scene exporter should export layers and tags while maintaining t…

    …he tree structure (#104)
    
    * export layers and tags while maintaining the tree structure
    
    * fix
    
    * export invislbe layers
    rot1024 committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    805d788 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. refactor: graphql resolvers (#105)

    * refactor gql
    
    * refactor context
    
    * rename
    rot1024 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    01a4e67 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. update go modules (#103)

    yk-eukarya committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    d0c1bfd View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. feat: implement property.Diff and plugin/manifest.Diff (#107)

    * impl property.Diff
    
    * impl manifest.Diff
    
    * fix error
    rot1024 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    7002696 View commit details
    Browse the repository at this point in the history
  2. feat: support 3rd party plugin translation (#109)

    * add i18n.String.WithDefault, rename i18n.String.Copy
    
    * add id constructors to property
    
    * make schema group fields nil
    
    * change schema id pattern
    
    * fix test
    
    * refactor manifest translation
    
    * support 3rd party plugin translation
    rot1024 committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    67a618e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. feat: improve the Infobox style (manifest) (#110)

    * improved infobox style
    
    * fix mask id
    
    * fix order
    
    * update ja title
    
    * set min/max for height and outlineWidth
    
    * Update pkg/builtin/manifest_ja.yml
    
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    
    * Update pkg/builtin/manifest_ja.yml
    
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    
    * Update pkg/builtin/manifest_ja.yml
    
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    
    * Update pkg/builtin/manifest_ja.yml
    
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    
    * Update pkg/builtin/manifest_ja.yml
    
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    
    Co-authored-by: HideBa <baba.papa1120.ba@gmail.com>
    Co-authored-by: lavalse <lavalselike@gmail.com>
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    4 people committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7aebcd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. chore: update all dependencies (#111)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1738812 View commit details
    Browse the repository at this point in the history
  2. ci: update renovate config

    rot1024 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1ad0cec View commit details
    Browse the repository at this point in the history
  3. feat: overwrite installation of new plug-ins without removing (automa…

    …tic property migration) (#113)
    rot1024 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2dc1927 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. feat: update infobox style fields (#115)

    * fix show title
    
    * add description for the height
    
    * add japanese translation
    
    Co-authored-by: HideBa <baba.papa1120.ba@gmail.com>
    mimoham24 and HideBa committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6084365 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

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

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    861c4bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f66f9a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    fbbca4d View commit details
    Browse the repository at this point in the history
  2. ci: add CODEOWNERS [ci skip]

    rot1024 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7501062 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. v0.5.0

    issmail-basel committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6979a8d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. ci: update renovate schedule (#121)

    Co-authored-by: rot1024 <aayhrot@gmail.com>
    KaWaite and rot1024 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    496099c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. chore: update dependencies (#117)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: yk <yk.eukarya@gmail.com>
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    4 people committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    d1a38e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7843321 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. ci: update github actions dependencies (major) (#118)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    db72827 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. feat: authentication system (#108)

    Co-authored-by: rot1024 <aayhrot@gmail.com>
    Co-authored-by: yk-eukarya <81808708+yk-eukarya@users.noreply.github.com>
    Co-authored-by: yk <yk.eukarya@gmail.com>
    Co-authored-by: maherhamoui6 <hammimo022@gmail.com>
    Co-authored-by: mimoham24 <69579255+mimoham24@users.noreply.github.com>
    5 people committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    b89c323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bde8a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    27c2f0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aab26c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. fix: logger panics

    rot1024 committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    d1e3a8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83a66a4 View commit details
    Browse the repository at this point in the history
  3. refactor: remove filter args from repos to prevent implementation err…

    …ors in the use case layer (#122)
    rot1024 committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    82cf28c View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. fix: auth server bugs and auth client bugs (#125)

    Co-authored-by: maherhamoui6 <hammimo022@gmail.com>
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    3 people committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    ce23099 View commit details
    Browse the repository at this point in the history
  2. feat: assets filtering & pagination (#81)

    * wip: asset filtering
    
    * asset filtering
    
    * refactoring
    
    * fix naming
    
    * add ability to search by key word
    code refactoring
    
    * make the pagination cursor optional
    
    * code restructuring
    
    * fix sort default value
    
    * fix sort default value
    
    * fix sort
    
    * pagination refactoring
    
    * support sort with pagination
    
    * - remove unused code
    
    * - refactor pagination code
    
    * - fix paginationFilter return type
    
    * - code refactoring
    
    * - fix pagination when it contains reverse order
    
    * fix memory
    
    Co-authored-by: yk <yk.eukarya@gmail.com>
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    3 people committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    7399434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    232e75e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7caf68f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    570fe7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df25f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    982a71a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4cc3f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

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

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    3f2582c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58a6d13 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. fix: rename auth srv default client ID (#128)

    * fix: rename auth srv default client ID
    
    * fix test error
    rot1024 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    89adc36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dccd9c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fix: signup API is disabled when auth server is disabled, users and a…

    …uth requests in mongo cannot be deleted (#132)
    rot1024 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    47be6ab View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. fix: auth to work with zero config (#131)

    Co-authored-by: rot1024 <aayhrot@gmail.com>
    yk-eukarya and rot1024 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3cbb456 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    fef60e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e6dff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10691ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6480734 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83f9b13 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    cb6ca40 View commit details
    Browse the repository at this point in the history
  2. chore: add log for GraphQL Playground endpoint (#133)

    * add log
    
    * change log message
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    yk-eukarya and rot1024 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    adeda41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c0e28c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e96f78a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    0ce79ff View commit details
    Browse the repository at this point in the history
  2. v0.6.0

    rot1024 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    db6ff77 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. chore: update dependencies (#134)

    Co-authored-by: rot1024 <aayhrot@gmail.com>
    yk-eukarya and rot1024 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1b9b6be View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    82843fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e272172 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

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

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    7ec76aa View commit details
    Browse the repository at this point in the history
  2. refactor: introduce generics, reorganize GraphQL schema (#135)

    * add util pkg
    
    * impl
    
    * add tests for util
    
    * rename
    
    * remove ids from gqlgen models
    
    * add list to util
    
    * add tests for idx.List
    
    * add tests for set
    
    * fix test
    
    * fix lint error
    
    * use lang scalar
    
    * add me type to gql schema
    rot1024 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    04a098d View commit details
    Browse the repository at this point in the history
  3. v0.6.1

    issmail-basel committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    742be87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a793761 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

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

Commits on May 10, 2022

  1. feat: add an opacity slider to map tiles (#138)

    * add slider ui type, add opacity to tile
    
    * Add description
    
    * update manifest "title"'s to keep consistent
    KaWaite committed May 10, 2022
    Configuration menu
    Copy the full SHA
    4f72b87 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    35f9db5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e1b02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb82d05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    751e666 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2b969f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    651852d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddaeaae View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    89009ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b98406c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. v0.7.0

    lavalse committed May 17, 2022
    Configuration menu
    Copy the full SHA
    84fe132 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Feat: add the property of scene mode (#148)

    * feat: add sceneMode
    
    * Update pkg/builtin/manifest_ja.yml
    
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    airslice and HideBa committed May 20, 2022
    Configuration menu
    Copy the full SHA
    a21ace6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

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

Commits on May 27, 2022

  1. Refactor: Update scene mode key (#152)

    * update scene mode keys
    
    * update scene mode default value
    airslice committed May 27, 2022
    Configuration menu
    Copy the full SHA
    696f35b View commit details
    Browse the repository at this point in the history
  2. refactor: declarative description of use case structure (asset only) (#…

    …151)
    
    Co-authored-by: yk-eukarya <81808708+yk-eukarya@users.noreply.github.com>
    rot1024 and yk-eukarya committed May 27, 2022
    Configuration menu
    Copy the full SHA
    c6e98c0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. feat: add timeline settings to scene property (#153)

    * update manifest
    
    * update
    
    * add tests
    
    * fix property desc
    
    * add test
    rot1024 committed May 31, 2022
    Configuration menu
    Copy the full SHA
    602ec07 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    e444e4e View commit details
    Browse the repository at this point in the history
  2. feat: add totalCount field to DatasetSchema type of GraphQL schema (#154

    )
    
    * feat: impl totalCount resolver to count dataset
    
    * chore: run `go generate`
    
    * Update internal/infrastructure/memory/dataset.go
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    
    * Update internal/infrastructure/mongo/dataset.go
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    keiya01 and rot1024 committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ab6334a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

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

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    1707830 View commit details
    Browse the repository at this point in the history
  2. ci: fix build workflow

    rot1024 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    dea1b0b View commit details
    Browse the repository at this point in the history
  3. ci: fix build workflow

    rot1024 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5b0c43f View commit details
    Browse the repository at this point in the history
  4. ci: fix stage workflow

    rot1024 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    be3fc2a View commit details
    Browse the repository at this point in the history
  5. ci: fix stage workflow

    rot1024 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    00b5c0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84dc506 View commit details
    Browse the repository at this point in the history
  7. ci: fix build workflow

    rot1024 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5cf0f9b View commit details
    Browse the repository at this point in the history
  8. ci: fix deploy_test workflow

    rot1024 committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    e9ed0f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. ci: fix workflows

    rot1024 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    647eb4f View commit details
    Browse the repository at this point in the history
  2. ci: fix build workflow

    rot1024 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5181985 View commit details
    Browse the repository at this point in the history
  3. ci: fix ci and build workflow

    rot1024 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    6d0872a View commit details
    Browse the repository at this point in the history
  4. ci: fix build workflow

    rot1024 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    362d418 View commit details
    Browse the repository at this point in the history
  5. ci: fix build workflow

    rot1024 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    413ba3f View commit details
    Browse the repository at this point in the history
  6. ci: fix build workflow

    rot1024 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a6553e2 View commit details
    Browse the repository at this point in the history
  7. v0.8.0

    rot1024 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    64d6464 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    164eba4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. test: unit test for mongo auth request repo (#159)

    * add mongo auth request test
    
    * add process of checking error
    
    * modify fnc name
    yuuri111 committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    5afc81b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. feat: change layer indicators from preset list from backend side (#158)

    * change indicator
    
    * change scale name
    
    * change-feild- name
    
    * change the description
    
    * add-japanese-translation
    
    * Update pkg/builtin/manifest_ja.yml
    
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    
    Co-authored-by: nina992 <nouralali992@gmail.com>
    Co-authored-by: HideBa <49897538+HideBa@users.noreply.github.com>
    3 people committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    0267f1d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

Commits on Jul 19, 2022

  1. ci: update changelog config

    rot1024 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    62dede2 View commit details
    Browse the repository at this point in the history
  2. fix: property fields in a property list cannot be removed (#160)

    * fix
    
    * fix pr comments
    yk-eukarya committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    358237b View commit details
    Browse the repository at this point in the history
  3. ci: fix release workflow

    rot1024 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0e2daac View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. v0.9.0

    reearth-bot committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    db6d132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    895a648 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    70fed0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61b03ab View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. feat: setup timeline buitlin widget (#161)

    * feat: setup timeline buitlin widget
    
    * fix: enable singleOnly flag
    
    * fix: improve description
    
    * Update pkg/builtin/manifest_ja.yml
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    
    Co-authored-by: rot1024 <aayhrot@gmail.com>
    keiya01 and rot1024 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    897976c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. v0.10.0

    reearth-bot committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    12c6dfb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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

Commits on Aug 13, 2022

  1. Merge branch 'main' of github.com:reearth/reearth-backend into Keisuk…

    …eYamashita/port-reearth-backend
    
    Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
    KeisukeYamashita committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    47c3e7f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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