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
Microsoft GitHub User
6b9d6f0547
Initial commit
2019-09-25 01:20:43 -07:00