Results 30 issues of Alan

**What happened**: **What you expected to happen**: - shouldn't truncate job names - scrolling should be limited to workflow graph area - rectangle grouping for different pipeline jobs **How to...

ui

**What happened**: When git repo is put into `archive` mode, that screwdriver pipeline should not be deleted, rather than be put into archive mode, so later on the git repo...

feature

**What happened**: Git webhook sent information to SD SD exposes certain information to SD Users, such as committer, author, and etc,. And now, users want to see if more information...

feature
good first issue
hacktoberfest

This issue is to receive nominations for the Top CDF Contributor Award **2024** for the Screwdriver project. This award recognizes excellence in technical contributions to the CDF and its projects....

**What happened**: On the build detail page, i.e. ![image](https://github.com/screwdriver-cd/screwdriver/assets/15989893/477347bf-e50f-476a-a351-2fc71557d240) There are no parameters exposed on the UI for users to see **What you expected to happen**: Maybe we can expose...

**What happened**: When users delete a template version that has a tag associated with it. Say template `namespace-test/name-deploy` which has versions: * 1.0.3 * 1.0.4, * 1.0.5 with `latest` tag...

feature

**What happened**: Using SD onboarding UI, we cannot create multiple PRs even if previous PRs were closed. ![image](https://github.com/screwdriver-cd/screwdriver/assets/15989893/1522758b-5146-47c0-9cfa-e8ac36056ae9) After raising a PR successfully ![image](https://github.com/screwdriver-cd/screwdriver/assets/15989893/08eeea92-c9e3-4e64-a213-4a75db8fef00) Close such PR, and delete this...

**What happened**: From https://docs.screwdriver.cd/user-guide/environment-variables, environment variables such as ``` GIT_SHALLOW_CLONE GIT_SHALLOW_CLONE_DEPTH GIT_SHALLOW_CLONE_SINCE GIT_SHALLOW_CLONE_SINGLE_BRANCH ``` are used in setup steps to git clone. > When I define a step that sets...

**What happened**: When people start an old commit, we show a warning, see the screenshot below: ![image](https://github.com/screwdriver-cd/screwdriver/assets/15989893/70aae26f-f73f-4ac7-9c8d-e9e02ac7a5c8) **What you expected to happen**: Instead of showing just a warning, we can...

ui

**What happened**: SD is not validating the cache setting before publishing, only complains after job is created Say, one template uses [build-cache](https://docs.screwdriver.cd/user-guide/templates#using-the-build-cache) feature, and has some typos, like ``` namespace:...

bug