Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
63a261d
Implemented user parameters in the frontend
Feb 18, 2025
cdb9a7a
Pleased the linter in the Vite configuration
Feb 19, 2025
efc0890
Added frontend-development workflow in frontend branch
Feb 19, 2025
5a8002e
Initial frontend testing
Feb 20, 2025
0bb7327
Frontend code linted and prettified
Feb 20, 2025
9dd914f
Fixed missing boolean parameters in execution forms
Feb 21, 2025
45a0910
Only display the user parameters on the frontend
Feb 23, 2025
382300b
Converted nginx config file to a template
Mar 27, 2025
677d79e
Added ability to create user-defined pipelines in the frontend
Mar 27, 2025
27985a2
Retrieve the tags definitions and display as chips in the tools table
Mar 28, 2025
d3fac57
Use pipeline id and name instead of slug, use clone as an init tool f…
Mar 28, 2025
7fa54d2
Created ToolInputsCard to be used to create, edit and execute pipelines
Mar 29, 2025
4e51376
Fixed pipeline deletion using their Id
Mar 31, 2025
9365a99
Use ToolInputsCard in the pipeline creation panel
Apr 1, 2025
2ea263d
Use pipeline default values and user inputs for execution
Apr 1, 2025
a8c6cf6
Updated the pipeline editing panel with default values
Apr 1, 2025
687fcac
Applied prettier on the frontend code
Apr 1, 2025
3915093
Use owner name, fixed pipeline editing, use pipeline store
Apr 7, 2025
826cbe5
Fix pipeline creation form with no default inputs
Apr 7, 2025
175286f
Added settings store and links to Grafana dashboards
Jun 14, 2025
c07cb66
Added links to the user manual, dashboards and source code in the navbar
Jun 14, 2025
c6aca95
Use the report ID in the dashboard URL, changed dashboard icon color
Jun 16, 2025
714efb2
Updated icons and icon sizes
Jun 18, 2025
587c01e
Fixed retrieval of the settings from the backend, added debug flag
Jun 18, 2025
3cb0b38
Fixed horizontal resize of page content
Jul 11, 2025
22d9d45
Fix the Git repo URL before submitting an execution
Jul 11, 2025
9eb3af2
Merge branch 'main' into frontend
bevalentin Jul 11, 2025
a5bfa93
Added user column in pipeline executions table only for admins
Nov 27, 2025
acf3d71
Added instance column in reports table
Nov 27, 2025
13cac28
Updated package lock file
Dec 3, 2025
b8de3ea
Display tools status string and available flag
Dec 29, 2025
f07b4f5
Added visualisation of pipeline execution payload templates
Dec 29, 2025
9a86b68
Display execution payload templates when in debug mode
Dec 29, 2025
0f7e165
Merge branch 'main' into frontend
bevalentin Feb 2, 2026
cf7a53a
Merge branch 'main' into frontend
May 15, 2026
2012764
Initial version of the Triggers page with read-only list, service and…
May 15, 2026
2e62098
Added trigger creation and editing form
May 18, 2026
ccaa493
Allow admins to change the owner of the triggers
May 18, 2026
798ab7c
Upgraded Vuetify to v3.12
May 18, 2026
54c9141
Support trigger definition creation and update
May 18, 2026
70d853b
Prevent submitting trigger form if JSON content is invalid
May 18, 2026
c504cc2
Replaced the json viewer and updated the pages using it
May 18, 2026
c0147d7
Fixed sorting of the trigger table on combined values
May 19, 2026
d1203f1
Fixed trigger update using corrupted slug value
May 19, 2026
7c96bc0
Fixed JSON values handling when creating or editing Triggers
May 19, 2026
f7adf89
Pleased the linter: unused variable in jsonParse tool
May 19, 2026
fc54dac
Expand JSON content in Trigger form when displayed
May 19, 2026
9f91eec
Pleased the linter: vars starting with _ are now ignored
May 19, 2026
6db399b
Enhanced drop-down lists in Trigger editing form
May 19, 2026
162a979
Pin title and actions bars in Pipeline and Trigger editing forms
May 19, 2026
8e21d3a
Allow deleting trigger definitions, fixed display of errors, added li…
Jun 18, 2026
ee77352
Allow navigating from the triggers page to the executions page
Jun 18, 2026
2b1c3ab
Renamed the pages
Jun 18, 2026
91c6a47
Display status using colored dots in tables
Jun 18, 2026
daa350a
Fixed the possibility to change the trigger type and the associated p…
Jun 18, 2026
f5ff844
Fixed pipeline_id parameter when defining a new trigger
Jun 19, 2026
4f74b1c
Hidden params mapping field in trigger definitions
Jun 19, 2026
e1a568e
Added a show deleted triggers switch in the settings page only for ad…
Jun 19, 2026
0cf9f96
Use show deleted triggers setting, fixed issue with assigning trigger…
Jun 20, 2026
acc66e3
Fixed display of owner in trigger details, fixed can edit and can del…
Jun 20, 2026
08ec154
Display digest fields in pipeline runs and job reports
Jul 3, 2026
1ea44ea
Pin title and actions bars in pipeline execution panel
Jul 3, 2026
1c50a26
Display quality rules, digests and digest quality
Jul 6, 2026
8b6d199
Fixed issue with json fields in trigger definition editor
Jul 6, 2026
c200708
Added trigger event details dialog in pipeline executions page
Jul 8, 2026
f269f71
Removed unused Vue components
Jul 8, 2026
973d4d0
Pinned the title in the details dialogs
Jul 8, 2026
6b0a0db
Display digest badges in the execution reports table
Jul 15, 2026
f9c8a45
Removed the Progress column in the executions table and display the r…
Jul 15, 2026
a4d3996
Added menu in executions table to manually change the quality status
Jul 15, 2026
4fab007
Reload the pipeline executions after quality status change
Jul 15, 2026
cb2adbf
Display the quality status set manually if any
Jul 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 0 additions & 94 deletions .github/workflows/best-practice-adherence-dev.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ __pycache__
build
dist
node_modules

# Miscellaneous working files
reports
backend/mypy-report
subscriber
coding_best*
run_*
sonar*
7 changes: 7 additions & 0 deletions frontend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ export default [
//...globals.es6,
...globals.node
}
},
// Prevents ESLint to complain about unused vars/args whose name starts with '_'
rules: {
'no-unused-vars': ['error', {
'argsIgnorePattern': '^_',
'varsIgnorePattern': '^_'
}]
}
},
{
Expand Down
Loading
Loading