* Add dark theme for APIView
* Add button for switching themes
* persist Dark Theme
* Allow Updates to UserPreference on all Pages
* Handle cases where preference model is null
* Fix colors for popover
* Improvements around aliased types
Issue a diagnostic error if an exported, aliased type contains nested
types that aren't exported from the same package.
Include methods for aliased types in the source package.
Removed references to ioutil as it's been deprecated.
* skip unexported fields
* handle arrays
* fix happy line
* little more refinement
* refine per feedback
* array with pointer-to-type
* add tests
* update docs/trusting-cert-per-language for Mac troubleshooting
* fix images under the _images folder
Co-authored-by: ponopono0322 <ponopono0322@gmail.com>
* new pipeline for codegen
* bugfix: taskresult is required, check exist before prepare sourcecode
* Simplify Judgment Conditions
* delete unnecessary variable
* separate artifacts from total one to three part
* move mkdir out of loop for it has the same path
* may not generate artifact so event task failed, the pipeline should continue next task
* use pr number to checkout swagger repo
* [bugfix] fix missed parameter
* delete test code
* pipeline support use swagger pr to checkout spec repo
* try upload logs file to artifact even sdk generation failed
* debug for pipeline
* build dpg
* codegen pipeline support java dpg
* add release pipeline name and build type in result
* use azure-sdk account for create sdk pr
* support add ex cmd for docker
* event generate and build stage failed, try to upload source code and artifact
* don't exit 1 event generate cmd return 1
* use one token for all git cmd
* set sdk url by variable
* use env variable to control whether to show debug info
* remove hard code branch
* roll back for debug
* test
* set basedir for git wapper
* lint fix
* update js ci test repo commitid
* lint fix
* standardize line endings for RecordingHandler.cs. Update pem to an expired certificate that should be valid crossplat. remove trial RemoveOnLinuxFact
* use vendored internal-only azure-core classes for loading a X509Certificate2 from the TLS Certificate input string.
* adding in TypeError to exception for next() if type cant be inferred
* update version
* fix paging test
* pass -> return so that on exceptions we dont throw a warning
* fixing merge conflict
* spacing:
* spacing
* update class names
* docs
* tests
* fixme
* change to convention
* only allow imports from transport
* spacing
* naming
* better naming
* typo in tests
* update linter names
* fix test (please)
* better class name
- Change percentages from two to one decimal place, since our results are not stable enough to justify two decimals
- Update sample results to 4 significant figures
- Fixes#3703
* Add option for hiding left navigation
* Improve reviews page command bar
* Persist page settings as user preferences
* Smart update cache
* Add auto mapper for mapping between models
Co-authored-by: Dohyun Kim <tnghwk0661@gmail.com>
Co-authored-by: Jeesang Kim <jeenowden@gmail.com>
Co-authored-by: Dohyun Kim <tnghwk0661@gmail.com>
Co-authored-by: Jeesang Kim <jeenowden@gmail.com>