Matthew Garrett
|
28b4a32c80
|
Merge branch 'main' into azure-ipam-dod
|
2023-10-30 08:51:10 -07:00 |
DCMattyG
|
895240fa3a
|
Merge pull request #202 from Azure/resv-specific-cidr
Reserve Specific CIDR + Fixes
|
2023-10-30 00:46:35 -07:00 |
Matthew Garrett
|
8a407f642f
|
Updated API docs with better descriptions
|
2023-10-29 21:04:16 -07:00 |
Matthew Garrett
|
67ffb35c80
|
Added ability to specify CIDR when creating a Reservation, fixed close action for Reservations view in UI and added X-Frame-Options header to prod NGINX config
|
2023-10-29 17:07:57 -07:00 |
Matthew Garrett
|
d9fc49e301
|
Commented out undeeded ENV mappings
|
2023-10-29 12:10:38 -07:00 |
Matthew Garrett
|
879a9ea40c
|
Updated NPM packages
|
2023-10-23 21:47:40 -07:00 |
Matthew Garrett
|
c919e2b086
|
Fixed merge issues with main
|
2023-10-23 21:45:44 -07:00 |
Harvey Bendaña
|
d9c5f4e3b6
|
Merge pull request #201 from Azure/ip-planner-bugfix
IP Planner Fixes, Vulnerability Fixes and Clickjacking Fix
|
2023-10-23 15:36:52 -07:00 |
Matthew Garrett
|
cb9d678f60
|
Updated NPM packages, fixed IP planner CIDR calculation, and added X-Frame-Options header for UI component
|
2023-10-22 22:30:32 -07:00 |
Matthew Garrett
|
81e1c8140e
|
Updated NPM packages
|
2023-10-22 21:47:14 -07:00 |
Matthew Garrett
|
6b903ae055
|
Fixed Planner code and updated NPM packages
|
2023-10-21 22:53:35 -07:00 |
Matthew Garrett
|
f9dec51040
|
Increased chunk size warning and got Function deployment working
|
2023-10-18 20:59:26 -07:00 |
Matthew Garrett
|
5fdc545d2b
|
Updated Azure PowerShell SDK minimum version requirements
|
2023-10-17 14:57:28 -07:00 |
Matthew Garrett
|
98e5a6e4b4
|
Got Function deployment mostly working
|
2023-10-17 09:24:15 -07:00 |
Matthew Garrett
|
375e4c59a8
|
Started refactoring deployment script to default to AppService native
|
2023-10-13 07:39:10 -07:00 |
Matthew Garrett
|
058befa652
|
Merge branch 'azure-ipam-dod' of https://github.com/Azure/ipam into azure-ipam-dod
|
2023-10-10 13:38:20 -07:00 |
Matthew Garrett
|
4c077af2a0
|
Fixed single container deploymet, added some framework to allow for a code only deployment, and addressed a few minor verbiage fixes
|
2023-10-10 13:38:03 -07:00 |
DCMattyG
|
71c7d09d7e
|
Merge pull request #188 from Azure/admin-users-fix
Admin Users Fix
|
2023-10-10 09:53:48 -07:00 |
Matthew Garrett
|
b37ea4f6e9
|
Fixed issue in Admin model to allow the 'email' field to be either null or excluded
|
2023-10-10 07:45:50 -07:00 |
Matthew Garrett
|
7be9ff59ce
|
Merge branch 'azure-ipam-dod' of https://github.com/Azure/ipam into azure-ipam-dod
|
2023-10-09 23:41:09 -07:00 |
Matthew Garrett
|
78751dca1c
|
Fixed single container deploymet, added some framework to allow for a code only deployment, and addressed a few minor verbiage fixes
|
2023-10-09 23:40:46 -07:00 |
DCMattyG
|
25719104fa
|
Merge pull request #186 from Azure/block-vnets-fix2
Additional Block Network Fixes
|
2023-10-09 15:43:39 -07:00 |
Matthew Garrett
|
ebed69883b
|
Fixed additional issues properly refreshing available networks when switching between blocks
|
2023-10-09 14:51:54 -07:00 |
DCMattyG
|
d59001f1e3
|
Merge pull request #185 from Azure/block-vnets-fix
Block Virtual Networks Fix
|
2023-10-09 12:04:16 -07:00 |
Matthew Garrett
|
b9c8380139
|
Added fix to clear block network data when underlying block changes to prevent multiple refreshes
|
2023-10-09 10:31:37 -07:00 |
Matthew Garrett
|
388e182d4e
|
Fixed single container deploymet, added some framework to allow for a code only deployment, and addressed a few minor verbiage fixes
|
2023-10-09 10:20:28 -07:00 |
DCMattyG
|
92250573b2
|
Merge pull request #181 from Azure/ipam-pydantic-v2
Pydantic v2 + Bug Fixes
|
2023-10-07 20:56:11 -07:00 |
Matthew Garrett
|
bd4e30eb32
|
Incremented version number
|
2023-10-07 18:16:11 -07:00 |
Matthew Garrett
|
1d4a5b006d
|
Added comments to testing script
|
2023-10-07 17:25:56 -07:00 |
Matthew Garrett
|
c3663b4dd3
|
Fixed delete Reservation test
|
2023-10-06 23:08:28 -07:00 |
Matthew Garrett
|
5e4ba453eb
|
Added jest to ESLint and fixed serialization for lists of models
|
2023-10-06 22:31:45 -07:00 |
Matthew Garrett
|
b662a172f5
|
Updated all NPM packages, added ESLint back in and configured linting, added additional automated API tests, fixed React dependencies, added total selected/vnets in Block Networks component, fixed bug when saving External Networks and addressed a few additional JS issues that ESLint revealed
|
2023-10-06 21:43:46 -07:00 |
Matthew Garrett
|
9e73c08894
|
Set Vite build log level to 'warn' to avoid issues with unicode output from 'info' level
|
2023-09-29 19:57:12 -07:00 |
Matthew Garrett
|
caa49a53c0
|
Added ability to drag Diaglog boxes within the UI
|
2023-09-27 09:54:14 -07:00 |
Matthew Garrett
|
4567849ae9
|
Upgrade to Pydantic v2, refactored Pydantic models to align to v2 changes and adjusted some code formatting to improve readability
|
2023-09-20 07:19:52 -07:00 |
DCMattyG
|
b4dd183adb
|
Merge pull request #170 from Azure/ipam-vite
Azure IPAM 2.0 Updates
|
2023-09-18 19:45:39 -07:00 |
Matthew Garrett
|
e9d7c3ecaf
|
Fixed FastAPI version requirement
|
2023-09-18 17:07:49 -07:00 |
Matthew Garrett
|
be4113d980
|
Removed uneeded comments
|
2023-09-18 12:22:14 -07:00 |
Matthew Garrett
|
8983f79db4
|
Updated meta description
|
2023-09-14 21:32:46 -07:00 |
Matthew Garrett
|
b6e0f642ad
|
Removed obsolete npm packages and cleaned up init script for UI
|
2023-09-14 21:27:42 -07:00 |
Matthew Garrett
|
0118bb755e
|
Replaced http-server with Vercel serve
|
2023-09-14 20:59:06 -07:00 |
Matthew Garrett
|
2866208986
|
Fixed env.js location issue
|
2023-09-13 21:19:56 -07:00 |
Matthew Garrett
|
acefbfc542
|
Updated deployment script container image references
|
2023-09-13 14:10:04 -07:00 |
Matthew Garrett
|
df0850f9ef
|
Removed ClientFactory in lieu of transport sharing and cleaned up unused imports
|
2023-09-12 07:11:36 -07:00 |
Matthew Garrett
|
4ec572471b
|
Implimented first attempt as client sharing, fixed redoc feature, and pinned down more specific python module versions
|
2023-09-11 16:07:36 -07:00 |
DCMattyG
|
a354f6f1c4
|
Merge pull request #168 from Azure/workflow-fix
MSRC Workflow Fix
|
2023-09-08 18:34:47 -07:00 |
Matthew Garrett
|
6cef510703
|
Removed L:25 in testing workflow to address MSRC
|
2023-09-08 17:47:13 -07:00 |
Matthew Garrett
|
bbb7ee4076
|
Properly included env.js into index.html build, adjusted workflow, and changed Cosmos client to be global
|
2023-09-06 23:00:45 -07:00 |
Matthew Garrett
|
e38a7236f2
|
Migrated from CRA to Vite and updated NodeJS to v18.x
|
2023-09-03 11:38:54 -07:00 |
DCMattyG
|
31165c4a3a
|
Merge pull request #164 from Azure/ghactions-build
GitHub Action Production Container Build
|
2023-09-02 13:48:21 -07:00 |