https://github.com/kubeflow/katib
Name Target Message Date
HEAD 7df05c2 fix: clean up UTs for file metrics collector (#2285) * chore: replace testDir with tempDir. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: expose and compare errors. Signed-off-by: Electronic-Waste <2690692950@qq.com> * refactor: integrate test generation func into testCases. Signed-off-by: Electronic-Waste <2690692950@qq.com> * refactor: update error comparing mechanism. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: make some changes under the review of yuki. Signed-off-by: Electronic-Waste <2690692950@qq.com> --------- Signed-off-by: Electronic-Waste <2690692950@qq.com> 03 April 2024, 06:42:22 UTC
refs/heads/0.2 826657c Corrected typos in hyperband example yml (#146) 20 August 2018, 02:36:42 UTC
refs/heads/0.6 47d4d8f Add npm build to the UI Dockerfile (#665) * Remove build from the Repo * npm build in dockerfile * Remove no-cache * Change size 28 June 2019, 01:33:21 UTC
refs/heads/dependabot/npm_and_yarn/pkg/ui/v1beta1/frontend/cypress/request-and-cypress-3.0.1 f96f67b Bump @cypress/request and cypress in /pkg/ui/v1beta1/frontend Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together. Updates `@cypress/request` from 2.88.10 to 3.0.1 - [Release notes](https://github.com/cypress-io/request/releases) - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/request/compare/v2.88.10...v3.0.1) Updates `cypress` from 10.11.0 to 13.2.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v10.11.0...v13.2.0) --- updated-dependencies: - dependency-name: "@cypress/request" dependency-type: indirect - dependency-name: cypress dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> 22 September 2023, 04:44:36 UTC
refs/heads/dependabot/npm_and_yarn/pkg/ui/v1beta1/frontend/express-4.19.2 1a85f27 Bump express from 4.18.2 to 4.19.2 in /pkg/ui/v1beta1/frontend Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> 25 March 2024, 20:06:40 UTC
refs/heads/dependabot/npm_and_yarn/pkg/ui/v1beta1/frontend/ip-1.1.9 212f639 Bump ip from 1.1.5 to 1.1.9 in /pkg/ui/v1beta1/frontend Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. - [Commits](https://github.com/indutny/node-ip/compare/v1.1.5...v1.1.9) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> 21 February 2024, 13:32:47 UTC
refs/heads/dependabot/npm_and_yarn/pkg/ui/v1beta1/frontend/postcss-and-angular-devkit/build-angular-8.4.31 c2ed8c9 Bump postcss and @angular-devkit/build-angular Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `postcss` from 7.0.38 to 8.4.31 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.38...8.4.31) Updates `@angular-devkit/build-angular` from 12.2.7 to 16.2.5 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/12.2.7...16.2.5) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> 17 October 2023, 12:46:55 UTC
refs/heads/dependabot/npm_and_yarn/pkg/ui/v1beta1/frontend/webpack-dev-middleware-and-angular-devkit/build-angular-6.1.2 77edb83 Bump webpack-dev-middleware and @angular-devkit/build-angular Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) to 6.1.2 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `webpack-dev-middleware` from 3.7.3 to 6.1.2 - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v6.1.2/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v3.7.3...v6.1.2) Updates `@angular-devkit/build-angular` from 12.2.7 to 17.3.2 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/12.2.7...17.3.2) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> 25 March 2024, 15:16:50 UTC
refs/heads/master 7df05c2 fix: clean up UTs for file metrics collector (#2285) * chore: replace testDir with tempDir. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: expose and compare errors. Signed-off-by: Electronic-Waste <2690692950@qq.com> * refactor: integrate test generation func into testCases. Signed-off-by: Electronic-Waste <2690692950@qq.com> * refactor: update error comparing mechanism. Signed-off-by: Electronic-Waste <2690692950@qq.com> * fix: make some changes under the review of yuki. Signed-off-by: Electronic-Waste <2690692950@qq.com> --------- Signed-off-by: Electronic-Waste <2690692950@qq.com> 03 April 2024, 06:42:22 UTC
refs/heads/release-0.11 036296a Katib official release v0.11.1 09 June 2021, 22:58:49 UTC
refs/heads/release-0.12 152ec07 Katib official release v0.12.0 05 October 2021, 16:13:30 UTC
refs/heads/release-0.13 e34d2fe Katib official release v0.13.0 04 March 2022, 12:43:20 UTC
refs/heads/release-0.14 0a7453d Katib official release v0.14.0 18 August 2022, 11:34:37 UTC
refs/heads/release-0.15 05ab6f0 Katib official release v0.15.0 22 March 2023, 15:18:22 UTC
refs/heads/release-0.16 fc6beec Katib official release v0.16.0 31 October 2023, 19:53:25 UTC
refs/reviewable/pr1000/r1 1e6e964 Nerual -> Neural 06 January 2020, 23:20:40 UTC
refs/reviewable/pr1001/r1 ee2d33d Fixed a few typos. 07 January 2020, 02:19:09 UTC
refs/reviewable/pr1003/r1 b20a1ce Updated links to docs/github on Katib dashboard. 07 January 2020, 02:47:14 UTC
refs/reviewable/pr1005/r1 397ce60 chore(deps): Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.0 to 1.15.0. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.12.0...v1.15.0) Signed-off-by: dependabot[bot] <support@github.com> 08 January 2020, 12:20:04 UTC
refs/reviewable/pr1006/r1 1744b02 Rename katib DB manager 08 January 2020, 08:32:53 UTC
refs/reviewable/pr1008/r1 7ef2ece Add line to readme 08 January 2020, 19:50:31 UTC
refs/reviewable/pr1008/r2 342a66e Merge remote-tracking branch 'upstream/master' into push-to-kubeflowkatib-nas-tc 10 January 2020, 16:30:55 UTC
refs/reviewable/pr1008/r3 342a66e Merge remote-tracking branch 'upstream/master' into push-to-kubeflowkatib-nas-tc 10 January 2020, 16:30:55 UTC
refs/reviewable/pr1009/r1 a1227d8 Fix num trials problem Change tf deprecated functions Add logger instead of print 09 January 2020, 22:53:07 UTC
refs/reviewable/pr1010/r1 bc60a15 fix: Add test cases Signed-off-by: Ce Gao <gaoce@caicloud.io> 13 January 2020, 06:09:20 UTC
refs/reviewable/pr1010/r2 bc60a15 fix: Add test cases Signed-off-by: Ce Gao <gaoce@caicloud.io> 13 January 2020, 06:09:20 UTC
refs/reviewable/pr1011/r1 b4e083a Fix exp name 13 January 2020, 17:53:58 UTC
refs/reviewable/pr1011/r2 b4e083a Fix exp name 13 January 2020, 17:53:58 UTC
refs/reviewable/pr1012/r1 8781c1e fix: Avoid out-of-range exception Signed-off-by: Ce Gao <gaoce@caicloud.io> 14 January 2020, 07:52:10 UTC
refs/reviewable/pr1013/r1 b53817e Enable imagePullPolicy from katib-config 14 January 2020, 20:00:51 UTC
refs/reviewable/pr1015/r1 f4db052 fix: First check failed condition Signed-off-by: Ce Gao <gaoce@caicloud.io> 15 January 2020, 05:54:40 UTC
refs/reviewable/pr1017/r1 30c0417 Added version number and TODO descriptions to API proto. 15 January 2020, 21:28:22 UTC
refs/reviewable/pr1018/r1 fcfcc4c [FileMetricsCollector]skip line which doesn't contain any metrics keywords 16 January 2020, 11:11:54 UTC
refs/reviewable/pr1019/r1 d7f49bd feat: Add adopters Signed-off-by: Ce Gao <gaoce@caicloud.io> 17 January 2020, 06:51:23 UTC
refs/reviewable/pr1020/r1 88eeb9d feat: Support disable GRPC probe Signed-off-by: Ce Gao <gaoce@caicloud.io> 19 January 2020, 04:20:56 UTC
refs/reviewable/pr1022/r1 2e09e48 Updated links and instructions for Katib API docs. 20 January 2020, 03:08:05 UTC
refs/reviewable/pr1023/r1 a49822c fix 20 January 2020, 07:25:47 UTC
refs/reviewable/pr1023/r2 bf92dd9 remove redundant blank line 20 January 2020, 08:41:36 UTC
refs/reviewable/pr1023/r3 da696d3 hotfix 22 January 2020, 12:23:08 UTC
refs/reviewable/pr1024/r1 8e475e4 chore: Update docs Signed-off-by: Ce Gao <gaoce@caicloud.io> 20 January 2020, 08:01:45 UTC
refs/reviewable/pr1024/r2 c01e3a2 fix: Add a new line Signed-off-by: Ce Gao <gaoce@caicloud.io> 20 January 2020, 08:54:34 UTC
refs/reviewable/pr1024/r3 24fed20 fix: Fix a typo Signed-off-by: Ce Gao <gaoce@caicloud.io> 21 January 2020, 01:33:05 UTC
refs/reviewable/pr1025/r1 2cb5dac replace alipay with antfin 20 January 2020, 08:05:53 UTC
refs/reviewable/pr1026/r1 4efab49 Adding cisco in adopters 20 January 2020, 08:15:21 UTC
refs/reviewable/pr1027/r1 418343c Change hoverinfo 20 January 2020, 19:31:56 UTC
refs/reviewable/pr1028/r1 9fe9b66 fix: Ignore trials without metrics Signed-off-by: Ce Gao <gaoce@caicloud.io> 21 January 2020, 02:48:46 UTC
refs/reviewable/pr1031/r1 462e338 Close dialog when open HP Job info 23 January 2020, 20:42:47 UTC
refs/reviewable/pr1032/r1 f9e0c9f Comment about table sorting 27 January 2020, 19:04:07 UTC
refs/reviewable/pr1032/r2 f9e0c9f Comment about table sorting 27 January 2020, 19:04:07 UTC
refs/reviewable/pr1034/r1 af100cd chore(deps): Bump tensorflow-gpu Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.0 to 1.15.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.0...v1.15.2) Signed-off-by: dependabot[bot] <support@github.com> 28 January 2020, 22:20:10 UTC
refs/reviewable/pr1035/r1 efc574b chore(deps): Bump tensorflow in /cmd/suggestion/nasrl/v1alpha3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 1.15.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.14.0...v1.15.2) Signed-off-by: dependabot[bot] <support@github.com> 23 March 2020, 16:53:24 UTC
refs/reviewable/pr1036/r1 98c0332 chore(deps): Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 to 1.15.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.0...v1.15.2) Signed-off-by: dependabot[bot] <support@github.com> 28 January 2020, 23:14:34 UTC
refs/reviewable/pr1038/r1 f20256f Update adopter 30 January 2020, 17:20:08 UTC
refs/reviewable/pr1046/r1 cda1822 Adding Babylon Health as adopter 04 February 2020, 15:13:37 UTC
refs/reviewable/pr1047/r1 17a0a6c Fix trial info time 05 February 2020, 10:20:57 UTC
refs/reviewable/pr1048/r1 1e2a6c6 Show best metric in trial table 05 February 2020, 11:37:59 UTC
refs/reviewable/pr1050/r1 92269ea Add istio sidecar inject annotation to Suggestion pod and all training jobs 09 February 2020, 23:13:08 UTC
refs/reviewable/pr1050/r2 059d688 Fix comment 10 February 2020, 13:06:37 UTC
refs/reviewable/pr1050/r3 059d688 Fix comment 10 February 2020, 13:06:37 UTC
refs/reviewable/pr1053/r1 8ef8772 Adding error propagation for K8s client creation in KatibClient 12 February 2020, 18:01:03 UTC
refs/reviewable/pr1054/r1 6446e04 continue 13 February 2020, 02:34:48 UTC
refs/reviewable/pr1055/r1 436b4ee Change tell method for skopt 14 February 2020, 13:37:21 UTC
refs/reviewable/pr1056/r1 f0e3468 MXNet -> Apache MXNet 14 February 2020, 15:10:17 UTC
refs/reviewable/pr1057/r1 a67aefe Add first run condition in BO Suggestion 17 February 2020, 17:46:18 UTC
refs/reviewable/pr1057/r2 d1f857a Change log 18 February 2020, 19:15:15 UTC
refs/reviewable/pr1057/r3 00cb7ca Change dict to list of recorded trials 18 February 2020, 19:48:02 UTC
refs/reviewable/pr1057/r4 4cbc13d Get search space only for the first run 19 February 2020, 18:21:37 UTC
refs/reviewable/pr1059/r1 cf0d21b Add missing GRPC health probe for arm64 to db-manager Signed-off-by: Henry Wang <henry.wang@arm.com> 19 February 2020, 02:42:31 UTC
refs/reviewable/pr1063/r1 73011c8 Run tpe suggest for each Trial 21 February 2020, 00:28:11 UTC
refs/reviewable/pr1063/r2 df681ca Move is first run 21 February 2020, 02:30:29 UTC
refs/reviewable/pr1064/r1 b679ac3 Update adopters 21 February 2020, 16:27:40 UTC
refs/reviewable/pr1065/r1 3f5405e Enable to run experiment without goal 21 February 2020, 19:22:21 UTC
refs/reviewable/pr1065/r2 caded52 Remove goal from tfjob example 21 February 2020, 19:43:52 UTC
refs/reviewable/pr1065/r3 85e0010 fix test 21 February 2020, 22:27:58 UTC
refs/reviewable/pr1065/r4 bb07133 Add goal to tfjob example 23 March 2020, 13:26:22 UTC
refs/reviewable/pr1065/r5 eef146b Merge remote-tracking branch 'upstream/master' into issue-1060-no-goal-controller-crash 23 March 2020, 13:36:09 UTC
refs/reviewable/pr1066/r1 c82c3f6 Make Katib capitalised in proposals 24 February 2020, 15:55:05 UTC
refs/reviewable/pr1066/r2 0356318 Remove CUJ from ROADMAP 24 February 2020, 16:32:14 UTC
refs/reviewable/pr1068/r1 3df45b5 Fix comment 24 February 2020, 23:16:40 UTC
refs/reviewable/pr1069/r1 e6c3475 dynamic jobProvider and suggestionComposer registration 25 February 2020, 12:07:49 UTC
refs/reviewable/pr1069/r2 35929d2 fix 26 February 2020, 02:27:07 UTC
refs/reviewable/pr1069/r3 e4d2988 refine imports 26 February 2020, 07:10:39 UTC
refs/reviewable/pr1069/r4 919cdb5 add consts 27 February 2020, 02:51:39 UTC
refs/reviewable/pr1069/r5 919cdb5 add consts 27 February 2020, 02:51:39 UTC
refs/reviewable/pr1070/r1 e3e32b8 Change default value for additionalMetricNames 27 February 2020, 15:04:23 UTC
refs/reviewable/pr1071/r1 4f3a52f Remove test main 29 February 2020, 00:24:28 UTC
refs/reviewable/pr1071/r2 1461d7e Add test for UNKNOWN status in Check DB 29 February 2020, 01:15:44 UTC
refs/reviewable/pr1072/r1 2c57c5b fix annotations, which crashs custom job 01 March 2020, 05:19:05 UTC
refs/reviewable/pr1074/r1 d92abac Update adopters.md 02 March 2020, 17:36:26 UTC
refs/reviewable/pr1077/r1 de13668 Experiment view for NAS Jobs 03 March 2020, 14:11:32 UTC
refs/reviewable/pr1077/r2 4c95461 Fix hp actions 06 March 2020, 16:18:53 UTC
refs/reviewable/pr1077/r3 4c95461 Fix hp actions 06 March 2020, 16:18:53 UTC
refs/reviewable/pr1078/r1 8194bfd Add missing points 04 March 2020, 23:04:38 UTC
refs/reviewable/pr1078/r2 f33c32e Fix URL in README 05 March 2020, 18:42:22 UTC
refs/reviewable/pr1083/r1 bffa934 Change templates yaml Add FilterPannel to Trial Template View 12 March 2020, 19:34:21 UTC
refs/reviewable/pr1083/r2 2eac488 Fix problem with adding template to empty configMap 12 March 2020, 20:01:33 UTC
refs/reviewable/pr1083/r3 470437e Fix nas module name 13 March 2020, 00:42:53 UTC
refs/reviewable/pr1083/r4 22ec509 Fix conflicts 20 March 2020, 21:47:02 UTC
refs/reviewable/pr1083/r5 adff64c Add version for prettier in Travis 23 March 2020, 12:39:17 UTC
refs/reviewable/pr1083/r6 adff64c Add version for prettier in Travis 23 March 2020, 12:39:17 UTC
back to top