Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Schema Schema
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MemriMemri
  • SchemaSchema
  • Merge requests
  • !34

Add username for gmail

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Koen van der Veen requested to merge username into dev 4 years ago
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 3
Compare
  • dev (base)

and
  • latest version
    41240456
    3 commits, 4 years ago

3 files
+ 13
- 1

    Preferences

    File browser
    Compare changes
EdgeAndPrope‎rtyHierarchy‎
pass‎word‎
passwo‎rd.json‎ +5 -0
user‎name‎
userna‎me.json‎ +5 -0
TypeHierarchy/I‎tem/ImporterRun‎
Importer‎Run.json‎ +3 -1
EdgeAndPropertyHierarchy/password/password.json 0 → 100644
+ 5
- 0
  • View file @ 41240456

  • Edit in single-file editor

  • Open in Web IDE

{
"description": "Password for a username.",
"type": "string"
}
\ No newline at end of file
EdgeAndPropertyHierarchy/username/username.json 0 → 100644
+ 5
- 0
  • View file @ 41240456

  • Edit in single-file editor

  • Open in Web IDE

{
"description": "Username of an importer.",
"type": "string"
}
\ No newline at end of file
TypeHierarchy/Item/ImporterRun/ImporterRun.json
+ 3
- 1
  • View file @ 41240456

  • Edit in single-file editor

  • Open in Web IDE


@@ -3,7 +3,9 @@
"properties": [
"name",
"progress",
"dataType"
"dataType",
"username",
"password"
],
"relations": {
"importer": {
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
participants
Reference: memri/schema!34
Source branch: username

Menu

Explore Projects Groups Snippets