Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
18 changes: 18 additions & 0 deletions docs/adrs/2023-03-16-public-vs-private-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Decide if source code an data of users can be private.

Date: 2023-03-16

## Status
__PROPOSED__

## Context

The jobs need to access the data and source code of the user in order to create the image and run the task. Private repositories need additional user authentication whereas public ones don't.

## Decision

For now we only allow public code repositories and data sources. This means that the code and data of the user is public. This is the easiest way to implement the jobs. We can always change this later.

## Consequences

This means that the user has to make the code and data public. This is not a problem for the user, because the user wants to publish the code and data anyway. The user can always make the code and data private later.
26 changes: 26 additions & 0 deletions docs/adrs/2023-03-DD-cicd-solution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Title

Date: YYYY-MM-DD

## Status

What is the status if the ADR?

Possible options:
* __PROPOSED__
* __ACCEPTED__
* __REJECTED__
* __DEPRECATED__ (include reference to the superseding ADR)
* __SUPERSEDED__ (include reference to the deprecating ADR)

## Context

What is the context of this ADR? What is the issue that we are seeing? What is motivating this decision or change?

## Decision

What is the change we are proposing? What do we plan on doing to solve the issue?

## Consequences

What are the consequences of the change? What will be more difficult? What will be easier?
26 changes: 26 additions & 0 deletions docs/adrs/2023-03-DD-regsitry-solution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Title

Date: YYYY-MM-DD

## Status

What is the status if the ADR?

Possible options:
* __PROPOSED__
* __ACCEPTED__
* __REJECTED__
* __DEPRECATED__ (include reference to the superseding ADR)
* __SUPERSEDED__ (include reference to the deprecating ADR)

## Context

What is the context of this ADR? What is the issue that we are seeing? What is motivating this decision or change?

## Decision

What is the change we are proposing? What do we plan on doing to solve the issue?

## Consequences

What are the consequences of the change? What will be more difficult? What will be easier?
26 changes: 26 additions & 0 deletions docs/adrs/2023-03-DD-storage-bucket-solution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Title

Date: YYYY-MM-DD

## Status

What is the status if the ADR?

Possible options:
* __PROPOSED__
* __ACCEPTED__
* __REJECTED__
* __DEPRECATED__ (include reference to the superseding ADR)
* __SUPERSEDED__ (include reference to the deprecating ADR)

## Context

What is the context of this ADR? What is the issue that we are seeing? What is motivating this decision or change?

## Decision

What is the change we are proposing? What do we plan on doing to solve the issue?

## Consequences

What are the consequences of the change? What will be more difficult? What will be easier?