Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DA Update Library - POST to Repository #6

Merged
merged 87 commits into from
Aug 27, 2019

Conversation

amsingh17
Copy link
Collaborator

The following changes address Amit's first Wrike task in the Dynamic Alerting project - POST to Repository.

src/Alert.jl Outdated
###################################################
#
# Copyright © Akamai Technologies. All rights reserved.
# Proprietary and confidential.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

take this out. it's opensource, so it's neither proprietary nor confidential

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleted # Proprietary and confidential.. Should we delete Copyright... as well?

Copy link
Member

@bluesmoon bluesmoon Sep 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No we most definitely want to keep the copyright. All opensource code has a copyright otherwise you can't license it.

This is what it should look like:

###################################################
#
# Copyright 2016 SOASTA, Inc.
# Distributed under the terms of the MIT license
#
# File: RepositoryAPI.jl
#
# Functions to communicate with the mPulse Repository REST API
# This file MUST be `include()`d from `mPulseAPI.jl`
#
###################################################

src/Alert.jl Outdated
postRepositoryAlert

"""

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra blank line

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

src/Alert.jl Outdated
`token::AbstractString`
: The Repository authentication token fetched by calling [`getRepositoryToken`](@ref)

#### Optional Arguments
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to Keyword Arguments. Also, you need to add alertName

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

were the fixes pushed? I don't see them here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm, it should be pushed?

bos-mpkgb:DA_mPulseAPI amisingh$ git push origin DA_update_library 
Counting objects: 8, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (8/8), 1.18 KiB | 1.18 MiB/s, done.
Total 8 (delta 6), reused 0 (delta 0)
remote: Resolving deltas: 100% (6/6), completed with 3 local objects.
To https://github.com/amsingh17/mPulseAPI.jl.git
   7628e8e..6f5caca  DA_update_library -> DA_update_library

src/Alert.jl Outdated
: The alert's name

`tenantID::Int64`
: The ID of the tenant in which the alert is in
Copy link
Member

@bluesmoon bluesmoon Sep 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tenant that the alert is in

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@bluesmoon bluesmoon merged commit 17efe66 into akamai:master Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants