Merge pull request #2 in SSA/vlass_manager_ui from vlassUI1.2.2 to main
* commit '4d889440': ignoring package-lock.json added colorization to execution archive status display changing the http params encoder to work with '+' in a pattern search econding pattern such that it can accept '+' rather than treating it as a space made the sort dropdowns accept clicks next to text fixing product type params to account for rawdata being translated into schedblock, and fixing the incoming get params to set the filters correctly Added queues to the links between tabs to the queue selected in the filters matches the item being viewed added status as options for sort in jobs and exectuions tabs fixing deployment SSA-6016 make colums sortable SSA-6008 - Add record counts, SSA-6010 - detect ids and only return that on search, SSA-6011 - Add epoch filters to Jobs and Executions tab, SSA-6444 - Job to product links should key off id instead of name, SSA-6468 - Result range in pagination is off part 2, SSA-6470 Result range in pagination is off part 3 SSA-6014 - add a log out button - we are just sending users to the logout endpoint of the CAS server. This still requires a browser restart to make it stick. SSA-6014 - add a log out button adding local deployment to env.js SSA-6493: make the title tag hostname aware false positive error reporting fix for updating tile status updated the button on the minitimes page to send the update tiles request instead of just the refresh the tiles info request added some validation checks to product generation before sending to the backend
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- deploy.sh 0 additions, 1 deletiondeploy.sh
- src/app/app.component.html 2 additions, 2 deletionssrc/app/app.component.html
- src/app/app.component.ts 43 additions, 1 deletionsrc/app/app.component.ts
- src/app/app.module.ts 3 additions, 2 deletionssrc/app/app.module.ts
- src/app/custom-http-param-encoder.spec.ts 7 additions, 0 deletionssrc/app/custom-http-param-encoder.spec.ts
- src/app/custom-http-param-encoder.ts 16 additions, 0 deletionssrc/app/custom-http-param-encoder.ts
- src/app/env/window.provider.ts 12 additions, 0 deletionssrc/app/env/window.provider.ts
- src/app/executions/execution/execution-detail/execution-detail.component.ts 1 addition, 1 deletion.../execution/execution-detail/execution-detail.component.ts
- src/app/executions/execution/execution.component.html 4 additions, 5 deletionssrc/app/executions/execution/execution.component.html
- src/app/executions/execution/execution.component.ts 13 additions, 2 deletionssrc/app/executions/execution/execution.component.ts
- src/app/executions/executions.component.html 70 additions, 3 deletionssrc/app/executions/executions.component.html
- src/app/executions/executions.component.ts 126 additions, 17 deletionssrc/app/executions/executions.component.ts
- src/app/fileeditor/fileeditor.component.ts 2 additions, 2 deletionssrc/app/fileeditor/fileeditor.component.ts
- src/app/jobspecs/jobspec/jobspec-detail/jobspec-detail.component.html 6 additions, 6 deletions...pecs/jobspec/jobspec-detail/jobspec-detail.component.html
- src/app/jobspecs/jobspec/jobspec-detail/jobspec-execution/jobspec-execution.component.html 1 addition, 1 deletion...detail/jobspec-execution/jobspec-execution.component.html
- src/app/jobspecs/jobspec/jobspec-detail/jobspec-execution/jobspec-execution.component.ts 1 addition, 1 deletion...c-detail/jobspec-execution/jobspec-execution.component.ts
- src/app/jobspecs/jobspec/jobspec-detail/jobspec-input/jobspec-input.component.html 1 addition, 1 deletion...jobspec-detail/jobspec-input/jobspec-input.component.html
- src/app/jobspecs/jobspec/jobspec-detail/jobspec-target/jobspec-target.component.html 1 addition, 1 deletion...bspec-detail/jobspec-target/jobspec-target.component.html
- src/app/jobspecs/jobspec/jobspec-detail/jobspec-target/jobspec-target.component.ts 4 additions, 0 deletions...jobspec-detail/jobspec-target/jobspec-target.component.ts
Loading
Please register or sign in to comment