Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rework partner process pages (variant: 5 columns) #167

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
777fdc3
remove references to QA environment
oliverrahner Sep 19, 2022
09b8bf5
rework partner process pages, focus on Legal
oliverrahner Sep 19, 2022
b879c98
Merge branch 'feature/remove-qa-references' into feature/integrate-we…
oliverrahner Sep 19, 2022
9065459
split overview table in 5 columns
oliverrahner Sep 19, 2022
926e6fb
clarify financial share
oliverrahner Sep 19, 2022
34cf6a1
Merge branch 'feature/integrate-welcome-package' into feature/integra…
oliverrahner Sep 19, 2022
e8327eb
Turnover -> weighted ag turnover
oliverrahner Sep 19, 2022
355817d
typo
oliverrahner Sep 19, 2022
06a3979
add concurrency to CI/CD pipeline
oliverrahner Sep 19, 2022
e8287f5
add paragraph on who needs a legal agreement
oliverrahner Sep 19, 2022
5882bc7
add farmers and contractors
oliverrahner Sep 19, 2022
593a014
fix link
oliverrahner Dec 12, 2022
c96b038
WiP
oliverrahner Jan 3, 2023
c4d3036
rework partner process pages, focus on Legal
oliverrahner Sep 19, 2022
b11dc60
split overview table in 5 columns
oliverrahner Sep 19, 2022
413c3ec
clarify financial share
oliverrahner Sep 19, 2022
39b1d30
Turnover -> weighted ag turnover
oliverrahner Sep 19, 2022
ae5b46f
typo
oliverrahner Sep 19, 2022
03ac2ff
add concurrency to CI/CD pipeline
oliverrahner Sep 19, 2022
9ceee5c
add paragraph on who needs a legal agreement
oliverrahner Sep 19, 2022
804f82d
add farmers and contractors
oliverrahner Sep 19, 2022
1dc1e32
fix link
oliverrahner Dec 12, 2022
596e740
WiP
oliverrahner Jan 3, 2023
cea9b92
Merge branch 'feature/integrate-welcome-package-5-columns' of https:/…
oliverrahner Aug 24, 2023
c0868aa
several updates to the partner process
oliverrahner Aug 24, 2023
b6de6cb
additional partner process changes
oliverrahner Aug 24, 2023
4ab82d5
fixes
oliverrahner Aug 24, 2023
edc6d8e
Merge branch 'main' into feature/integrate-welcome-package-5-columns
oliverrahner Aug 24, 2023
f8ee9fd
fix svg font
oliverrahner Aug 24, 2023
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
6 changes: 6 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
- main
pull_request:

# only allow one run per deploy target at once
concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
# cancel previous jobs as we are only interested in the newest
cancel-in-progress: true

jobs:
build:
name: Build and Deploy
Expand Down
1 change: 1 addition & 0 deletions .vscode/spellright.dict
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ seeder
timelogs
Resumable
resumable
agrirouter
1 change: 1 addition & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ asciidoc:
idseparator: "-"
kroki-fetch-diagram: true
kroki-plantuml-include: style.puml
page-pagination: true
extensions:
- asciidoctor-kroki
44 changes: 44 additions & 0 deletions modules/ROOT/assets/images/icons/email.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions modules/ROOT/assets/images/icons/slack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions modules/ROOT/assets/images/icons/teams.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading