Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bliss bliss
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 537
    • Issues 537
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 148
    • Merge requests 148
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • BlissBliss
  • blissbliss
  • Merge requests
  • !3071

Flint: Refactor custom plot

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Valentin Valls requested to merge valentin.valls/bliss:flint-custom-plot into master Nov 03, 2020
  • Overview 1
  • Commits 18
  • Pipelines 6
  • Changes 11

Closes #2289 (closed)

This MR aim to clean up custom plots in order to have an easier base code to maintain and a more consistent API between client and server.

  • Clean up the way plot are stored in Flint
  • Remove the dedicated API for custom plot (and use serialized functions)
  • Use silx name for plots
  • Clean up and enable back skipped tests

As result it is now allowed to hold in Flint any widget, while Flint can import its module. All the machinery is setup in BLISS side. This also provide move flexibility which could be used on a specific beamline to tune stuffs.

Edited Dec 09, 2020 by Valentin Valls
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: flint-custom-plot