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

35 Коммитов

Автор SHA1 Сообщение Дата
Jeff Fisher 27cf5d43c4
Fix links in contributing.md (#28707)
### Packages impacted by this PR

None


### Describe the problem that is addressed by this PR

Our friendly CI linkchecker noticed that the GPL link in contributing.md
was broken, so I updated the links to opensource.org. Other license
links were still active, but were being redirected, so I updated those
as well.
2024-02-28 20:41:31 +00:00
Deyaaeldeen Almahallawi 204f7fd8b1
Add missed prereq python library (#27660)
I bumped into this issue when I was running `rush update` on a
clean-slate Windows.
2023-11-06 11:55:53 -08:00
Harsha Nalluru f37c3f54e3
[Recorder] [Test Proxy] [Asset Sync] Updates to the docs (#25350)
Updates the outdated docs, minor improves the current documentation and
the migration guides.

Also created a wiki -
https://github.com/Azure/azure-sdk-for-js/wiki/Golden-Testing-Commands
2023-03-28 14:14:32 -07:00
Ronnie Geraghty 33d76514fb
3rd Party Libs in Samples (#25115)
Adding guidance on the proper usage of 3rd Party Libraries in our
samples.
2023-03-14 17:00:21 -07:00
Jeremy Meng f280f87f7b [engsys] fix broken nodejs lts schedule link
On https://nodejs.org/ it is now point to https://github.com/nodejs/release#release-schedule

***NO_CI***
2022-09-19 16:37:05 -04:00
Harsha Nalluru 1c0a4852d7
Update CONTRIBUTING.md (#22073) 2022-06-03 23:39:28 +00:00
Harsha Nalluru c5e6841d90
Update CONTRIBUTING.md (#20302) 2022-02-10 20:21:52 +00:00
Jonathan Cárdenas 68cc258cc6
Add core client libraries info in the contributing guide (#20041) 2022-01-25 11:28:23 -08:00
Jeremy Meng 593d203eb8
[Docs] update CONTRIBUTING.md to link to our Rush wiki page (#19814)
* [Docs] update CONTRIBUTING.md to link to our Rush wiki page

* Update CONTRIBUTING.md

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2022-01-13 00:14:34 +00:00
Harsha Nalluru 8dbbedd71a
[Recorder] Adding a note in the readme to release publicly and rename the package(everywhere) (#17127)
* Adding a note in the readme to release publicly

* rename `@azure/test-utils-recorder` to `@azure-tools/test-recorder`

* lock file

* delete recorder new file
2021-08-26 21:22:27 +00:00
Will Temple 5ce8704e27
Add C++ toolchain requirement to CONTRIBUTING.md (#16889)
Adds this requirement to our CONTRIBUTING guide per discussions in #15940.
2021-08-16 11:12:32 -07:00
Ramya Rao f854a850e0
Update contributing guide to reflect Node.js support (#16057)
The watchful eyes of @vishnureddy17 found that we still have reference to Node.js 8 in our Contributing Guide!!

This PR fixes that.

Related to #7022
2021-06-29 00:02:10 +00:00
Chidozie Ononiwu a64747cf6a Rename hardcoded master links to use main 2021-06-22 15:51:16 -07:00
Deyaaeldeen Almahallawi cbd26af003
[Dev-tool] Use prettier configs from path (#14546)
* [Dev-tool] Use prettier configs from path

* fix

* fix paths
2021-03-26 17:04:59 -04:00
Deyaaeldeen Almahallawi 3f72e222e0
[Git precommit hook] Deleted (#13982)
This PR deletes the git precommit hook after folks complained about it. I am keeping the rush prettier command in case anyone wants to keep the hook locally. 

I will merge this PR after I add a step for formatting checking in CI.
2021-03-16 21:22:45 +00:00
Ramya Rao f7b4886c36
Fix warning on insecure link (#13635) 2021-02-05 15:41:08 -08:00
Deyaaeldeen Almahallawi 11783a3360
[Contributing guide] Adding a section about documentation (#13463)
* [Contributing guide] Adding a section about documentation

* edit

* edit
2021-01-29 11:01:00 -05:00
Deyaaeldeen Almahallawi 80ee292c73
fix link (#12188) 2020-10-30 15:18:53 -04:00
Deyaaeldeen Almahallawi db7f489240
fix (#12088) 2020-10-27 15:31:53 -04:00
Deyaaeldeen Almahallawi d72136677a
updating CONTRIBUTING.md (#11920)
* updating CONTRIBUTING.md

* Update CONTRIBUTING.md

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* Update CONTRIBUTING.md

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* Update CONTRIBUTING.md

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* add instructions for using codespace

* edit onboarding section

* Update CONTRIBUTING.md

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* edit the npm bit

* Update CONTRIBUTING.md

Co-authored-by: Jeff Fisher <xirzec@xirzec.com>

* build -> rebuild

* address feedback

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
Co-authored-by: Jeff Fisher <xirzec@xirzec.com>
2020-10-27 14:01:26 -04:00
Deyaaeldeen Almahallawi 6531b9b85a
Verifying VS Code debugger with default configuration works on tests in our SDKs (#10145)
* update the CONTRIBUTING.md guide to point to the automatic debug configuration feature in vscode

* delete all custome vscode configs

* factoring out coverage scripts so that mocha with ts-node can work with vscode debugger
2020-08-11 14:24:30 -04:00
Wes Haggard 33028ab725
Add basic dev and versioning doc pointers 2020-08-06 15:52:48 -07:00
KarishmaGhiya 1d25f3eeb2
verification of links pipelines (#9216) 2020-07-10 17:04:09 -07:00
Rick Winter b36c68c4e8
Fix the project name in the contributing section (#8742) 2020-05-06 12:33:56 -07:00
Daniel Rodríguez 443e7ae80f
Reusing scripts for live resources & no more deploy buttons (#8398)
This PR is here to save us from the Deploy button rabbit hole and put us back in track with powershell.

The Deploy Button approach has considerable caveats. Some of them being:

The forms they generate don't provide a lot of tooling to explain how to fill these properties.
The forms they generate require considerable knowledge to feel its properties.
They appear to be simple at a first glance, but they require considerable documentation to make them viable for general users.
Instead of continuing to go the route of Deploy Buttons, we can re-use the PowerShell programs that have been made available in out TS/JS SDK just as well as they exist in the other languages' SDKs, and which have already been documented once at the root of the project, and only make reference to these tools in the test folders, where contributors will surely check. Other general consumers should be safe by ignoring these and simply following the available Azure documentation to create any resources for their own programs, without having to worry about the specific needs of our integration tests.

This PR does the same change on all of the other projects that have test-resources.json.

Once this is merged, the following issues will be solved:

Closes #7532 , since it will be OK to keep template parameters in the ARM templates.
Closes #7366 , since the new indications will suffice.
Closes #7365 , since the new indications will suffice.
Closes #7364 , since the new indications will suffice.
Closes #7363 , since the new indications will suffice.
Closes #6647 , since there will be no remaining pending tasks.

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
2020-04-24 13:25:30 -04:00
Daniel Jurek a8002ae32f
add instructions for running live tests to CONTRIBUTING.md (#7804) 2020-03-17 20:50:22 -07:00
KarishmaGhiya 035a4d24c0
adding execute sample step in all package.json(s) (#6062) 2019-11-07 11:09:41 -08:00
bsiegel b2ddbb5ce2
Document use of wrapper script in place of global Rush install (#5220) 2019-09-23 11:41:43 -07:00
Harsha Nalluru 9ed684626f
[Cosmos] Pipelines for cosmos sdk (#4881)
* Pipelines and setup for cosmos sdk  (#16)

* resolve merge conflict - tsconfig.json

* add cosmos in rush.json

* update dependencies - sync-versions

* add script "extract-api"

* delete .prettierrc

* update package.json script commands

* npm run bundle command

* Fix typo in samples/package.json

* npm run clean command

* remove unrelated file .gitattributes

* Update package.json repo links

* add ci.yml from cosmos v2

* Node 6 to Node 8 - integration step

* azure-cosmos-js -> azure-sdk-for-js

* Update License document

* update tool chain from npm to rush

* add package name

* delete package-lock.json

* add cosmos-additional-steps.yml file

* add PostIntegrationSteps variable

* condition: succeededOrFailed() for additional steps

* add parameters PackageName and PackagePath

* Smaller Matrix for Unit tests as per Daniel's idea

* parameters - fix typo

* regenerate pnpm-lock file

* test:consumer -> test-consumer

* remove matrix for unit-tests

* checking if bash task affects the build

* update test-consumer command

* script over one-line setup

* remove endpoint in env vars

* disable IndexManagement sample

* add mocha-junit-reporter

* update pipeline script (#18)

* add await for cosmosdb to start

* use java emulator install procedure

* add variables for emulator msi

* use parameters as would be expected

* use correct quotes

* remove java-specific steps, use accepted emulator msi url

* without the single quote

* update start-process step

* ProgramFiles -> Temp
2019-08-29 15:48:40 -07:00
Harsha Nalluru fd1d6011b4
Update Contributing.md - "rush add" command with --caret flag (#4512) 2019-07-30 11:47:05 -07:00
KarishmaGhiya 73f7f90c4e
[event-hubs, service-bus] referencing developer guide in the readme and contribute.md (#4269)
* referencing developer guide in the readme and contribute.md
2019-07-12 11:40:03 -07:00
bsiegel 40464b6379
Move dev guide to CONTRIBUTING.md (#3636) 2019-06-10 15:47:32 -07:00
Harsha Nalluru 89bc8b60d3
[Storage] Migrate open PRs for azure-storage-js to the central repo (#2317)
* Improved comments for `BlockBlobURL.upload()` fixed #29.

* * Exported `HttpRequestBody` type for who wants to implement a customized HTTP client.

* Added sleep for server latency failed test cases

* Updated wiki link to readme

* Update README.md

* Fix typo in browser test instructions

* fix #65 correct 30 * 60 * 1000 = 30 mins

* keep files corresponding to the changes only

* Resolve merge conflicts

* Resolve conflicts due to merge resolutions

* Make changes correspondingly in typescript samples
2019-04-23 11:07:49 -07:00
Jiyeon Seo 7c8ebde9d1 add code of conduct to the readme and contributing doc 2018-10-11 21:37:55 +09:00
Dan Schulte f30dc3098e Initial commit for copying files from azure-sdk-for-node 2018-08-27 13:58:16 -07:00