File tree
756 files changed
+4620
-1436
lines changed- .changeset
- .github/workflows
- apps/webapp
- app
- assets/icons
- components
- primitives
- TreeView
- runs/v3
- models
- presenters/v3
- routes
- _app.orgs.$organizationSlug.projects.$projectParam.environments
- _app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam
- resources.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam.spans.$spanParam
- services
- v3
- marqs
- services
- utils
- docker
- docs
- config
- guides
- frameworks
- images
- runs
- snippets
- tasks
- internal-packages/database
- prisma/migrations
- 20221206131204_init
- 20221207113401_user_organization_workflow
- 20221209205520_add_runtime_environment
- 20221212112045_api_connections
- 20221212134846_api_optional_external_id
- 20221212171032_api_external_id_integer
- 20221212175847_api_connection_status
- 20221215112631_add_workflow_triggers
- 20221216105935_add_custom_event_model
- 20221216110114_add_custom_event_status
- 20221216125550_added_runtime_environment_title
- 20221216135920_add_workflow_run_model
- 20221216140358_rename_data_to_input
- 20221216140505_add_context_to_workflow_run
- 20221216140541_add_datetime_to_workflow_run
- 20221216151235_remove_title_column_from_env
- 20221219142856_add_workflow_run_step_model
- 20221219171221_support_output_step
- 20221220095618_add_error_to_workflow_run
- 20221220100932_add_timestamps_to_run_and_steps
- 20221220101020_make_started_at_optional
- 20221220205030_add_connection_slot_model
- 20221221113722_add_registered_webhook_model
- 20221221114754_update_registered_webhook_model
- 20221221124220_add_secret_to_registered_webhook
- 20221221164650_added_istest_to_run
- 20221222153652_refactor_schema_generic_pub_sub_model
- 20221223132913_more_pub_sub_refactoring
- 20221223142352_added_organization_and_key_to_external_source
- 20221223143123_added_organization_and_key_index
- 20221223144952_extracted_event_rules_by_environment
- 20221223145049_add_unique_constract_to_event_rule
- 20221223150238_add_event_rule_to_workflow_runs
- 20221223150407_add_trigger_metadata_to_event_rule
- 20221223152905_add_secret_to_external_source
- 20221223155859_add_service_to_trigger_event
- 20221223162136_added_timestamps_to_trigger_event
- 20221227182358_rename_rule_to_filter
- 20221227191746_renamed_processed_to_dispatch_for_events
- 20221228101710_add_service_for_external_source
- 20221228155121_add_external_service_model
- 20221228175137_triggerevent_added_is_test
- 20221229095721_add_integration_requests
- 20221229100124_add_waiting_for_connection_status
- 20221229101944_added_workflow_service_eventnames
- 20221229113827_add_fetching_to_integration_request
- 20221229121050_add_integration_responses
- 20230102095903_connection_added_authentication_method
- 20230102100144_connection_authentication_config
- 20230102142756_add_durable_delay_model
- 20230102175304_connection_removed_delete_cascades
- 20230103145652_add_idempotency_key_to_workflow_run_steps
- 20230104144824_add_interrupted_status_to_workflow_runs
- 20230104150555_add_attempt_count_to_workflow_run
- 20230104160649_add_interruption_step
- 20230105114046_add_disconnection_type
- 20230105115145_remove_interruption_type
- 20230105115649_add_disconnected_state_to_runs
- 20230105115719_remove_interrupted_state_from_runs
- 20230105173643_add_timestamp_to_steps
- 20230105175909_make_ts_a_string
- 20230109195958_response_changed_output_context
- 20230114154045_add_scheduler_external_source
- 20230114171501_add_cancelled_external_source_status
- 20230115194010_add_scheduler_source_model
- 20230115194253_add_scheduler_uniq_index
- 20230115194338_schedule_should_be_json
- 20230119164847_add_schema_for_disabling_and_archiving
- 20230119174326_move_new_datetime_fields_to_workflow
- 20230119175445_add_enabled_to_event_rule
- 20230119183126_removed_archived_status
- 20230120010921_add_trigger_ttl_in_seconds
- 20230120014606_add_timed_out_status_for_workflow_runs
- 20230120014641_add_timed_out_columns
- 20230120225200_add_fetch_request_step_type
- 20230120234147_add_fetch_request_models
- 20230124224344_add_retry_to_fetch_request
- 20230124224734_remove_retry
- 20230125105732_add_manual_registration_to_external_source
- 20230127121743_add_slack_interaction_trigger_type
- 20230127123917_add_internal_source_model
- 20230203110022_add_run_once_step_type
- 20230203150225_add_json_schema_to_workflows
- 20230209171333_add_github_app_authorizations
- 20230209171703_add_status_to_github_app_authorization
- 20230209171921_split_an_auth_attempt_with_auth_table
- 20230210111316_add_installaton_details_to_authorization
- 20230210111519_change_access_token_url_column_name
- 20230210141917_add_templates
- 20230210142709_modify_templates_schema
- 20230210150029_add_repo_data_to_org_templates
- 20230210153657_add_template_id_to_auth_attempt
- 20230210175708_add_repository_id_to_org_template
- 20230213113228_add_status_to_org_template
- 20230213142107_add_documentation_to_templates
- 20230213154802_simplify_org_template_status
- 20230214101645_integration_request_added_version
- 20230214163434_add_run_local_docs_to_templates
- 20230215101806_workflowrunstep_displayproperties
- 20230216100218_add_cloud_waitlist_to_user
- 20230216131220_add_account_type_to_app_auth
- 20230216132133_add_account_name_to_auth
- 20230216184843_add_org_template_to_workflows
- 20230224144605_add_is_live_to_templates
- 20230302104940_add_metadata_to_workflows
- 20230303085314_setup_github_app_models_for_cloud
- 20230303085914_add_redirect_to_auth_attempt
- 20230303092424_remove_oauth_token_columns
- 20230303101108_add_timestamps_to_attempts
- 20230303103808_add_timestamps_to_auths
- 20230303123529_add_token_to_github_app_auth
- 20230303131806_add_authorization_id_to_attempt
- 20230305201223_add_repository_project
- 20230305201615_make_repo_project_name_unique_and_add_org
- 20230306101403_modify_docker_columns
- 20230306101518_remove_docker_columns
- 20230306101927_add_deployments_model
- 20230306103508_added_status_text_to_projects
- 20230306114828_added_error_to_deployments
- 20230306115630_added_build_duration_to_deployments
- 20230306121727_added_vm_stuff_to_projects
- 20230306122326_added_current_deployment
- 20230306132827_added_more_columns_to_deployment
- 20230306132935_make_build_id_unique
- 20230306140931_added_back_in_docker_columns
- 20230306150053_added_projects_to_workflows
- 20230307094704_added_more_states_to_deployment_status
- 20230307104034_added_stopping_columns
- 20230307160247_add_version_column_to_deployment
- 20230307161815_add_stopping_status
- 20230308120746_add_deployment_logs
- 20230308151627_add_log_number
- 20230309091702_add_latest_log_dates
- 20230309110029_add_log_polls_model
- 20230309110318_add_next_poll_scheduled_at
- 20230309110358_make_next_poll_scheduled_at_optional
- 20230309111003_add_created_at_to_polls
- 20230309112008_add_poll_number
- 20230310121352_add_preparing_status
- 20230312103325_add_key_value_items
- 20230312132000_more_kv_types
- 20230313100030_added_feature_cloud_to_users
- 20230313143913_added_latest_commit_to_projects
- 20230313173750_added_hosted_waitlist_bool
- 20230322093004_add_current_environments
- 20230328125714_add_endpoints_model
- 20230328130438_remove_creator_from_endpoints
- 20230329120440_add_job_models
- 20230329121955_add_trigger_json_to_job_version
- 20230329123037_simplified_job_models
- 20230329125135_create_event_log_model
- 20230329131748_add_deliver_at_to_event_logs
- 20230329132829_changed_dispatched_at_to_delivered_at
- 20230329133809_rename_endpoint_name_to_slug
- 20230329154731_add_executions
- 20230330115131_add_tasjs
- 20230330123046_add_waiting_status
- 20230330125238_rename_finished_at
- 20230330125349_rename_finished_at_on_executions
- 20230330132602_use_string_instead_of_big_int
- 20230331091517_add_noop_to_tasks
- 20230331150231_use_ulid_instead_of_cuid_and_ts_for_tasks
- 20230404094247_add_key_and_icon_to_tasks
- 20230404094406_make_display_key_optional
- 20230404095457_rename_display_properties_to_elements
- 20230404101137_add_elements_to_executions
- 20230404203551_remove_source_from_events
- 20230406092923_add_job_connections
- 20230418092025_add_uses_local_auth
- 20230419140902_apiconnection_secrets
- 20230419141305_add_http_sources
- 20230419141524_make_webhooks_specific_to_an_endpoint
- 20230419141651_add_timestamps_to_http_sources
- 20230419155523_api_connection_attempt
- 20230419175107_remove_status_from_http_source
- 20230419183033_add_ready_to_job_instance
- 20230421162946_add_interactive_to_http_source
- 20230421164041_add_webhook_deliveries
- 20230421164059_remove_source_status
- 20230421171344_add_connection_to_http_sources
- 20230423183231_api_connection_attempt_title
- 20230425094302_add_job_event_rule
- 20230425094839_only_one_event_rule_per_job_instance
- 20230425103833_add_job_alias_model
- 20230425104022_add_env_to_job_alias
- 20230425104911_add_version_to_job_alias
- 20230425122235_add_resuming_tasks_to_event_rules
- 20230425133327_make_task_event_rules_one_to_one
- 20230425162308_can_have_more_than_one_event_rule_on_an_instance
- 20230425162613_add_action_identifier_to_event_rule
- 20230425162923_remove_uniq_on_action_identifier
- 20230426093630_api_connection_attempt_added_security_code
- 20230426150713_add_support_for_projects
- 20230426151056_users_are_now_org_members
- 20230426162129_scope_jobs_to_projects
- 20230426182130_api_connection_expires_at
- 20230427131511_add_subtasks
- 20230428092036_add_slug_to_api_connections
- 20230428092422_rename_api_connection_models
- 20230428135439_secret_reference_key_unique
- 20230428141846_secret_reference_multiple_api_connections
- 20230503094127_add_trigger_variants
- 20230503113400_add_slug_to_trigger_variants
- 20230503172156_rename_create_execution_to_create_run
- 20230504090710_add_shadow_to_job
- 20230504152611_rename_shadow_to_internal
- 20230504200916_add_redact_to_tasks
- 20230505085501_add_queue_columns_to_job
- 20230505085546_move_queue_columns_to_job_instance
- 20230505085931_add_queued_job_run_status
- 20230505091221_create_queue_model
- 20230505092917_add_queued_at_to_job_runs
- 20230511101816_remove_job_trigger_variants
- 20230512085413_schema_redesign_for_new_system
- 20230512123150_add_dynamic_triggers
- 20230512145548_add_run_connections
- 20230512162858_add_start_position
- 20230512163048_move_start_position
- 20230515101628_add_prepare_to_job_version
- 20230515102310_remove_prepare_from_job_version
- 20230515110730_add_back_prepare_to_job_version
- 20230515111507_add_prepared_to_job_version
- 20230515151445_add_trigger_sources
- 20230515152217_move_params_to_trigger_sources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
756 files changed
+4620
-1436
lines changedLines changed: 3 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
| 10 | + | |
16 | 11 |
| |
17 | 12 |
| |
18 | 13 |
| |
19 | 14 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 15 | + | |
30 | 16 |
| |
31 | 17 |
| |
32 | 18 |
| |
33 |
| - | |
| 19 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 |
| |
31 | 34 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
|
Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
613 | 613 |
| |
614 | 614 |
| |
615 | 615 |
| |
616 |
| - | |
| 616 | + | |
617 | 617 |
| |
618 | 618 |
| |
619 | 619 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
| 238 | + | |
| 239 | + | |
238 | 240 |
| |
239 |
| - | |
240 |
| - | |
| 241 | + | |
| 242 | + | |
241 | 243 |
| |
242 | 244 |
| |
243 | 245 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
327 | 333 |
| |
328 | 334 |
| |
329 | 335 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| |||
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
| 32 | + | |
30 | 33 |
| |
31 | 34 |
| |
32 | 35 |
| |
| |||
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
| 50 | + | |
47 | 51 |
| |
48 | 52 |
| |
49 | 53 |
| |
| |||
65 | 69 |
| |
66 | 70 |
| |
67 | 71 |
| |
| 72 | + | |
68 | 73 |
| |
69 | 74 |
| |
70 | 75 |
| |
| |||
140 | 145 |
| |
141 | 146 |
| |
142 | 147 |
| |
| 148 | + | |
| 149 | + | |
143 | 150 |
| |
144 | 151 |
| |
145 | 152 |
| |
| |||
174 | 181 |
| |
175 | 182 |
| |
176 | 183 |
| |
| 184 | + | |
| 185 | + | |
177 | 186 |
| |
178 | 187 |
| |
179 | 188 |
| |
| |||
210 | 219 |
| |
211 | 220 |
| |
212 | 221 |
| |
| 222 | + | |
| 223 | + | |
213 | 224 |
| |
214 | 225 |
| |
215 | 226 |
| |
|
Lines changed: 33 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| |||
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
42 |
| - | |
43 | 44 |
| |
44 |
| - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 |
| |
46 | 51 |
| |
47 | 52 |
| |
| |||
126 | 131 |
| |
127 | 132 |
| |
128 | 133 |
| |
129 |
| - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
130 | 155 |
| |
131 | 156 |
| |
132 | 157 |
| |
| |||
287 | 312 |
| |
288 | 313 |
| |
289 | 314 |
| |
290 |
| - | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
291 | 320 |
| |
292 | 321 |
| |
293 | 322 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
|
Lines changed: 21 additions & 47 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
2 | 9 |
| |
3 | 10 |
| |
4 | 11 |
| |
5 | 12 |
| |
6 | 13 |
| |
7 | 14 |
| |
| 15 | + | |
8 | 16 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
37 | 22 |
| |
38 | 23 |
| |
39 | 24 |
| |
40 | 25 |
| |
41 | 26 |
| |
42 | 27 |
| |
43 | 28 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
52 | 33 |
| |
53 | 34 |
| |
54 | 35 |
| |
55 | 36 |
| |
56 | 37 |
| |
57 | 38 |
| |
58 | 39 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
67 | 43 |
| |
68 | 44 |
| |
69 | 45 |
| |
70 | 46 |
| |
71 | 47 |
| |
72 | 48 |
| |
73 |
| - | |
74 |
| - | |
75 | 49 |
| |
76 | 50 |
| |
77 | 51 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
| 216 | + | |
| 217 | + | |
| 218 | + | |
216 | 219 |
| |
217 | 220 |
| |
218 | 221 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| 122 | + | |
122 | 123 |
| |
123 | 124 |
| |
124 | 125 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
| 273 | + | |
| 274 | + | |
| 275 | + | |
273 | 276 |
| |
274 | 277 |
| |
275 | 278 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
| 313 | + | |
| 314 | + | |
| 315 | + | |
313 | 316 |
| |
314 | 317 |
| |
315 | 318 |
| |
|
0 commit comments