Skip to content

Commit

Permalink
count instead of jobs list and expose filter by pipeline and tag (#1513)
Browse files Browse the repository at this point in the history
* count instead of jobs list and expose filter by pipeline and tag

* CR

* Include the job of the jobid used in query

* update swagger with firstJobId lastJobId

* toJob -lastJobId

* fix lastJobId

* nfs

* toJob -> lastJobId

Co-authored-by: yehiyam <[email protected]> .... bump version [skip ci]
  • Loading branch information
actions-user committed Feb 8, 2022
1 parent a4a17bf commit 87c22ae
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/api-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-server",
"version": "2.2.13",
"version": "2.2.14",
"description": "Hkube Api Server",
"main": "app.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/datasources-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/datasources-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datasources-service",
"version": "2.2.7",
"version": "2.2.8",
"description": "Hkube DataSources Service",
"main": "app.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/gc-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/gc-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gc-service",
"version": "2.2.7",
"version": "2.2.8",
"description": "Hkube garbage collector",
"main": "app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion core/openapi-spec/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/openapi-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-spec",
"version": "2.2.9",
"version": "2.2.10",
"description": "Hkube openapi-spec",
"main": "app.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/pipeline-driver-queue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/pipeline-driver-queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipeline-driver-queue",
"version": "2.2.7",
"version": "2.2.8",
"description": "",
"main": "app.js",
"directories": {
Expand Down

0 comments on commit 87c22ae

Please sign in to comment.