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

Prepare Release v1.4.0 #223

Merged
merged 22 commits into from
Jun 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ec68132
update node packages
ljay79 May 17, 2019
32f63a0
#212 start refactoring settings dialog into sidebar including UI tweaks
ljay79 May 17, 2019
8aac375
implement (soft) custom exception handling for "Custom function" with…
ljay79 May 21, 2019
1b73040
adding CacheService to tests mocks
ljay79 May 21, 2019
486bedf
add tests for "customFunctionsSuspended_"
ljay79 Jun 12, 2019
15544cf
Merge pull request #219 from ljay79/develop
ljay79 Jun 12, 2019
3a55de8
refactoring of settings dialog into sidebar with MDL google like styl…
ljay79 Jun 13, 2019
a2d0ee9
add MDL switch and custom functions warning dialog
ljay79 Jun 13, 2019
2b6d8ed
add new clearOldWarnings_(); fix time handling of customFunctionsSusp…
ljay79 Jun 13, 2019
ee87982
BugFix; ReferenceError: httpResp is not defined
ljay79 Jun 13, 2019
6a4b003
#212; fix user/search api as behavior for getting ALL users did chang…
ljay79 Jun 13, 2019
c2fd5d5
#212; adding some references to documentation
ljay79 Jun 13, 2019
49d72c9
remove debugging console.info
ljay79 Jun 13, 2019
3faf11c
Fix vulnerabilities alert; update eslint-config-google to 0.13.0 and …
ljay79 Jun 13, 2019
acaafe5
rename getServerCfg to getAddonConfig_ and make it private
ljay79 Jun 13, 2019
4ea3b0e
fix task when running gulp pull series
ljay79 Jun 14, 2019
a01c613
#218 adding new option to turn on/off system comment when updating ji…
ljay79 Jun 14, 2019
d9a24a2
Merge pull request #221 from ljay79/issue/212
ljay79 Jun 14, 2019
b834f24
Merge pull request #222 from ljay79/issue/218
ljay79 Jun 14, 2019
5f0601c
gulp cpy task missed .json and .html files
ljay79 Jun 14, 2019
1035a23
apply a few UI/UX tweaks
ljay79 Jun 14, 2019
d86de12
Update README
ljay79 Jun 14, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ No manual status update copy&paste anymore.

[Development](#development)

[Contributing](#contributing)

[Thanks](#thanks)


# Install / Get started
* Open up your chrome browser
* Open or create a Google Sheet
Expand Down Expand Up @@ -549,3 +554,11 @@ git commit
git push
```

# Contributing
Please [create a new GitHub issue](https://github.com/ljay79/jira-tools/issues/new) for any feature requests, bugs, or documentation improvements.

Where possible, please also [submit a pull request](https://help.github.com/en/articles/creating-a-pull-request-from-a-fork) for the change.

# Thanks
I'd like to thank [Daniel Kulbe](https://github.com/DanielKulbe) who provided a lot of the initial UI development and [Paul Lemon](https://github.com/paul-lemon/) for extensive contribution to the development environment as well as the BETA functionality for "Update Jira issues".
Also thanks to all contributors that extended "Project Aif for Jira" with new functionality.
5 changes: 5 additions & 0 deletions assets/s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
https://s3.eu-central-1.amazonaws.com/jira-tools/logo-aid4jira-44x50.png
https://s3.eu-central-1.amazonaws.com/jira-tools/symbol.png

## Material Design Lite
https://storage.googleapis.com/code.getmdl.io/1.3.0/material.min.js
https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.css
https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.blue-light_green.min.css
https://cdnjs.cloudflare.com/ajax/libs/material-design-lite/1.3.0/material.green-blue.min.css
Loading