Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • N ncbi
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ncbi
  • ncbi
  • Issues
  • #653

Closed
Open
Created Aug 23, 2021 by Dione Mentis@DioneMentisMaintainer

Change domain name creation rule

(Updated 30 Aug)

create domain rule:

  • For books: match BCMSID e.g. BCMS1234
  • For collection: match BCMSID + add suffix collect e.g. BCMS1234collect

[original issue]

@Kireev @deniskar

As raised in #616 (closed), we need to change the domain name creation rule.

The domain name limitations are:

  • Must match [a-z][a-z0-9_]+$ (start with a letter and only contains alphanumeric chars plus underscore))
  • is 20 chars or less

Currently we create a domain name with rule: the first 5 characters of the organization abbreviation and an autoincrement number ex. abbre_10. Additionally, if we are creating a collection domain we should add collect at the end (see #652 (closed))

I think the publisher abbreviation limitations are the same as the domain name -- is that correct?

Before I suggest an alternative, can you confirm if the character limit for either domain name or publisher abbreviation can be changed?

Edited Aug 30, 2021 by Dione Mentis
Assignee
Assign to
Time tracking