mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-25 06:05:52 +03:00
init
This commit is contained in:
parent
9a57b1df70
commit
9620afeb96
76
.github/CODE_OF_CONDUCT.md
vendored
Normal file
76
.github/CODE_OF_CONDUCT.md
vendored
Normal file
@ -0,0 +1,76 @@
|
||||
# Contributor Covenant Code of Conduct
|
||||
|
||||
## Our Pledge
|
||||
|
||||
In the interest of fostering an open and welcoming environment, we as
|
||||
contributors and maintainers pledge to making participation in our project and
|
||||
our community a harassment-free experience for everyone, regardless of age, body
|
||||
size, disability, ethnicity, sex characteristics, gender identity and expression,
|
||||
level of experience, education, socio-economic status, nationality, personal
|
||||
appearance, race, religion, or sexual identity and orientation.
|
||||
|
||||
## Our Standards
|
||||
|
||||
Examples of behavior that contributes to creating a positive environment
|
||||
include:
|
||||
|
||||
* Using welcoming and inclusive language
|
||||
* Being respectful of differing viewpoints and experiences
|
||||
* Gracefully accepting constructive criticism
|
||||
* Focusing on what is best for the community
|
||||
* Showing empathy towards other community members
|
||||
|
||||
Examples of unacceptable behavior by participants include:
|
||||
|
||||
* The use of sexualized language or imagery and unwelcome sexual attention or
|
||||
advances
|
||||
* Trolling, insulting/derogatory comments, and personal or political attacks
|
||||
* Public or private harassment
|
||||
* Publishing others' private information, such as a physical or electronic
|
||||
address, without explicit permission
|
||||
* Other conduct which could reasonably be considered inappropriate in a
|
||||
professional setting
|
||||
|
||||
## Our Responsibilities
|
||||
|
||||
Project maintainers are responsible for clarifying the standards of acceptable
|
||||
behavior and are expected to take appropriate and fair corrective action in
|
||||
response to any instances of unacceptable behavior.
|
||||
|
||||
Project maintainers have the right and responsibility to remove, edit, or
|
||||
reject comments, commits, code, wiki edits, issues, and other contributions
|
||||
that are not aligned to this Code of Conduct, or to ban temporarily or
|
||||
permanently any contributor for other behaviors that they deem inappropriate,
|
||||
threatening, offensive, or harmful.
|
||||
|
||||
## Scope
|
||||
|
||||
This Code of Conduct applies both within project spaces and in public spaces
|
||||
when an individual is representing the project or its community. Examples of
|
||||
representing a project or community include using an official project e-mail
|
||||
address, posting via an official social media account, or acting as an appointed
|
||||
representative at an online or offline event. Representation of a project may be
|
||||
further defined and clarified by project maintainers.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||
reported by contacting the project team at developer@epicm.org. All
|
||||
complaints will be reviewed and investigated and will result in a response that
|
||||
is deemed necessary and appropriate to the circumstances. The project team is
|
||||
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||
Further details of specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good
|
||||
faith may face temporary or permanent repercussions as determined by other
|
||||
members of the project's leadership.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
||||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
||||
|
||||
[homepage]: https://www.contributor-covenant.org
|
||||
|
||||
For answers to common questions about this code of conduct, see
|
||||
https://www.contributor-covenant.org/faq
|
17
.github/CONTRIBUTING.md
vendored
Normal file
17
.github/CONTRIBUTING.md
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# Contributing
|
||||
|
||||
When contributing to this repository, please first discuss the change you wish to make via issue,
|
||||
email, or any other method with the owners of this repository before making a change.
|
||||
|
||||
Please note we have a code of conduct, please follow it in all your interactions with the project.
|
||||
|
||||
## Pull Request Process
|
||||
|
||||
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
|
||||
build.
|
||||
2. Update the README.md with details of changes to the interface, this includes new environment
|
||||
variables, exposed ports, useful file locations and container parameters.
|
||||
3. Increase the version numbers in any examples files and the README.md to the new version that this
|
||||
Pull Request would represent.
|
||||
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
|
||||
do not have permission to do that, you may request the second reviewer to merge it for you.
|
12
.github/FUNDING.yml
vendored
Normal file
12
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
# These are supported funding model platforms
|
||||
patreon: epicmorg
|
||||
ko_fi: epicmorg
|
||||
|
||||
#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
#open_collective: # Replace with a single Open Collective username
|
||||
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
#liberapay: # Replace with a single Liberapay username
|
||||
#issuehunt: # Replace with a single IssueHunt username
|
||||
#otechie: # Replace with a single Otechie username
|
||||
#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: 'bug, Regular Priority'
|
||||
assignees: 'stamepicmorg'
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
18
.github/ISSUE_TEMPLATE/cve_report.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/cve_report.md
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
name: CVE report
|
||||
about: Create a report of some CVE
|
||||
title: '[CVE] '
|
||||
labels: 'CVE, High Priority'
|
||||
assignees: 'stamepicmorg'
|
||||
|
||||
---
|
||||
**CVE number or URL**
|
||||
|
||||
**Describe**
|
||||
A clear and concise description of what the CVE is.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: 'Feature request, help wanted'
|
||||
assignees: 'stamepicmorg'
|
||||
milestone: 'Due 2021 🙏'
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
17
.github/ISSUE_TEMPLATE/task_generic.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/task_generic.md
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
name: Generic task
|
||||
about: Create a generic task
|
||||
title: ''
|
||||
labels: 'task, Regular Priority'
|
||||
assignees: 'stamepicmorg'
|
||||
|
||||
---
|
||||
|
||||
**Describe**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
8
.github/dependabot.yml
vendored
Normal file
8
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: nuget
|
||||
directory: "/src/atlassian-downloader"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "02:00"
|
||||
open-pull-requests-limit: 10
|
13
.github/pull_request_template.md
vendored
Normal file
13
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
## Purpose
|
||||
_Describe the problem or feature in addition to a link to the issues._
|
||||
|
||||
## Approach
|
||||
_How does this change address the problem?_
|
||||
|
||||
#### Open Questions and Pre-Merge TODOs
|
||||
- [ ] Use github checklists. When solved, check the box and explain the answer.
|
||||
|
||||
## Learning
|
||||
_Describe the research stage_
|
||||
|
||||
_Links to blog posts, patterns, libraries or addons used to solve this problem_
|
BIN
.github/screenshot-1.png
vendored
Normal file
BIN
.github/screenshot-1.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
21
.github/workflows/json-master.yml
vendored
Normal file
21
.github/workflows/json-master.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: json-updater
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
tags:
|
||||
- '*'
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
schedule:
|
||||
- cron: '0 0 * ? * *' # every hour
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
21
LICENSE.md
Normal file
21
LICENSE.md
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018-2021 EpicMorg: Main
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
84
README.md
84
README.md
@ -1,2 +1,82 @@
|
||||
# atlassian-json
|
||||
Archive of jsons
|
||||
# [![Activity](https://img.shields.io/github/commit-activity/m/EpicMorg/atlassian-json?label=commits&style=flat-square)](https://github.com/EpicMorg/atlassian-json/commits) [![GitHub issues](https://img.shields.io/github/issues/EpicMorg/atlassian-json.svg?style=popout-square)](https://github.com/EpicMorg/atlassian-json/issues) [![GitHub forks](https://img.shields.io/github/forks/EpicMorg/atlassian-json.svg?style=popout-square)](https://github.com/EpicMorg/atlassian-json/network) [![GitHub stars](https://img.shields.io/github/stars/EpicMorg/atlassian-json.svg?style=popout-square)](https://github.com/EpicMorg/atlassian-json/stargazers) [![Size](https://img.shields.io/github/repo-size/EpicMorg/atlassian-json?label=size&style=flat-square)](https://github.com/EpicMorg/atlassian-json/archive/master.zip) [![Release](https://img.shields.io/github/v/release/EpicMorg/atlassian-json?style=flat-square)](https://github.com/EpicMorg/atlassian-json/releases) [![GitHub license](https://img.shields.io/github/license/EpicMorg/atlassian-json.svg?style=popout-square)](LICENSE.md) [![Changelog](https://img.shields.io/badge/Changelog-yellow.svg?style=popout-square)](CHANGELOG.md)
|
||||
|
||||
# Atlassian JSON
|
||||
|
||||
Backup archive of `Atlassian` jsons.
|
||||
|
||||
## Supported products:
|
||||
|
||||
### Current links
|
||||
|
||||
#### Bamboo
|
||||
* https://my.atlassian.com/download/feeds/current/bamboo.json
|
||||
|
||||
#### Bitbucket (Stash)
|
||||
* https://my.atlassian.com/download/feeds/current/stash.json
|
||||
|
||||
#### Clover
|
||||
* https://my.atlassian.com/download/feeds/current/clover.json
|
||||
|
||||
#### Confluence
|
||||
* https://my.atlassian.com/download/feeds/current/confluence.json
|
||||
|
||||
#### Crowd
|
||||
* https://my.atlassian.com/download/feeds/current/crowd.json
|
||||
|
||||
#### Crucible
|
||||
* https://my.atlassian.com/download/feeds/current/crucible.json
|
||||
|
||||
#### FishEye
|
||||
* https://my.atlassian.com/download/feeds/current/fisheye.json
|
||||
|
||||
#### Jira
|
||||
* https://my.atlassian.com/download/feeds/current/jira-core.json
|
||||
* https://my.atlassian.com/download/feeds/current/jira-software.json
|
||||
* https://my.atlassian.com/download/feeds/current/jira-servicedesk.json
|
||||
|
||||
|
||||
### Archived links
|
||||
|
||||
#### Bamboo
|
||||
* https://my.atlassian.com/download/feeds/archived/bamboo.json
|
||||
|
||||
#### Bitbucket (Stash)
|
||||
* https://my.atlassian.com/download/feeds/archived/stash.json
|
||||
|
||||
#### Clover
|
||||
* https://my.atlassian.com/download/feeds/archived/clover.json
|
||||
|
||||
#### Confluence
|
||||
* https://my.atlassian.com/download/feeds/archived/confluence.json
|
||||
|
||||
#### Crowd
|
||||
* https://my.atlassian.com/download/feeds/archived/crowd.json
|
||||
|
||||
#### Crucible
|
||||
* https://my.atlassian.com/download/feeds/archived/crucible.json
|
||||
|
||||
#### FishEye
|
||||
* https://my.atlassian.com/download/feeds/archived/fisheye.json
|
||||
|
||||
#### Jira
|
||||
* https://my.atlassian.com/download/feeds/archived/jira.json
|
||||
* https://my.atlassian.com/download/feeds/archived/jira-core.json
|
||||
* https://my.atlassian.com/download/feeds/archived/jira-software.json
|
||||
* https://my.atlassian.com/download/feeds/archived/jira-servicedesk.json
|
||||
|
||||
|
||||
### EAP links
|
||||
|
||||
#### Bamboo
|
||||
* https://my.atlassian.com/download/feeds/eap/bamboo.json
|
||||
|
||||
#### Bitbucket
|
||||
|
||||
* https://my.atlassian.com/download/feeds/eap/stash.json
|
||||
|
||||
#### Confluence
|
||||
* https://my.atlassian.com/download/feeds/eap/confluence.json
|
||||
|
||||
#### Jira
|
||||
* https://my.atlassian.com/download/feeds/eap/jira.json
|
||||
* https://my.atlassian.com/download/feeds/eap/jira-servicedesk.json
|
||||
|
14
SECURITY.md
Normal file
14
SECURITY.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Security Policy
|
||||
|
||||
## Supported Docker Engine Versions
|
||||
|
||||
| Version | Supported |
|
||||
| ------- | ------------------ |
|
||||
| Docker >=19.x | :white_check_mark: |
|
||||
| Linux x86_64 Images | :white_check_mark: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
1. Open `Issues` tab [here](https://github.com/EpicMorg/docker-scripts/issues).
|
||||
2. Select `CVE Report`.
|
||||
3. Publish `CVE Report`.
|
||||
4. Thank you :heart:
|
1
json-backups/archived/bamboo.json
Normal file
1
json-backups/archived/bamboo.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/archived/confluence.json
Normal file
1
json-backups/archived/confluence.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/archived/crowd.json
Normal file
1
json-backups/archived/crowd.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/archived/crucible.json
Normal file
1
json-backups/archived/crucible.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/archived/fisheye.json
Normal file
1
json-backups/archived/fisheye.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/archived/jira-core.json
Normal file
1
json-backups/archived/jira-core.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/archived/jira-servicedesk.json
Normal file
1
json-backups/archived/jira-servicedesk.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/archived/jira-software.json
Normal file
1
json-backups/archived/jira-software.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/archived/jira.json
Normal file
1
json-backups/archived/jira.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/archived/stash.json
Normal file
1
json-backups/archived/stash.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/current/bamboo.json
Normal file
1
json-backups/current/bamboo.json
Normal file
@ -0,0 +1 @@
|
||||
downloads([{"description":"7.2.1 - Windows Installer, 32-bit","edition":"","zipUrl":"https://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-7.2.1-windows-x32.exe","tarUrl":null,"md5":"","size":"","released":"24-Nov-2020","type":"Binary","platform":"Windows","version":"7.2.1","releaseNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+7.2+Release+Notes","upgradeNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+Upgrade+Guide"},{"description":"7.2.1 - Windows Installer, 64-bit","edition":"","zipUrl":"https://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-7.2.1-windows-x64.exe","tarUrl":null,"md5":"","size":"","released":"24-Nov-2020","type":"Binary","platform":"Windows","version":"7.2.1","releaseNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+7.2+Release+Notes","upgradeNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+Upgrade+Guide"},{"description":"7.2.1 - ZIP Archive","edition":"","zipUrl":"https://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-7.2.1.zip","tarUrl":null,"md5":"","size":"","released":"24-Nov-2020","type":"Binary","platform":"Windows","version":"7.2.1","releaseNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+7.2+Release+Notes","upgradeNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+Upgrade+Guide"},{"description":"7.2.1 - TAR.GZ Archive","edition":"","zipUrl":"https://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-7.2.1.tar.gz","tarUrl":null,"md5":"","size":"","released":"24-Nov-2020","type":"Binary","platform":"Unix, Mac OS X","version":"7.2.1","releaseNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+7.2+Release+Notes","upgradeNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+Upgrade+Guide"}])
|
1
json-backups/current/confluence.json
Normal file
1
json-backups/current/confluence.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/current/crowd.json
Normal file
1
json-backups/current/crowd.json
Normal file
@ -0,0 +1 @@
|
||||
downloads([{"description":"4.2.2 - Standalone (ZIP Archive)","edition":"None","zipUrl":"https://www.atlassian.com/software/crowd/downloads/binary/atlassian-crowd-4.2.2.zip","tarUrl":null,"md5":"","size":"225.0 MB","released":"18-Nov-2020","type":"Binary","platform":"Windows","version":"4.2.2","releaseNotes":"https://confluence.atlassian.com/display/crowd/crowd+4.2+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/crowd/crowd+4.2+upgrade+notes"},{"description":"4.2.2 - Standalone (TAR.GZ Archive)","edition":"None","zipUrl":"https://www.atlassian.com/software/crowd/downloads/binary/atlassian-crowd-4.2.2.tar.gz","tarUrl":null,"md5":"","size":"223.8 MB","released":"18-Nov-2020","type":"Binary","platform":"Unix, Mac OS X","version":"4.2.2","releaseNotes":"https://confluence.atlassian.com/display/crowd/crowd+4.2+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/crowd/crowd+4.2+upgrade+notes"}])
|
1
json-backups/current/crucible.json
Normal file
1
json-backups/current/crucible.json
Normal file
@ -0,0 +1 @@
|
||||
downloads([{"description":"Crucible 4.8.5 64 bit Windows Installer","edition":"Standard","zipUrl":"https://www.atlassian.com/software/crucible/downloads/binary/atlassian-crucible-4.8.5-x64.exe","tarUrl":null,"md5":"9b9c11a4595ac1ac0c7bcf471816128d","size":"225.5 MB","released":"14-Dec-2020","type":"Binary","platform":"Windows","version":"4.8.5","releaseNotes":"https://confluence.atlassian.com/display/CRUCIBLE/Crucible+4.8+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/CRUCIBLE/Crucible+upgrade+guide"},{"description":"Crucible 4.8.5","edition":"Standard","zipUrl":"https://www.atlassian.com/software/crucible/downloads/binary/crucible-4.8.5.zip","tarUrl":null,"md5":"46e75b16cfb0dc3c1bb0b72098c6d92a","size":"226.8 MB","released":"14-Dec-2020","type":"Binary","platform":"Windows, Unix, Mac OS X","version":"4.8.5","releaseNotes":"https://confluence.atlassian.com/display/CRUCIBLE/Crucible+4.8+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/CRUCIBLE/Crucible+upgrade+guide"}])
|
1
json-backups/current/fisheye.json
Normal file
1
json-backups/current/fisheye.json
Normal file
@ -0,0 +1 @@
|
||||
downloads([{"description":"FishEye 4.8.5 64 bit Windows Installer","edition":"Standard","zipUrl":"https://www.atlassian.com/software/fisheye/downloads/binary/atlassian-fisheye-4.8.5-x64.exe","tarUrl":null,"md5":"187982b3e5751f8bafabe3ac143d3aa0","size":"225.5 MB","released":"14-Dec-2020","type":"Binary","platform":"Windows","version":"4.8.5","releaseNotes":"https://confluence.atlassian.com/display/FISHEYE/Fisheye+4.8+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/FISHEYE/Fisheye+upgrade+guide"},{"description":"FishEye 4.8.5","edition":"Standard","zipUrl":"https://www.atlassian.com/software/fisheye/downloads/binary/fisheye-4.8.5.zip","tarUrl":null,"md5":"9a7add405b48783b848d046da0fd267d","size":"226.8 MB","released":"14-Dec-2020","type":"Binary","platform":"Windows, Unix, Mac OS X","version":"4.8.5","releaseNotes":"https://confluence.atlassian.com/display/FISHEYE/Fisheye+4.8+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/FISHEYE/Fisheye+upgrade+guide"}])
|
1
json-backups/current/jira-core.json
Normal file
1
json-backups/current/jira-core.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/current/jira-servicedesk.json
Normal file
1
json-backups/current/jira-servicedesk.json
Normal file
@ -0,0 +1 @@
|
||||
downloads([{"description":"4.14.0 (Windows 64 Bit Installer)","edition":"Standard","zipUrl":"https://www.atlassian.com/software/jira/downloads/binary/atlassian-servicedesk-4.14.0-x64.exe","tarUrl":null,"md5":"ede950bc3f44b33e092e7c9958da8669","size":"425.3 MB","released":"22-Nov-2020","type":"Binary","platform":"Windows","version":"4.14.0","releaseNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Management+4.14.x+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Management+4.14.x+upgrade+notes"},{"description":"4.13.1 (Windows 64 Bit Installer)","edition":"Enterprise","zipUrl":"https://www.atlassian.com/software/jira/downloads/binary/atlassian-servicedesk-4.13.1-x64.exe","tarUrl":null,"md5":"1f6bcbbfdafcc210b397d2e479248893","size":"407.4 MB","released":"01-Nov-2020","type":"Binary","platform":"Windows","version":"4.13.1","releaseNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Desk+4.13.x+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Desk+4.13.x+upgrade+notes"},{"description":"4.14.0 (Linux 64 Bit Installer)","edition":"Standard","zipUrl":"https://www.atlassian.com/software/jira/downloads/binary/atlassian-servicedesk-4.14.0-x64.bin","tarUrl":null,"md5":"85195024a619a019c2c98e63d723f397","size":"424.9 MB","released":"22-Nov-2020","type":"Binary","platform":"Unix","version":"4.14.0","releaseNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Management+4.14.x+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Management+4.14.x+upgrade+notes"},{"description":"4.13.1 (Linux 64 Bit Installer)","edition":"Enterprise","zipUrl":"https://www.atlassian.com/software/jira/downloads/binary/atlassian-servicedesk-4.13.1-x64.bin","tarUrl":null,"md5":"856b2c859311f1a7fb224ee6bb7dedff","size":"407.0 MB","released":"01-Nov-2020","type":"Binary","platform":"Unix","version":"4.13.1","releaseNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Desk+4.13.x+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Desk+4.13.x+upgrade+notes"},{"description":"4.14.0 (ZIP Archive)","edition":"Standard","zipUrl":"https://www.atlassian.com/software/jira/downloads/binary/atlassian-servicedesk-4.14.0.zip","tarUrl":null,"md5":"0103ab796ddcb26e7a2180b179e6cf19","size":"384.1 MB","released":"22-Nov-2020","type":"Binary","platform":"Windows","version":"4.14.0","releaseNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Management+4.14.x+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Management+4.14.x+upgrade+notes"},{"description":"4.13.1 (ZIP Archive)","edition":"Enterprise","zipUrl":"https://www.atlassian.com/software/jira/downloads/binary/atlassian-servicedesk-4.13.1.zip","tarUrl":null,"md5":"72fcbb35154a5e3cfa6556f7048424e9","size":"366.2 MB","released":"01-Nov-2020","type":"Binary","platform":"Windows","version":"4.13.1","releaseNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Desk+4.13.x+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Desk+4.13.x+upgrade+notes"},{"description":"4.14.0 (TAR.GZ Archive)","edition":"Standard","zipUrl":"https://www.atlassian.com/software/jira/downloads/binary/atlassian-servicedesk-4.14.0.tar.gz","tarUrl":null,"md5":"8d0727e7acddbb20ce2c06054f070833","size":"373.4 MB","released":"22-Nov-2020","type":"Binary","platform":"Unix, Mac OS X","version":"4.14.0","releaseNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Management+4.14.x+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Management+4.14.x+upgrade+notes"},{"description":"4.13.1 (TAR.GZ Archive)","edition":"Enterprise","zipUrl":"https://www.atlassian.com/software/jira/downloads/binary/atlassian-servicedesk-4.13.1.tar.gz","tarUrl":null,"md5":"88e13b3c574da1007f5c516ae809a851","size":"355.6 MB","released":"01-Nov-2020","type":"Binary","platform":"Unix, Mac OS X","version":"4.13.1","releaseNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Desk+4.13.x+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/SERVICEDESK/JIRA+Service+Desk+4.13.x+upgrade+notes"}])
|
1
json-backups/current/jira-software.json
Normal file
1
json-backups/current/jira-software.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/current/stash.json
Normal file
1
json-backups/current/stash.json
Normal file
@ -0,0 +1 @@
|
||||
downloads([{"description":"7.9.1 (Windows 64bit Installer)","edition":"None","zipUrl":"https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-7.9.1-x64.exe","tarUrl":null,"md5":"","size":"372.7 MB","released":"13-Jan-2021","type":"Binary","platform":"Windows","version":"7.9.1","releaseNotes":"https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+and+Data+Center+7.9+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+upgrade+guide"},{"description":"7.9.1 (Linux 64bit Installer)","edition":"None","zipUrl":"https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-7.9.1-x64.bin","tarUrl":null,"md5":"","size":"371.4 MB","released":"13-Jan-2021","type":"Binary","platform":"Unix","version":"7.9.1","releaseNotes":"https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+and+Data+Center+7.9+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+upgrade+guide"},{"description":"7.9.1 (TAR.GZ Archive)","edition":"None","zipUrl":"https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-7.9.1.tar.gz","tarUrl":null,"md5":"","size":"316.0 MB","released":"13-Jan-2021","type":"Binary","platform":"Windows, Unix, Mac OS X","version":"7.9.1","releaseNotes":"https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+and+Data+Center+7.9+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+upgrade+guide"},{"description":"7.9.1 (ZIP Archive)","edition":"None","zipUrl":"https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-7.9.1.zip","tarUrl":null,"md5":"","size":"319.0 MB","released":"13-Jan-2021","type":"Binary","platform":"Windows, Unix, Mac OS X","version":"7.9.1","releaseNotes":"https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+and+Data+Center+7.9+release+notes","upgradeNotes":"https://confluence.atlassian.com/display/BitbucketServer/Bitbucket+Server+upgrade+guide"}])
|
1
json-backups/eap/bamboo.json
Normal file
1
json-backups/eap/bamboo.json
Normal file
@ -0,0 +1 @@
|
||||
downloads([{"description":"7.1.0-rc1 - Windows Installer, 32-bit","edition":"","zipUrl":"https://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-7.1.0-rc1-windows-x32.exe","tarUrl":null,"md5":"","size":"","released":"03-Jun-2020","type":"EAP","platform":"Windows","version":"7.1.0-rc1","releaseNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+7.1+EAP+Release+Notes","upgradeNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+Upgrade+Guide"},{"description":"7.1.0-rc1 - Windows Installer, 64-bit","edition":"","zipUrl":"https://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-7.1.0-rc1-windows-x64.exe","tarUrl":null,"md5":"","size":"","released":"03-Jun-2020","type":"EAP","platform":"Windows","version":"7.1.0-rc1","releaseNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+7.1+EAP+Release+Notes","upgradeNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+Upgrade+Guide"},{"description":"7.1.0-rc1 - ZIP Archive","edition":"","zipUrl":"https://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-7.1.0-rc1.zip","tarUrl":null,"md5":"","size":"","released":"03-Jun-2020","type":"EAP","platform":"Windows","version":"7.1.0-rc1","releaseNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+7.1+EAP+Release+Notes","upgradeNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+Upgrade+Guide"},{"description":"7.1.0-rc1 - TAR.GZ Archive","edition":"","zipUrl":"https://www.atlassian.com/software/bamboo/downloads/binary/atlassian-bamboo-7.1.0-rc1.tar.gz","tarUrl":null,"md5":"","size":"","released":"03-Jun-2020","type":"EAP","platform":"Unix, Mac OS X","version":"7.1.0-rc1","releaseNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+7.1+EAP+Release+Notes","upgradeNotes":"https://confluence.atlassian.com/display/BAMBOO/Bamboo+Upgrade+Guide"}])
|
1
json-backups/eap/confluence.json
Normal file
1
json-backups/eap/confluence.json
Normal file
@ -0,0 +1 @@
|
||||
downloads([{"description":"7.11.0-beta1 - Linux Installer (64 bit)","edition":"Standard","zipUrl":"https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-7.11.0-beta1-x64.bin","tarUrl":null,"md5":"7101b3fcc28958ec7e36ba5841085bbc","size":"735.2 MB","released":"12-Jan-2021","type":"EAP","platform":"Unix","version":"7.11.0-beta1","releaseNotes":"https://confluence.atlassian.com/display/DOC/Preparing+for+Confluence+7.11","upgradeNotes":"https://confluence.atlassian.com/display/DOC/Preparing+for+Confluence+7.11"},{"description":"7.11.0-beta1 - Windows Installer (64 bit)","edition":"Standard","zipUrl":"https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-7.11.0-beta1-x64.exe","tarUrl":null,"md5":"5bf36a57beffa3bb556ff8a511a9ad3e","size":"737.6 MB","released":"12-Jan-2021","type":"EAP","platform":"Windows","version":"7.11.0-beta1","releaseNotes":"https://confluence.atlassian.com/display/DOC/Preparing+for+Confluence+7.11","upgradeNotes":"https://confluence.atlassian.com/display/DOC/Preparing+for+Confluence+7.11"},{"description":"7.11.0-beta1 - Standalone (TAR.GZ Archive)","edition":"Standard","zipUrl":"https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-7.11.0-beta1.tar.gz","tarUrl":null,"md5":"aec025bfe7a707389ed25bf9f9bed044","size":"679.8 MB","released":"12-Jan-2021","type":"EAP","platform":"Unix, Mac OS X","version":"7.11.0-beta1","releaseNotes":"https://confluence.atlassian.com/display/DOC/Preparing+for+Confluence+7.11","upgradeNotes":"https://confluence.atlassian.com/display/DOC/Preparing+for+Confluence+7.11"},{"description":"7.11.0-beta1 - Standalone (ZIP Archive)","edition":"Standard","zipUrl":"https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-7.11.0-beta1.zip","tarUrl":null,"md5":"086a04620ba53040f7e00aa85f099408","size":"682.3 MB","released":"12-Jan-2021","type":"EAP","platform":"Windows","version":"7.11.0-beta1","releaseNotes":"https://confluence.atlassian.com/display/DOC/Preparing+for+Confluence+7.11","upgradeNotes":"https://confluence.atlassian.com/display/DOC/Preparing+for+Confluence+7.11"}])
|
1
json-backups/eap/jira-servicedesk.json
Normal file
1
json-backups/eap/jira-servicedesk.json
Normal file
File diff suppressed because one or more lines are too long
1
json-backups/eap/jira.json
Normal file
1
json-backups/eap/jira.json
Normal file
File diff suppressed because one or more lines are too long
53
json-backups/readme.md
Normal file
53
json-backups/readme.md
Normal file
@ -0,0 +1,53 @@
|
||||
# Current links
|
||||
|
||||
## Bamboo
|
||||
* https://my.atlassian.com/download/feeds/current/bamboo.json
|
||||
|
||||
## Bitbucket (Stash)
|
||||
* https://my.atlassian.com/download/feeds/current/stash.json
|
||||
|
||||
## Confluence
|
||||
* https://my.atlassian.com/download/feeds/current/confluence.json
|
||||
|
||||
## Crowd
|
||||
* https://my.atlassian.com/download/feeds/current/crowd.json
|
||||
|
||||
## Crucible
|
||||
* https://my.atlassian.com/download/feeds/current/crucible.json
|
||||
|
||||
## FishEye
|
||||
* https://my.atlassian.com/download/feeds/current/fisheye.json
|
||||
|
||||
## Jira
|
||||
* https://my.atlassian.com/download/feeds/current/jira-core.json
|
||||
* https://my.atlassian.com/download/feeds/current/jira-software.json
|
||||
* https://my.atlassian.com/download/feeds/current/jira-servicedesk.json
|
||||
|
||||
--------------------
|
||||
|
||||
# Archived links
|
||||
|
||||
## Bamboo
|
||||
* https://my.atlassian.com/download/feeds/archived/bamboo.json
|
||||
|
||||
## Bitbucket (Stash)
|
||||
* https://my.atlassian.com/download/feeds/archived/stash.json
|
||||
|
||||
## Confluence
|
||||
* https://my.atlassian.com/download/feeds/archived/confluence.json
|
||||
|
||||
## Crowd
|
||||
* https://my.atlassian.com/download/feeds/archived/crowd.json
|
||||
|
||||
## Crucible
|
||||
* https://my.atlassian.com/download/feeds/archived/crucible.json
|
||||
|
||||
## FishEye
|
||||
* https://my.atlassian.com/download/feeds/archived/fisheye.json
|
||||
|
||||
## Jira
|
||||
* https://my.atlassian.com/download/feeds/archived/jira.json
|
||||
* https://my.atlassian.com/download/feeds/archived/jira-core.json
|
||||
* https://my.atlassian.com/download/feeds/archived/jira-software.json
|
||||
* https://my.atlassian.com/download/feeds/archived/jira-servicedesk.json
|
||||
|
71
json-backups/update.sh
Executable file
71
json-backups/update.sh
Executable file
@ -0,0 +1,71 @@
|
||||
#!/bin/bash
|
||||
rm -rfv $PWD/current $PWD/archived $PWD/eap
|
||||
mkdir -p $PWD/current $PWD/archived $PWD/eap
|
||||
|
||||
###################################################################################################
|
||||
# Current links
|
||||
###################################################################################################
|
||||
|
||||
# Bamboo
|
||||
wget -c --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/bamboo.json
|
||||
|
||||
# Bitbucket (Stash)
|
||||
wget -c --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/stash.json
|
||||
|
||||
# Confluence
|
||||
wget -c --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/confluence.json
|
||||
|
||||
# Crowd
|
||||
wget -c --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/crowd.json
|
||||
|
||||
# Crucible
|
||||
wget -c --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/crucible.json
|
||||
|
||||
# FishEye
|
||||
wget -c --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/fisheye.json
|
||||
|
||||
# Jira
|
||||
#wget -c --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/jira.json
|
||||
wget -c --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/jira-core.json
|
||||
wget -c --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/jira-software.json
|
||||
wget -c --random-wait -P $PWD/current/ https://my.atlassian.com/download/feeds/current/jira-servicedesk.json
|
||||
|
||||
|
||||
###################################################################################################
|
||||
# Archived links
|
||||
###################################################################################################
|
||||
|
||||
# Bamboo
|
||||
wget -c --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/bamboo.json
|
||||
|
||||
# Bitbucket (Stash)
|
||||
wget -c --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/stash.json
|
||||
|
||||
# Confluence
|
||||
wget -c --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/confluence.json
|
||||
|
||||
# Crowd
|
||||
wget -c --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/crowd.json
|
||||
|
||||
# Crucible
|
||||
wget -c --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/crucible.json
|
||||
|
||||
# FishEye
|
||||
wget -c --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/fisheye.json
|
||||
|
||||
# Jira
|
||||
wget -c --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/jira.json
|
||||
wget -c --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/jira-core.json
|
||||
wget -c --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/jira-software.json
|
||||
wget -c --random-wait -P $PWD/archived/ https://my.atlassian.com/download/feeds/archived/jira-servicedesk.json
|
||||
|
||||
|
||||
###################################################################################################
|
||||
# EAP links
|
||||
###################################################################################################
|
||||
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/bamboo.json
|
||||
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/confluence.json
|
||||
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/jira.json
|
||||
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/jira-servicedesk.json
|
||||
wget -c --random-wait -P $PWD/eap/ https://my.atlassian.com/download/feeds/eap/stash.json
|
||||
|
Loading…
Reference in New Issue
Block a user