Граф коммитов

51 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] b7c07b376e
Bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 14:46:46 +00:00
Balaga Gayatri 3d094a2e04
Rename bug-report---feature-request.md to bug-report-feature-request.md 2021-08-09 13:01:30 +05:30
Balaga Gayatri fa003b6011
Update auto-triage-issues 2021-07-19 17:24:51 +05:30
Balaga Gayatri 5538956985
Create auto-triage-issues 2021-07-19 17:20:49 +05:30
Balaga Gayatri 4fad666c87
Merge pull request #35 from Azure/users/balaga-gayatri/codeowners
Update CODEOWNERS
2021-07-19 10:32:52 +05:30
Balaga Gayatri ee05765475
Update CODEOWNERS 2021-07-19 10:12:20 +05:30
Balaga Gayatri 77218e4ddd
Create CODEOWNERS 2021-07-16 15:07:49 +05:30
Balaga Gayatri 43b0162de1
Merge pull request #34 from Azure/users/balaga-gayatri/defaultlabels
Update defaultLabels.yml
2021-06-03 18:14:41 +05:30
Balaga Gayatri ebc4d3f829
Update defaultLabels.yml 2021-06-03 17:17:29 +05:30
Balaga Gayatri e9ea21ae5f
Merge pull request #33 from Azure/users/balaga-gayatri/defaultlabels
Create defaultLabels.yml
2021-06-02 12:14:03 +05:30
Balaga Gayatri 279f102255
Create defaultLabels.yml 2021-05-28 16:55:36 +05:30
dependabot[bot] fa303f10ae
Bump handlebars from 4.7.6 to 4.7.7 (#30)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 13:43:22 +05:30
dependabot[bot] b1a2b3fa39
Bump lodash from 4.17.19 to 4.17.21 (#31)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 13:43:03 +05:30
dependabot[bot] a177483187
Bump hosted-git-info from 2.7.1 to 2.8.9 (#32)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 13:42:42 +05:30
dependabot[bot] b3de9b4eda
Bump y18n from 4.0.0 to 4.0.1 (#29)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 13:42:25 +05:30
aksm-ms accb7160a2
Update action.yml 2021-01-21 13:30:21 +05:30
Zainudeen V K 3f0f487b1e
Update README.md (#27) 2020-12-28 16:04:19 +05:30
Amruta Kawade 8927f9fd2f Update issue templates 2020-12-28 15:16:46 +05:30
Tiago Pascoal 7e2c171f96
Use individual parameters to pass auth values (#25)
- Use Individual parameters to pass authentication parameters
  - username
  - password
  - database

`connection-string` is now considered deprecated but still supported

Tests are separated into `deprecated` and `ng` in case deprecation results in removed of connection-string support
2020-10-29 12:32:25 +05:30
aksm-ms 453d808d70
Readme update for making "database" optional (#24)
* Update README.md
2020-10-15 13:09:08 +05:30
Tiago Pascoal 926671aa6a
Make database parameter optional. (#22)
By making the database optional opens the scenario where we just want
to issue commands on the server (eg: to create a database),

- Fix: If the database name had spaces `mysql` call would fail
- Pass the password as an environment variable instead of command line.
Eliminates warning that password method passing is insecure.
2020-10-14 14:32:04 +05:30
dependabot[bot] afb936bc2c
Bump @actions/core from 1.2.0 to 1.2.6 (#19)
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.0 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-08 19:31:50 +05:30
Amruta Kawade b8b2703412
Create issue-label-bot.yaml (#20)
* Create issue-label-bot.yaml

* Rename github/issue-label-bot.yaml to .github/issue-label-bot.yaml
2020-10-06 11:57:36 +05:30
aksm-ms b5eb69dd3b
Users/aksm/fix readme conn string (#18)
* Update README.md
2020-09-24 17:08:01 +05:30
aksm-ms 9fc4b6bb8c
Merge branch 'users/aksm/fix-azure-login' into master 2020-09-22 08:23:38 +05:30
aksm-ms 764f0a8bc6
Merge pull request #10 from Azure/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-09-22 07:50:42 +05:30
aksm-ms 1bf1a2c9ad
Merge pull request #13 from Azure/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-09-22 07:50:15 +05:30
aksm-ms 8d15949caa
Merge pull request #15 from Azure/dependabot/npm_and_yarn/handlebars-4.7.6
Bump handlebars from 4.4.5 to 4.7.6
2020-09-22 07:49:32 +05:30
aksm-ms 4a0efe1fe0
Fix for adding azure login when firewall is configured (#14)
* fix for azure login context
* added unit tests
2020-09-22 07:42:14 +05:30
dependabot[bot] 2bf45e0f9f
Bump handlebars from 4.4.5 to 4.7.6
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.5 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.5...v4.7.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-10 01:21:40 +00:00
Usha N e0e39cd138
Update README.md 2020-08-31 17:50:13 +05:30
Usha N 5b6b5a7582
Update README.md 2020-08-31 17:49:32 +05:30
Usha N 20f1eb13ef
Update README.md 2020-08-31 17:48:27 +05:30
dependabot[bot] 3af04834d9
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 18:49:19 +00:00
Ashish Ranjan 74211b75e2
Add workflow file for L0 tests (#12) 2020-04-08 02:39:20 +05:30
Ashish Ranjan 8f6fd58994
Add L0 tests for MySql action (#11) 2020-04-02 11:30:44 +05:30
dependabot[bot] 9613675629
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-16 14:51:30 +00:00
UshaN 8bf7d3cf48
Update README.md 2019-11-13 20:25:38 +05:30
Ashish Ranjan 725d94cd0e
Validate server name (#8) (#9) 2019-11-12 11:18:29 +05:30
Ashish Ranjan b10f579008
Validate server name (#8) 2019-11-12 10:49:47 +05:30
Ashish Ranjan 0b87e73f59 Update README for MySQL action (#7)
* Update README for MySQL action

* update
2019-11-07 10:26:38 +05:30
Ashish Ranjan 7705a7c2ce
Update README for MySQL action (#7)
* Update README for MySQL action

* update
2019-11-06 21:09:21 +05:30
Ashish Ranjan d1dc6cc9a7
Azure MySql action v1 (#6) 2019-11-05 13:43:02 +05:30
Ashish Ranjan 101ff8f19f
Handle special characters in password (#5)
* Handle special characters in password

* more fixes
2019-11-05 12:46:59 +05:30
Ashish Ranjan 66b68b0d91
update yml description (#2) 2019-11-05 08:40:18 +05:30
Ashish Ranjan 0871478cfe
Azure MySQL Action (#1)
* Azure MySQL Action

* Addressed review comments

* code fixes
2019-11-01 14:46:53 +05:30
Microsoft Open Source 5f9b34cdfb Initial commit 2019-09-25 01:20:50 -07:00
Microsoft Open Source 484f259a1c Initial commit 2019-09-25 01:20:49 -07:00
Microsoft Open Source 766a078404 Initial commit 2019-09-25 01:20:48 -07:00
Microsoft Open Source 80d3c0cfea Initial commit 2019-09-25 01:20:47 -07:00