Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
backbone-message-format backbone-message-format
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Communications Backbone System
  • backbone-message-formatbackbone-message-format
  • Merge requests
  • !16

Merged
Created 2 years ago by Dan Jones@danjonOwner

Resolve "Release v0.1"

  • Overview 0
  • Commits 78
  • Pipelines 12
  • Changes 71

Closes #20 (closed), #13 (closed)

Edited 2 years ago by Dan Jones
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • version 11
    1cda6ff3
    2 years ago

  • version 10
    55721505
    2 years ago

  • version 9
    9b584e3b
    2 years ago

  • version 8
    45508725
    2 years ago

  • version 7
    f5adf42d
    2 years ago

  • version 6
    27e127fd
    2 years ago

  • version 5
    f5e2d429
    2 years ago

  • version 4
    eaca495c
    2 years ago

  • version 3
    f6cfaf1d
    2 years ago

  • version 2
    1b082632
    2 years ago

  • version 1
    b34399af
    2 years ago

  • master (base)

and
  • latest version
    d76003c3
    78 commits, 2 years ago

  • version 11
    1cda6ff3
    64 commits, 2 years ago

  • version 10
    55721505
    63 commits, 2 years ago

  • version 9
    9b584e3b
    62 commits, 2 years ago

  • version 8
    45508725
    61 commits, 2 years ago

  • version 7
    f5adf42d
    60 commits, 2 years ago

  • version 6
    27e127fd
    59 commits, 2 years ago

  • version 5
    f5e2d429
    58 commits, 2 years ago

  • version 4
    eaca495c
    57 commits, 2 years ago

  • version 3
    f6cfaf1d
    56 commits, 2 years ago

  • version 2
    1b082632
    55 commits, 2 years ago

  • version 1
    b34399af
    54 commits, 2 years ago

3 files
+ 41
- 1
Show latest version
    File browser
    Compare changes
CHANGE‎LOG.md‎ +27 -0
LIC‎ENSE‎ +1 -1
setu‎p.py‎ +13 -0
CHANGELOG.md
+ 27
- 0
  • View file @ 1b082632

  • Edit in single-file editor

  • Edit in Web IDE

Files with large changes are collapsed by default.

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v0.1.0] - 2023-03-24
### Added
JSON schema definitions for the SoAR project
- outer wrapper MESSAGE definition
- header object
- payload object
- acknowledgement
- mission_plan (raw and encoded)
- observation (raw and encoded)
- platform_status (raw and encoded)
- planning_configuration
Example messages matching the schema for each partner
[v0.1.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/9e6ce245...v0.1.0
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.1.0...dev
LICENSE
+ 1
- 1
  • View file @ 1b082632

  • Edit in single-file editor

  • Edit in Web IDE


Files with large changes are collapsed by default.

MIT License
Copyright (c) 2022 National Oceanography Centre CLG
Copyright (c) 2022 National Oceanography Centre
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Show 20 lines Show all unchanged lines
setup.py
+ 13
- 0
  • View file @ 1b082632

  • Edit in single-file editor

  • Edit in Web IDE

Files with large changes are collapsed by default.

from setuptools import setup
setup(
version="0.1.0",
name="backbone_message_format",
python_requires=">=3.8",
packages=["backbone_message_format"],
package_dir={
"backbone_message_formats": ".",
},
include_package_data=True,
)
Assignee
Dan Jones's avatar
Dan Jones
@danjon
Assign to
0 Reviewers
None
Request review from
SoAR-2023W09
Milestone
SoAR-2023W09 (Past due)
Assign milestone
None
Time tracking
No estimate or time spent
4
Labels
Partner::NOC Project::SoAR Status::In Progress Weight::1
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
2
2 participants
user avatar
user avatar
Reference:
Source branch: 20-release-v0-1

    0 pending comments