This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Commit d568d82
* [DOP-3639]: Create base API construct
* [DOP-3639]: Create ts files to export specific lambda handler
* [DOP-3639]: Create ts files to export specific lambda handler
* [DOP-3639]: Create methods for triggering builds
* [DOP-3639]: Remove the jobQueue as an attribute for the webhooks construct
* [DOP-3639]: Rename construct to better reflect what it represents
* [DOP-3639]: Use correct path
* [DOP-3639]: Retrieve SSM params
* [DOP-3639]: Add DB name
* [DOP-3639]: Add dochub env vars
* [DOP-3639]: Add correct dochub path
* [DOP-3639]: use correct method to retrieve secure strings
* [DOP-3639]: Delete zip script in favor of using NodejsFunction construct
* [DOP-3639]: Update esbuild config for nodejsfunctions
* [DOP-3639]: Remove bundle script and handlers
* [DOP-3639]: Get tests working
* [DOP-3639]: Delete handlers and remove zip script
* [DOP-3639]: refactor so that queues are a separate construct from the api
* [DOP-3639]: add correct identifiers for constructs
* [DOP-3639]: Update comments for bundling
* [DOP-3639]: Update tests
* [DOP-3639]: Clean up some typing
* [DOP-3639]: Add script to bundle lambda config with zip
* [DOP-3639]: Add permission to execute script
* [DOP-3639]: rename file
* [DOP-3639]: Use the regular function construct again and update bundling script
* [DOP-3639]: Add updated script and add snapshot test
* [DOP-3639]: Add updated script
* [DOP-3639]: Prune dev dependencies when deploying lambda
* [DOP-3639]: Add slack auth token
* [DOP-3639]: Add queue urls as env vars
* [DOP-3639]: Grab DB info from ssm
* [DOP-3639]: Update env vars
* [DOP-3639]: Remove cdk.context.json
* [DOP-3639]: Update gitignore and use valueFromLookup
* [DOP-3639]: Refactor code to successfully deploy and use config variables
* [DOP-3639]: Remove unnecessary build command
* [DOP-3639]: Remove unnecessary build script
* [DOP-3639]: Refactor env vars into separate construct
* [DOP-3639]: Remove build.zip from gitignore
* [DOP-3639]: Remove bundle command
* [DOP-3680]: Add v2 handlers
* [DOP-3680]: Use v2 handlers
* [DOP-3680]: Revert slack v1
* [DOP-3639]: Remove additional slash
* [DOP-3639]: Remove unused params
* [DOP-3639]: Remove unused import
* [DOP-3639]: Use esModuleInterop
* [DOP-3640]: Rename to simplify stuff
* [DOP-3640]: Add util to get bucket names
* [DOP-3640]: Add task definition for fargate and create cluster
* [DOP-3640]: Refactor Stack and constructs
* [DOP-3640]: Add CDK infra to docker ignore
* [DOP-3640]: Rename files to be less generic and add task definition for lambdas
* [DOP-3640]: Work on creating bucket constructs
* [DOP-3640]: destroy buckets when tearing down
* [DOP-3640]: Grant ecs task permission to read and write from buckets
* [DOP-3640]: Add VPC endpoint for ECR
* [DOP-3640]: Add custom dockerfile for testing enhanced app
* [DOP-3640]: Refactor path names to take into account the environment
* [DOP-3640]: Add a bunch of env vars
* [DOP-3640]: Add a bunch of env vars for worker
* [DOP-3640]: Remove unused env var
* [DOP-3640]: Refactor object destructure for consistency
* [DOP-3640]: Add first routing rule
* [DOP-3640]: Add routing rules for root bucket
* [DOP-3640]: Refactor container props to be a little nicer
* [DOP-3640]: Add feature branch deploy logic
* [DOP-3640]: Add env to worker
* [DOP-3640]: Move stuff around and work on getting secure strings using aws sdk
* [DOP-3640]: Add SSM client SDK to query secure strings
* [DOP-3640]: Add remaining secure strings and refactor stack to use async ssm client
* [DOP-3640]: Grant permissions to the ECS cluster to read and write to queues
* [DOP-3640]: Add Tag for stack to help debug costs
* [DOP-3640]: Refactor layout to be a bit simpler
* [DOP-3640]: Refactor enhanced job to check for correct job type
* [DOP-3640]: Remove unnecesssary code
* [DOP-3640]: Update readme
* [DOP-3640]: Update prettier to ignore cdk-infra
* [DOP-3640]: Add functionality to execute a single job for enhanced app
* [DOP-3640]: Use clustername for task definition family (that's the value that is actually used)
* [DOP-3726]: Modify HandleJobs to not create ecs tasks
* [DOP-3640]: Refactor enhanced job to check for correct job type
* [DOP-3726]: Move the additional notification out of the insertBulkJobs
* [DOP-3726]: Update typing to get rid of type errors in github webhooks
* [DOP-3640]: Update README
* [DOP-3726]: Job status is not needed in the jobsQueue
* [DOP-3726]: Wait only one second for queue polling
* [DOP-3726]: Wait only four seconds for queue polling
* [DOP-3726]: Add enhanced job handler so that we can specify s3 buckets for custom feature stacks
* [DOP-3726]: rename files
* [DOP-3726]: Use enhancedApp buckets
* [DOP-3726]: Add dash
* [DOP-3726]: Use correct env variables for db
* [DOP-3726]: Add queue collection name
* [DOP-3726]: Update timeout for lambdas
* [DOP-3726]: Remove extra console logs and add missing env variable for repo branches collection
* [DOP-3726]: Remove enhanced since it doesn't impact anything
* [DOP-3726]: Remove enhanced since it doesn't impact anything
* [DOP-3726]: Remove extra log statement
* [DOP-3640]: Update readme and rename context variables
* [DOP-3640]: Refactor how environment variables are retrieved to not depend on current scope
* [DOP-3640]: Add routing rule for 1.1.4 of atlas cli
* [DOP-3640]: Call initContextVars
* [DOP-3726]: Re-introduce enhanced env var for worker and remove aws credentials from env
* [DOP-3726]: Add esbuild as a dev dependency
* [DOP-3726]: Update dockerfile to build more quickly
* [DOP-3726]: Resolve additional merge conflicts
* [DOP-3726]: Resolve additional merge conflicts
* [DOP-3726]: Resolve additional merge conflicts
* [DOP-3726]: Resolve additional merge conflicts
* [DOP-3726]: Resolve additional merge conflicts
* [DOP-3726]: Update index
* [DOP-3726]: Update API name to be more identifiable in aws console
* [DOP-3726]: Resolve merge conflict
* [DOP-3726]: Refactor enhanced job handler factory
* Empty-Commit
* test
* [DOP-3726]: Update enhanced dockerfile
* [DOP-3726]: Remove private
---------
Co-authored-by: Seung Park <[email protected]>
1 parent de16bf4 commit d568d82
File tree
21 files changed
+917
-33
lines changed- api/controllers/v2
- cdk-infra
- lib/constructs
- api
- worker
- utils
- src
- enhanced
- job
- types
- utils
- job
- queue
- entities
- repositories
21 files changed
+917
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 68 | | |
76 | 69 | | |
77 | 70 | | |
78 | 71 | | |
79 | 72 | | |
80 | 73 | | |
81 | 74 | | |
| 75 | + | |
| 76 | + | |
82 | 77 | | |
83 | 78 | | |
84 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
102 | 110 | | |
103 | 111 | | |
104 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
| |||
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
| 74 | + | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
| |||
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
| 83 | + | |
75 | 84 | | |
76 | 85 | | |
77 | 86 | | |
| |||
87 | 96 | | |
88 | 97 | | |
89 | 98 | | |
| 99 | + | |
90 | 100 | | |
91 | 101 | | |
92 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
93 | 105 | | |
94 | 106 | | |
95 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
0 commit comments