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

[Snyk] Upgrade @babel/preset-env from 7.20.2 to 7.25.4 #65

Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
320f8c4
ctds integration changes
m0nhawk Jul 30, 2022
a89503c
only show relevant pages
tianj7 Jan 22, 2024
cfad9da
add configuration to pages shown
tianj7 Jan 23, 2024
2ae5dfc
remove data sources and configuration pages
tianj7 Jan 30, 2024
c37e77d
tmp: turn off uncessary initial event, criteria, and attribute option…
rkboyce Mar 2, 2024
87dcd92
feat: working ability to configure global read access by granting wri…
rkboyce Apr 17, 2024
5cebc25
feat: introduce a new permission instead of relying on a role for Glo…
pieterlukasse May 10, 2024
dc78fc2
fix: removing dead code
pieterlukasse May 23, 2024
a32d97c
tmp: temporarily disable the delete option for cohortdefinition
pieterlukasse Jun 19, 2024
4e2d606
Merge pull request #52 from uc-cdis/tmp/disable_delete_option_for_coh…
pieterlukasse Jun 21, 2024
be53650
feat: add better caching instruction to headers
pieterlukasse Jun 21, 2024
ae69c32
Merge pull request #53 from uc-cdis/feat/better_cache_instruction_in_…
pieterlukasse Jun 24, 2024
97aec35
fix: hide menu options until user has logged in
pieterlukasse Jun 27, 2024
5ec7d76
Merge pull request #54 from uc-cdis/fix/disable_menu_prior_to_login
pieterlukasse Jul 1, 2024
2a968b0
dep: some updates
m0nhawk Aug 1, 2024
0114532
Merge pull request #58 from uc-cdis/dep/update
m0nhawk Aug 1, 2024
99e9f3a
back out change after new feature is implememnted
tianj7 Oct 1, 2024
4107a4b
back out backout change
tianj7 Oct 1, 2024
98b2a9d
backout temp fix
tianj7 Oct 1, 2024
e38e833
Merge pull request #61 from uc-cdis/chore/vadc-1318
tianj7 Oct 10, 2024
3915f50
dep: update express to 4.20.0 for vulnerability remediation
m0nhawk Oct 14, 2024
e5bb125
Merge pull request #62 from uc-cdis/dep/sec
m0nhawk Oct 14, 2024
9f46d57
fix: upgrade @babel/preset-env from 7.20.2 to 7.25.4
snyk-bot Oct 17, 2024
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
15 changes: 15 additions & 0 deletions .github/workflows/image_build_push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build Image and Push to Quay

on: push

jobs:
ci:
name: Build Image and Push to Quay
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
with:
OVERRIDE_REPO_NAME: "ohdsi-atlas"
secrets:
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
ECR_AWS_SECRET_ACCESS_KEY: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: [email protected]:Yelp/detect-secrets
rev: v1.3.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: no-commit-to-branch
args: [--branch, develop, --branch, master, --pattern, release/.*]
Loading