Giter Site home page Giter Site logo

epicmorg / atlassian-json Goto Github PK

View Code? Open in Web Editor NEW
5.0 4.0 1.0 15.25 MB

Backup archive of Atlassian jsons.

License: MIT License

Shell 71.80% C# 28.20%
jira bamboo bitbucket crowd clover confluence crucible atlassian atlassian-stash atlassian-bamboo

atlassian-json's People

Contributors

kasthack avatar stamepicmorg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

tied

atlassian-json's Issues

invalid sourcetree jsons

original atlassian json looks like:

{
  "description": "FishEye 4.8.4 64 bit Windows Installer",
  "edition": "Standard",
  "zipUrl": "https://www.atlassian.com/software/fisheye/downloads/binary/atlassian-fisheye-4.8.4-x64.exe",
  "tarUrl": null,
  "md5": "e3d1e02c35d4f78c929c08a1a21e340d",
  "size": "225.3 MB",
  "released": "10-Sep-2020",
  "type": "Binary",
  "platform": "Windows",
  "version": "4.8.4",
  "releaseNotes": "https://confluence.atlassian.com/display/FISHEYE/Fisheye+4.8+release+notes",
  "upgradeNotes": "https://confluence.atlassian.com/display/FISHEYE/Fisheye+upgrade+guide"
}

our generated json:

<...>
  {
    "Version": "4.0.1",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_4.0.1_234.zip"
  },
  {
    "Version": "Release notes",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ReleaseNotes/Sourcetree_4.0.1.html#version-4.0.1"
  },
  {
    "Version": "ZIP",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_4.0.1_234.zip"
  },
  {
    "Version": "4.0",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_4.0_232.zip"
  },
  {
    "Version": "Release notes",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ReleaseNotes/Sourcetree_4.0.html"
  },
  {
    "Version": "ZIP",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_4.0_232.zip"
  },
  {
    "Version": "3.2.1",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_3.2.1_225.zip"
  },
  {
    "Version": "Release notes",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ReleaseNotes/Sourcetree_3.2.1.html"
  },
  {
    "Version": "ZIP",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_3.2.1_225.zip"
  },
  {
    "Version": "3.1.2",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_3.1.2_216.zip"
  },
  {
    "Version": "Release notes",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ReleaseNotes/Sourcetree_3.1.2.html"
  },
  {
    "Version": "ZIP",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_3.1.2_216.zip"
  },
  {
    "Version": "3.1.1",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_3.1.1_213.zip"
  },
  {
    "Version": "Release notes",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ReleaseNotes/Sourcetree_3.1.1.html"
  },
  {
    "Version": "ZIP",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_3.1.1_213.zip"
  },
  {
    "Version": "3.0.1",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_3.0.1_205.zip"
  },
  {
    "Version": "Release notes",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ReleaseNotes/Sourcetree_3.0.1.html"
  },
  {
    "Version": "ZIP",
    "ZipUrl": "https://product-downloads.atlassian.com/software/sourcetree/ga/Sourcetree_3.0.1_205.zip"
  },
  {
    "Version": "2.7.6",
    "ZipUrl": "https://downloads.atlassian.com/software/sourcetree/Sourcetree_2.7.6a.zip"
  },
  {
    "Version": "Release notes",
    "ZipUrl": "https://www.sourcetreeapp.com/update/releasenotes/2.7.6.html"
  },
  {
    "Version": "ZIP",
    "ZipUrl": "https://downloads.atlassian.com/software/sourcetree/Sourcetree_2.7.6a.zip"
  },
  {
    "Version": "2.7.3",
    "ZipUrl": "https://downloads.atlassian.com/software/sourcetree/Sourcetree_2.7.3a.zip"
  },
  {
    "Version": "Release notes",
    "ZipUrl": "https://www.sourcetreeapp.com/update/releasenotes/2.7.3.html"
  },
  {
    "Version": "ZIP",
    "ZipUrl": "https://downloads.atlassian.com/software/sourcetree/Sourcetree_2.7.3a.zip"
  },
  {
    "Version": "2.7.1",
    "ZipUrl": "https://downloads.atlassian.com/software/sourcetree/Sourcetree_2.7.1d.zip"
  },
  {
    "Version": "Release notes",
    "ZipUrl": "https://www.sourcetreeapp.com/update/releasenotes/2.7.1.html"
  },
  {
    "Version": "ZIP",
    "ZipUrl": "https://downloads.atlassian.com/software/sourcetree/Sourcetree_2.7.1d.zip"
  },
<...>

what the f💩ck

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.