Releases: woodpecker-ci/woodpecker
2.1.1
2.1.1 - 2023-12-27
❤️ Thanks to all contributors! ❤️
🐛 Bug Fixes
- trim v on version check [#3039]
- make backend step dag generation deterministic [#3037]
- Fix showing wrong badge url when root path is set [#3033]
- Fix docs label [#3028]
📚 Documentation
- Update go report card badge [#3029]
Misc
- Add some tests [#3030]
2.1.0
2.1.0 - 2023-12-26
❤️ Thanks to all contributors! ❤️
@anbraten, @lukashass, @qwerty287, @6543, @Lerentis, @renovate[bot], @zc-devs, @johanvdw, @lafriks, @runephilosof-karnovgroup, @allanger, @xoxys, @gapanyc, @mikhail-putilov, @kaylynb, @voidcontext, @robbie-cahill, @micash545, @dominic-p, @mzampetakis
✨ Features
- Add pull request closed event [#2684]
- Add depends_on support for steps [#2771]
- gitlab: support nested repos [#2981]
- Support go plugins for forges and agent backends [#2751]
📈 Enhancement
- Show default branch on top [#3019]
- Support more addon types [#2984]
- Hide PR tab if PRs are disabled [#3004]
- Switch to ULID [#2986]
- Ignore pipelines without config [#2949]
- Link labels to input and select [#2974]
- Register Agent with hostname [#2936]
- Update slogan & logo [#2962]
- Improve error handling when activating a repository [#2965]
- Add check for storage where repo/org name is empty [#2968]
- Update pipeline icons [#2783]
- Kubernetes refactor [#2794]
- Export changed files via builtin environment variables [#2935]
- Show secrets from org and global level [#2873]
- Only update pipelineStatus in one place [#2952]
- Rename
engine
tobackend
[#2950] - Add linting for
log.Fatal()
[#2946] - Remove separate root path config [#2943]
- init CI_COMMIT_TAG if commit ref is a tag [#2934]
- Update go module path for major version 2 [#2905]
- Unify date/time dependencies [#2891]
- Add linting for
any
[#2893] - Fix vite deprecations [#2885]
- Migrate to Xormigrate [#2711]
- Simple security context options (Kubernetes) [#2550]
- Changes PullRequest Index to ForgeRemoteID type [#2823]
🐛 Bug Fixes
- Hide queue visualization if nothing to show [#3003]
- fix and lint swagger file [#3007]
- Fix IPv6 host aliases for kubernetes [#2992]
- Fix cli lint throwing error on warnings [#2995]
- Fix static file caching [#2975]
- Gitea driver: ignore GetOrg error if we get a valid user. [#2967]
- feat(k8s): Add a port name to service definition [#2933]
- Fix error container overflow [#2957]
- ignore some errors on repairAllRepos [#2792]
- Allow to restart pipelines that has warnings [#2939]
- Fix skipped pipelines model [#2923]
- fix: Add
backend_options
to service linter entry [#2930] - Fix flags added multiple times [#2914]
- Fix schema validation with array syntax for clone and services [#2920]
- Fix prometheus docs [#2919]
- Fix podman agent container in v2 [#2897]
- Fix bitbucket org fetching [#2874]
- Only deploy docs on
main
[#2892] - Fix pipeline-related environment [#2876]
- Fix version check partially [#2871]
- Fix unregistering agents when using agent tokens [#2870]
📚 Documentation
- [Awesome Woodpecker] added yet another autoscaler [#3011]
- Add cookbook blog and improve docs [#3002]
- Replace multi-pipelines with workflows on docs frontpage [#2990]
- Update README badges [#2956]
- Update 20-kubernetes.md [#2927]
- Add release documentation to CONTRIBUTING [#2917]
- Add nix-attic plugin to the index [#2889]
- Add usage with Tunnelmole to docs [#2881]
- Improve code blocks in docs [#2879]
- Add a blog post [#2877]
- Add documentation on Kubernetes securityContext [#2822]
- Add default page to categories [#2869]
- Use same format for Github docs as used for the other forges [#2866]
Misc
- chore(deps): update dependency isomorphic-dompurify to v2 [#3001]
- fix(deps): update dependency @intlify/unplugin-vue-i18n to v2 [#2998]
- Fix go in gitpod [#2973]
- fix(deps): update module google.golang.org/grpc to v1.60.1 [#2969]
- chore(deps): update docker.io/alpine docker tag to v3.19 [#2970]
- Fix broken gated repos [#2959]
- fix(deps): update golang (packages) [#2958]
- Update docker.io/techknowlogick/xgo Docker tag to go-1.21.5 [#2926]
- Update docker.io/golang Docker tag to v1.21.5 [#2925]
- Lock file maintenance [#2910]
- Update web npm deps non-major [#2909]
- Update docs npm deps non-major [#2908]
- Update golang (packages) [#2904]
- Update module github.com/google/go-github/v56 to v57 [#2899]
- Update dependency marked to v11 [#2898]
- Update dependency vite-svg-loader to v5 [#2837]
- Update golang (packages) [#2894]
- Update web npm deps non-major [#2895]
- Update web npm deps non-major [#2884]
- Update docker.io/woodpeckerci/plugin-docker-buildx Docker tag to v2.2.1 [#2883]
2.0.0
2.0.0 - 2023-11-23
❤️ Thanks to all contributors! ❤️
@qwerty287, @anbraten, @6543, @renovate[bot], @pat-s, @zc-devs, @xoxys, @lafriks, @silverwind, @pre-commit-ci[bot], @riczescaran, @J-Ha, @Janik-Haag, @jbiblio, @runephilosof-karnovgroup, @bitethecode, @HamburgerJungeJr, @nitram509, @JohnWalkerx, @OskarsPakers, @Exar04, @dominic-p, @categulario, @mzampetakis, @Timshel, @Denperidge, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @hpidcock, @ChewingBever, @azdle, @praneeth-ovckd
💥 Breaking changes
- Rename
link
tourl
[#2812] - Revert to singular CLI args [#2820]
- Use int64 for IDs in woodpecker client lib [#2703]
- Woodpecker-go: Use Feed instead of Activity [#2690]
- Do not sanitzie secrets with 3 or less chars [#2680]
- fix(deps): update docker to v24 [#2675]
- Remove
WOODPECKER_DOCS
config [#2647] - Remove plugin-only option from secrets [#2213]
- Remove deprecated API paths [#2639]
- Remove SSH backend [#2635]
- Remove deprecated
build
command [#2602] - Deprecate "platform" filter in favour of "labels" [#2181]
- Remove useless "sync" option from RepoListOpts from the client lib [#2090]
- Drop deprecated built-in environment variables [#2048]
🔒 Security
- Never log tokens [#2466]
- Check permissions on repo lookup [#2357]
- Change token logging to trace level [#2247]
- Validate webhook before changing any data [#2221]
✨ Features
- Add version and update notes [#2722]
- Add repos list for admins [#2347]
- Add org list [#2338]
- Add option to configure tolerations in kubernetes backend [#2249]
- Support user secrets [#2126]
- Add opt save global log output to file [#2115]
- Support bitbucket Dir() and support multi-workflows [#2045]
- Add ping command to server to allow container healthchecks [#2030]
📚 Documentation
- Add 2.0.0 post [#2864]
- Add extend env plugin [#2847]
- mark v1.0.x as unmaintained [#2818]
- Update docs npm deps non-major [#2799]
- Add docs about Gitea on same host and update docker-compose example [#2752]
- Update docusaurus plugin [#2804]
- Mark kubernetes backend as fully supported [#2756]
- Update docusaurus to v3 [#2732]
- Fix the wrong link to the cron job document [#2740]
- Improve secrets documentation [#2707]
- Add woodpecker-lint tool [#2648]
- Add autoscaler docs [#2631]
- Rework setup docs [#2630]
- doc: improve prometheus docs [#2617]
- docs add nixos install instructions [#2616]
- Add prettier plugin [#2621]
- [doc] improve documentation WOODPECKER_SESSION_EXPIRES [#2603]
- Update documentation WRT to recent
$platform
changes [#2531] - Add plugin "GitHub release" [#2592]
- Cleanup docs [#2478]
- Add plugin "Release helper" [#2584]
- Add plugin "Gitea Create Pull Request" to plugin index [#2581]
- Adjust github scopes and clarify documentation. [#2578]
- Remove redundant definition of webhook form docs [#2561]
- Add notes about CRI-O specific config [#2546]
- Fix incorrect yaml syntax for
ref
in docs [#2518] - Local image documentation [#2521]
- Adds bitbucket tag support in docs [#2536]
- Fix docs duplicate WOODPECKER_HOST assignment [#2501]
- Update github auth install [#2499]
- Update GH app installation instructions [#2472]
- Add videos [#2465]
- docs: missing info for runs_on [#2457]
- Add hint about alternative pipeline skip syntax [#2443]
- Fix typo in GitLab docs [#2376]
- clarify setup with gitlab with RFC1918 nets and non standard TLDs [#2363]
- Clarify env var
CI
in docs [#2349] - docs: yaml cheatsheet for advanced syntax [#2329]
- Improve explanation for globs in when:path [#2252]
- Fix usage description for backend-http-proxy flag [#2250]
- Restructure k8s documentation [#2193]
- Update list of "projects using Woodpecker" [#2196]
- Update 92-awesome.md [#2195]
- Better blog title/desc [#2182]
- Fix version in FAQ [#2101]
- Add blog posts/tutorials [#2095]
- update version docs about versioning [#2086]
- Fix client example [#2085]
- Update docs deps to address cves [#2080]
- fix: global registry docs [#2070]
- Improve bitbucket docs [#2066]
- update docs about versioning [#2043]
- Set v1.0 documents as default and mark v0.15 as unmaintained [#2034]
📈 Enhancement
- Cleanup plugins index [#2856]
- Bump default clone image version to 2.4.0 [#2852]
- Signal to clients the hook and event routes where removed [#2826]
- Replace
interface{}
withany
[#2807] - Fix repo owner filter [#2808]
- Sort agents list by ID [#2795]
- Fix css loading order in head [#2785]
- Fix error color contrast in dark theme [#2778]
- Replace linter icons to match theme [#2765]
- Switch to go vanity urls [#2706]
- Add workflow version [#2476]
- UI enhancements/fixes [#2754]
- Fail on missing secrets [[#2749](https://github.com/woodpecker-ci/woodpecker/...
2.0.0-rc.0
2.0.0-rc.0 - 2023-11-11
❤️ Thanks to all contributors! ❤️
@anbraten, @zc-devs, @pat-s, @xoxys, @lafriks, @silverwind, @6543, @qwerty287, @riczescaran, @J-Ha, @Janik-Haag, @jbiblio, @runephilosof-karnovgroup, @bitethecode, @HamburgerJungeJr, @nitram509, @JohnWalkerx, @OskarsPakers, @Exar04, @dominic-p, @categulario, @mzampetakis, @Timshel, @Denperidge, @tomix1024, @lonix1, @s3lph, @math3vz, @LTek-online, @testwill, @klinux, @pinpox, @hpidcock, @ChewingBever, @azdle, @praneeth-ovckd
💥 Breaking changes
- Use int64 for IDs in woodpecker client lib [#2703]
- Woodpecker-go: Use Feed instead of Activity [#2690]
- Do not sanitzie secrets with 3 or less chars [#2680]
- fix(deps): update docker to v24 [#2675]
- Remove
WOODPECKER_DOCS
config [#2647] - Remove plugin-only option from secrets [#2213]
- Remove deprecated API paths [#2639]
- Remove SSH backend [#2635]
- Remove deprecated
build
command [#2602] - Deprecate "platform" filter in favour of "labels" [#2181]
- Remove useless "sync" option from RepoListOpts from the client lib [#2090]
- Drop deprecated built-in environment variables [#2048]
🔒 Security
- Never log tokens [#2466]
- Check permissions on repo lookup [#2357]
- Change token logging to trace level [#2247]
- Validate webhook before changing any data [#2221]
✨ Features
- Add version and update notes [#2722]
- Add repos list for admins [#2347]
- Add org list [#2338]
- Add option to configure tolerations in kubernetes backend [#2249]
- Support user secrets [#2126]
- Add opt save global log output to file [#2115]
- Support bitbucket Dir() and support multi-workflows [#2045]
- Add ping command to server to allow container healthchecks [#2030]
📈 Enhancement
- Sort agents list by ID [#2795]
- Fix css loading order in head [#2785]
- Fix error color contrast in dark theme [#2778]
- Replace linter icons to match theme [#2765]
- Switch to go vanity urls [#2706]
- Add workflow version [#2476]
- UI enhancements/fixes [#2754]
- Fail on missing secrets [#2749]
- Add deprecation warnings [#2725]
- Enhance linter and errors [#1572]
- Option to change temp dir for local backend [#2702]
- Revert breaking pipeline changes [#2677]
- Add ports into pipeline backend step model [#2656]
- Unregister stateless agents from server on termination [#2606]
- Let the backend engine report the current platform [#2688]
- Showing the pending pipelines on top [#1488]
- Print local backend command logs [#2678]
- Report problems with listening to ports and exit [#2102]
- Use path.Join for server side path generation [#2689]
- Refactor UI dark/bright mode [#2590]
- Stop steps after they are done [#2681]
- Fix where syntax [#2676]
- Add "Repair all" button [#2642]
- Use pagination utils [#2633]
- Dynamic forge request size [#2622]
- Update to docker 23 [#2577]
- Refactor/simplify pubsub [#2554]
- Refactor pipeline parsing and forge refreshing [#2527]
- Fix gitlab hooks and simplify config extension [#2537]
- Set home variable in local backend for windows [#2323]
- Some cleanups about host config [#2490]
- Fix usage of WOODPECKER_ROOT_PATH [#2485]
- Some UI enhancement [#2468]
- Harmonize pipeline status information and add a review link to the approval [#2345]
- Add Renovate [#2360]
- Add option to render button as link [#2378]
- Close sidebar on outside clicks [#2325]
- Add release helper [#1976]
- Use API error helpers and improve response codes [#2366]
- Import packages only once [#2362]
- Execute
make generate
with new versions [#2365] - Only show commit title [#2361]
- Truncate commit message in pipeline log view header [#2356]
- Increase header padding again [#2348]
- Use full width header on pipeline view and show repo name [#2327]
- Use html list for changed files list [#2346]
- Show that repo is disabled [#2340]
- Add spacing to pipeline feed spinner [#2326]
- Autodetect host platform in Makefile [#2322]
- Add "plugin" support to local backend [#2239]
- Rename grpc pipeline to workflow [#2173]
- Pass netrc data to external config service request [#2310]
- Create settings-panel vue component and use InputFields [#2177]
- Use browser-native tooltips [#2189]
- Improve agent rpc retry logic with exponential backoff [#2205]
- Skip settings proxy config with WithProxy if its empty [#2242]
- Move hook and events-stream routes to use
/api
prefix [#2212] - Add SSH clone URL env var [#2198]
- Small improvements to mobile interface [#2202]
- Switch to upstream ttlcache [#2187]
- Convert EqualStringSlice to generic EqualSliceValues [#2179]
- Pass netrc to trusted clone images [#2163]
- Use Vue setup directive [#2165]
- Release file lock on USR1 signal [#2151]
- Use min/max width for pipeline step list [#2141]
- Add header to pipeline log and always show butt...
1.0.5
1.0.4
1.0.3
Thanks to all contributors
@6543, @lafriks, @math3vz, @philipkozeny, @qwerty287, @rodarima, @slavus, @xoxys, @zc-devs
Changelog
- SECURITY
- BUGFIXES
- Fix gitlab hooks (#2537) (#2542)
- Trim last "/" from WOODPECKER_HOST config (#2538) (#2540)
- Fix(server/api/repo): Fix repair webhook host (#2372) (#2452)
- Show correct event in pipeline step list (#2448)
- Make WOODPECKER_MIGRATIONS_ALLOW_LONG have an actuall effect (#2251) (#2309)
- Docker build dont ignore ci env vars (#2238) (#2246)
- Handle parsed hooks that should be ignored (#2243) (#2244)
- Return 204 not 500 on filtered pipeline (#2230)
- Set correct version for release branch releases (#2227) (#2229)
- MISC
- Rebuild swagger with latest version (#2455)
This includes security patches, with contributions from
@6543, @qwerty287 and @zc-devs
1.0.2
Thanks to all contributors
Changelog
- SECURITY
- Validate webhook before change any data (#2221) (#2222) CVE-2023-40034
- BUGFIXES
This includes a security patch, with contributions from
1.0.1
Changelog
- SECURITY
- BUGFIXES
1.0.0
Thanks to all contributors
@6543, @ClundXIII, @Epsilon02, @Harikesh00, @IDerr, @Jan-PieterBaert, @Kunniii, @LamaAni, @MartinHerren, @MikiDi, @NeilHanlon, @Ta180m, @Windvis, @abrain, @abryko, @alexislefebvre, @alexmt, @ambroisie, @anbraten, @antomy-gc, @avinilcode, @bencord0, @bitethecode, @bkleiner, @covidium, @dessalines, @dsanader, @dvjn, @earl-warren, @egor-tensin, @eleith, @ennetech, @fracai, @gapodo, @hay-kot, @inflatador, @janydoe, @jklippel, @johanvdw, @jolheiser, @jonatan5524, @jsoref, @lafriks, @lukashass, @lukaszgyg, @markopolo123, @modularTaco, @mscherer, @mzampetakis, @neruyzo, @pat-s, @pavilo, @ptman, @qwerty287, @relnod, @ruanbekker, @runephilosof-karnovgroup, @s00500, @sb-child, @segux, @sergiofenoll, @shrumble, @simmstein, @smainz, @smuth4, @thestr4ng3r, @ttomasini, @vanous, @velsinki, @vquie, @wreiner, @xoxys, @yardenshoham, @zc-devs
Thanks to all security vulnerability researchers for reporting bugs
Changelog
- BREAKING
- Use IDs to access organizations (#1873)
- Drop support for Bitbucket Server (#1994)
- Rename yaml
pipeline
tosteps
(#1833) - Drop ".drone.yml" as default pipeline config (#1795)
- Build-in Env Vars, use _URL for all links/URLs (#1794)
- Resolve built-in variables for global when filtered too (#1790)
- Drop "Gogs" support (#1752)
- Access repos by their IDs (#1691)
- Drop "coding" support (#1644)
- Add queue details UI for admins (#1632)
- Remove
command:
from steps (#1032) - Remove old
build
API routes (#1283) - Let single line command be a single command (#1009)
- Drop deprecated environment vars (#920)
- Drop Var-Args in steps in favor of settings (#919)
- Fix branch condition on tags (#917)
- Use asymmetric key to sign webhooks (#916)
- Add agent tagging / filtering for pipelines (#902)
- Delete old fallback for "drone.sqlite" (#791)
- Migrate to certmagic (#360)
- FEATURES
- Implement YAML Map Merge, Overrides, and Sequence Merge Support (#1720)
- Add users UI for admins (#1634)
- Add agent no-schedule flag (#1567)
- Change locale in user settings (#1305)
- Add when evaluate filter (#1213)
- Store an agents list and add agent heartbeats (#1189)
- Add ability to trigger manual builds (#1156)
- Add default event filter (#1140)
- Add CLI support for global and organization secrets (#1113)
- Allow multiple when conditions (#1087)
- Add syntax highlighting for pipeline config (#1082)
- Add
logs
command to CLI & update forges features docs (#1064) - Add method to check organization membership (#1037)
- Global and organization secrets (#1027)
- Add pipeline log output download (#1023)
- Provide global environment variables for pipeline substitution (#968)
- Add cron jobs (#934)
- Support localized web UI (#912)
- Add support to define a custom docker network and enable docker ipv6 (#893)
- Add SSH backend (#861)
- Add support for superseding runs (#831)
- Add support for steps to be a list (instead of dict) (#826)
- Add editing of secrets and registries (#823)
- Allow loading sensitive flags from files (#815)
- Add support for pipeline configuration service (#804)
- Support all backends for CLI exec (#801)
- Add support for pipeline root.when conditions (#770)
- Add support to run pipelines using a local backend (#709)
- Add initial version of Kubernetes backend (#552)
- SECURITY
- BUGFIXES
- Handle case where there is no latest pipeline for GetBadge (#2042) (#2050)
- Fix repo gate protection (#1969)
- Make secrets with "/" in name editable / deletable (#1938)
- Fix Bitbucket implement missing features (#1887) (#1889)
- Fix nil pointer in repo repair (#1804)
- Do not use OAuth client without token (#1803)
- Correct label argument parsing in agent code (#1717)
- Fully support
.yaml
(#1713) - Consistent status on delete (#1703)
- Fix Bitbucket Server branches (#1698)
- Set 'HOME' during local pipeline step (#1686)
- Pipeline compiler: handle nil entrys in settings list (#1626)
- Fix: backend auto-detection should be consistent (#1618)
- Return 404 on badge endpoint for inactive repos (#1600)
- Ensure the SharedInformerFactory closes eventually (#1585)
- Deduplicate step docker container volumes (#1571)
- Don't require secret value on secret edit (#1552) (#1553)
- Rework status constraint logic for successes (#1515)
- Don't panic on hook parsing (#1501)
- Hide not owned repos from sidebar and repo list (#1453)
- Fix cut of woodpecker animation (#1402)
- Fix approval on mobile (#1320)
- Unify buttons, links and improve focus styles (#1317)
- Fix pipeline manual trigger on web (#1307)
- Fix SCM visibility if user visibility is private (#1217)
- Hide log output container if step does not have logs (#1086)
- Fix to show build pipeline parse error (#1066)
- Pipeline compiler should not alter specified image (#1005)
- Gracefully handle non-zero exit code in local backend (#1002)
- Replace run_on references with runs_on (#965)
- Set default logging value of CLI to info (#871)
- Support conditional branch as an array to align with documentation (#836)
- Fix redirect after login (#824)
- ENHANCEMENTS
- Add BranchHead implementation for bitbucket forge (#2011)
- Use global logger for xorm logs and add options (#1997)
- Let HookParse func explicit ignore events (#1942)
- Link swagger in navbar (#1984)
- Add option to read grpc-secret from file (#1972)
- Let pipeline-compiler export step types (#1958)
- docker backend use uuid instead of name as identifier (#1967)
- Kubernetes do not set Pod's Image pull policy if not explicitly set (#1914)
- Fixed when:evaluate on non-standard (non-CI*) env vars (#1907)
- Add pull-request implementation for bitbucket forge (#1889)
- Store agent ID in config file (#1888)
- Fix bitbucket forge add repo (#1887)
- Added Woodpecker Host Config used for Webhooks (#1869)
- Drop old columns (#1838)
- Remove MSSQL specific code and cleanups (#1796)
- Remove unused file system API (#1791)
- Add Forge Metadata to built-in environment variables (#1789)
- Redirect to new pipeline (#1761)
- Add reset token button (#1755)
- Add agent functions to go-sdk (#1754)
- Always send a status back to forge (#1751)
- Allow to configure listener port for SSL (#1735)
- Identify users using their remote ID (#1732)
- Let agent retry to connecting to server (#1728)
- Stable sort order for DB lists (#1702)
- Add backend label to agents (#1692)
- Web: use i18n-t to avoid v-html directive (#1676)
- Various UI improvements (#1663)
- Do not store inactive repos without any resources (#1658)
- Implement visual display of queue statistics (#1657)
- Agent check gRPC version against server (#1653)
- Initiate Pagination Implementation for API and Infinite Scroll in UI (#1651)
- Add PR pipeline list (#1641)
- Save agent-id for tasks and add endpoint to get agent tasks (#1631)
- Return 404 if pipeline not exist and handle 404 errors in WebUI (#1627)
- UI should confirm secret deletion (#1604)
- Add collapsable support to panel elements (#1601)
- Add cancel button on secrets tab (#1599)
- Allow custom dnsConfig in agent deployment (#1569)
- Show platform, backend and capacity as badges in agent list (#1568)
- Define WOODPECKER_FORGE_TIMEOUT server config (#1558)
- Sort repos by org/name (#1548)
- Improve button and input contrast in dark mode (#1456)
- Consistent and more descriptive naming of parameters in index.ts (#1455)
- Add button in UI to trigger the deployment event (#1415)
- Use icons for step and workflow states (#1409)
- Match notification font size to rest of the UI (#1399)
- Support .yaml as file-ending for workflow config too (#1388)
- Show workflow state in UI and collapse completed workflows (#1383)
- Use pipeline wrapper and improve scaffold UI (#1368)
- Lazy load locales (#1362)
- Always use rounded quadrat user avatars (#1350)
- Fix display of long pipeline and job names (#1346)
- Support changed files for Gitea PRs (#1342)
- Allow to change directory for steps (#1329)
- UI use system font stack (#1326)
- Add pull request labels as environment variable (#1321)
- Make pipeline workflows collapsable (#1304)
- Make submit buttons green and add forms (#1302)
- Add pipeline build number into Pipeline list (#1301)
- Add title to docs links (#1298)
- Check if repo exists before creating pipeline (#1297)
- Use HTML buttons to allow keyboard navigation (#1242)
- Introduce and use Pagination helper func (#1236)
- Sort secret lists and events (#1223)
- Add support sub-settings and secrets in sub-settings (#1221)
- Add option to ignore failures on steps (#1219)
- Set a default value for
pipeline-event
flag ofcli exec
command (#1212) - Add option for docker runtime to provide default volumes (#1203)
- Make healthcheck port configurable (#1197)
- Don't show "changed files" if event can't have them (#1191)
- Add dedicated DroneCI env compatibility layer (#1185)
- Only enable debug endpoints if log level is debug or below (#1160)
- Sort pipelines based on creation date (#1159)
- Add option to turn on and off log automatic scrolling (#1149)
- Checkout tags on tag pipeline (#1110)
- Use fixed version of git clone plugin (#1108)
- Fetch repositories with remote ID if possible (#1078)
- Support Docker credential helpers (#1075)
- Do not show pipeline name if it's a single file (#1069)
- Remove xterm and...