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

157 Коммитов

Автор SHA1 Сообщение Дата
Ryan Zhang 40d16950ce
Merge pull request #119 from Azure/dependabot/go_modules/golang.org/x/text-0.3.8
chore: Bump golang.org/x/text from 0.3.7 to 0.3.8
2023-10-26 18:39:01 -07:00
Ryan Zhang f1b7f8fe03 fix go sum 2023-10-26 18:36:08 -07:00
dependabot[bot] 3b0274cc43 Chore(deps): Bump golang.org/x/text from 0.3.7 to 0.3.8
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 18:23:42 -07:00
Ryan Zhang 5f521e52be
Merge pull request #118 from Azure/dependabot/go_modules/github.com/prometheus/client_golang-1.11.1
Chore(deps): Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1
2023-10-26 18:00:09 -07:00
Ryan Zhang b129eb8e3c
Update pr-title-config.json
to allow Chore(deps)
2023-10-26 17:59:36 -07:00
dependabot[bot] 557eed20d3
Chore(deps): Bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 03:07:44 +00:00
Fei Guo 9f2434d147
Merge pull request #117 from ryanzhang-oss/add-join-leave
feat: add work agent join/leave
2022-09-14 10:47:17 -07:00
Ryan Zhang b69a93e116 fix test 2022-09-13 23:13:01 -07:00
Ryan Zhang b13ae5457c add work agent join/leave 2022-09-13 22:44:41 -07:00
Ryan Zhang ba21e65fff
Merge pull request #115 from ryanzhang-oss/remove-dep
fix: remove license
2022-09-07 03:41:45 -07:00
Ryan Zhang 22345681a6 add an IT to make sure ordinal change is no op 2022-09-07 02:54:04 -07:00
Ryan Zhang f6600e4782 fix: remove license 2022-09-07 02:22:09 -07:00
Ryan Zhang bfe6eaf6b1
Merge pull request #114 from ryanzhang-oss/fix-crash-ordinal
fix: the nil crash and ignore ordinal in compare resources
2022-09-07 02:21:03 -07:00
Ryan Zhang 549847da7e fix the nil crash and ignore ordinal in compare resources 2022-09-06 15:30:35 -07:00
Ryan Zhang 0e82fabab7
Merge pull request #113 from ryanzhang-oss/fix-applied
fix: reconcile appliedWork status no matter what
2022-08-27 00:00:11 -07:00
Ryan Zhang d05c086031 fix the stoped applied work status 2022-08-26 23:40:46 -07:00
Fei Guo 09055de697
Merge pull request #112 from ryanzhang-oss/remove-work-status
feat: merge two controllers and rewrite test
2022-08-26 17:47:26 -07:00
Ryan Zhang 8d93a51340 merge two controllers and rewrite test 2022-08-26 16:35:30 -07:00
Fei Guo edd54e51f1
Merge pull request #111 from ryanzhang-oss/impl-patch
fix: use client side patch instead of server side apply
2022-08-26 15:04:53 -07:00
Ryan Zhang 3d4e29dd03 fix test 2022-08-26 03:00:31 -07:00
Ryan Zhang 752e3b1814 add more tests and fix the bug of no identifier 2022-08-26 01:49:07 -07:00
Ryan Zhang dcfd3ddfe5 use three way patch instead of server side apply 2022-08-25 01:05:57 -07:00
Fei Guo c7de5580cb
Merge pull request #109 from ryanzhang-oss/fix-test
fix: fix lint and test
2022-08-22 15:27:45 -07:00
Ryan Zhang 0f0b0f6fe8 fix lint and UT 2022-08-22 15:16:21 -07:00
Fei Guo 14717b5181
Merge pull request #108 from ryanzhang-oss/fix-test
Feat: reduce the work-api reconcile time
2022-08-22 14:23:59 -07:00
Ryan Zhang f8d51a7b3e feat: reconcile less 2022-08-22 14:00:42 -07:00
Fei Guo 46f0efa533
Merge pull request #107 from ryanzhang-oss/fix-reference
Feat: refactoring the controller code
2022-08-20 13:15:33 -07:00
Ryan Zhang 2fa480598a remove bad test 2022-08-20 00:30:59 -07:00
Ryan Zhang 6cd17f45af fix lint 2022-08-19 23:33:51 -07:00
Ryan Zhang 94de11ad1f fix test 2022-08-19 19:39:57 -07:00
Ryan Zhang 014b73f298 address comments 2022-08-19 16:19:41 -07:00
Ryan Zhang 8aee597e81 fix test 2022-08-17 17:31:31 -07:00
Ryan Zhang bd375d5580 refactor code 2022-08-17 00:14:12 -07:00
Ryan Zhang bead9cad25 remove all constant 2022-08-15 23:06:10 -07:00
Arvind Thirumurugan 0f90f7ee91
Fix stop reconcile (#106) 2022-08-11 13:48:24 -07:00
Youn Jae Kim 95457e5595
Feat: Applied Stops to controllers (#101)
* Applied stops + tests

* 2nd commit

* Updating tests based on changes

* updating UTs to be correct

* fixing imports / fixes based on comment

* Changing test names

* Changing test names

* Quick test fix

Co-authored-by: Youn Jae Kim <younjaekim@microsoft.com>
2022-08-10 13:37:40 -07:00
Ryan Zhang 5a33b80757
Merge pull request #102 from ryanzhang-oss/fix-crds
Fix: generate the full crds
2022-08-09 19:02:06 -07:00
Ryan Zhang 5de8b3c75f fix crds 2022-08-09 15:03:26 -07:00
Youn Jae Kim 7d4503eb40
Feat: Adding integration function for fleet (#99)
* initial commit

* changed all controllers to use unmanaged

* removed unmanaged

* comment fix

Co-authored-by: Youn Jae Kim <younjaekim@microsoft.com>
2022-08-04 15:53:59 -07:00
Youn Jae Kim 6adc723996
Fix: Fixed problems on e2e test (#100)
* Fixed problems on e2e test

* removed duplicate By Statements

Co-authored-by: Youn Jae Kim <younjaekim@microsoft.com>
2022-08-04 15:17:25 -07:00
Youn Jae Kim 6ec7e3f763
Feat: Added Available Condition to apply_controller (#97)
* Added Available Condition

* Added Available Condition

* comment fix

Co-authored-by: Youn Jae Kim <younjaekim@microsoft.com>
2022-08-01 17:10:50 -07:00
Youn Jae Kim aae628a776
Fix: Adding 5 min to the reconciliation loop for apply_controller.go (#98)
* Adding 5 min to the reconciliation loop for apply_controller.go

* edited unit test

* edited unit test

Co-authored-by: Youn Jae Kim <younjaekim@microsoft.com>
2022-08-01 16:07:07 -07:00
Youn Jae Kim 18190af6c6
just a simple fix (#96)
Co-authored-by: Youn Jae Kim <younjaekim@microsoft.com>
2022-08-01 14:51:11 -07:00
Youn Jae Kim cf7ff6de9c
Fix: update the manifest conditions last update time (#94)
* moved from 5e6926b1d6

* prints

* added lastTransition time

* removed prints

Co-authored-by: Youn Jae Kim <younjaekim@microsoft.com>
2022-08-01 14:50:35 -07:00
Ryan Zhang 5ebb1440b6
Merge pull request #93 from aagusuab/fix-apiserver-fail
Fix: Fixing the failure of apiserver shutdown when running integration tests locally
2022-07-29 11:25:15 -07:00
Youn Jae Kim f1e12fdd91 removed eventually 2022-07-29 11:03:55 -07:00
Youn Jae Kim 27418fd3bc
Allowing work namespace to be chosen by the users. (#92)
Co-authored-by: Youn Jae Kim <younjaekim@microsoft.com>
2022-07-28 13:27:18 -07:00
Youn Jae Kim 922722acdc
Fixed the ordinal related bug. (#89)
Co-authored-by: Youn Jae Kim <younjaekim@microsoft.com>
2022-07-28 13:27:06 -07:00
Youn Jae Kim 7c1693d809 Allowing work namespace to be chosen by the users. 2022-07-27 13:50:23 -07:00
Youn Jae Kim 2fcb10a170
Fix: Fixing eventual test failures for UT (#90)
* Fixing eventual test failures

* Fixing eventual test failures

* updating test

* updating e2e test

* updating e2e test

* undoing changes on unit test for testing purpose

Co-authored-by: Youn Jae Kim <younjaekim@microsoft.com>
2022-07-26 15:07:27 -07:00