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

Use public dockerhub #49

Open
wants to merge 209 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
209 commits
Select commit Hold shift + click to select a range
ea91f0e
Initial commit
jfreda Jan 31, 2023
0548dbb
Add license (#1)
jfreda Jan 31, 2023
2513751
Add micro notifications for subscribing/removing
jeffdaley Jan 31, 2023
dfcaf18
docs: README.md improvements
vladdoster Jan 31, 2023
b3abca6
Add/fix tests
jeffdaley Jan 31, 2023
f421844
Naming tweaks
jeffdaley Feb 1, 2023
baf7e96
Increase z-index of sidebar header
jeffdaley Feb 1, 2023
069a50d
Merge pull request #13 from hashicorp-forge/jeffdaley/fix-share-popov…
jeffdaley Feb 1, 2023
1615480
bugfix: save target url in SessionStorage so it can be used after red…
meirish Feb 2, 2023
35c5edb
Add/Extend/Use EmberSimpleAuth types; Cleanup
jeffdaley Feb 2, 2023
b1fcf48
Merge pull request #4 from vladdoster/patch-1
anubhavmishra Feb 3, 2023
63bcff8
Handle queries in facet/doc searches
jeffdaley Feb 3, 2023
0db10ed
Improve search refreshing; Rework productLink
jeffdaley Feb 3, 2023
f959378
Remove log
jeffdaley Feb 3, 2023
9a158f9
Clamp DocTile titles
jeffdaley Feb 3, 2023
cf26831
Remove node 12.* and 14.* engines
jeffdaley Feb 3, 2023
59d5b21
Merge pull request #24 from hashicorp-forge/jeffdaley/search-results
jeffdaley Feb 3, 2023
cdbd7d3
Merge branch 'main' into jeffdaley/subscribe-unsubscribe-feedback
jeffdaley Feb 3, 2023
88c8651
Merge pull request #26 from hashicorp-forge/jeffdaley/upgrade-node
anubhavmishra Feb 3, 2023
a2b9435
Merge pull request #25 from hashicorp-forge/jeffdaley/clamp-long-titles
anubhavmishra Feb 3, 2023
5d0b607
Merge pull request #20 from meirish/b-post-auth-redirect
jeffdaley Feb 3, 2023
3100954
Merge branch 'main' into jeffdaley/subscribe-unsubscribe-feedback
jeffdaley Feb 3, 2023
e534ff6
Merge Facet types
jeffdaley Feb 4, 2023
31558f8
Merge pull request #28 from hashicorp-forge/jeffdaley/merge-types
jeffdaley Feb 4, 2023
bb679df
show document title in the HTML page title
meirish Feb 6, 2023
4d66c0e
Merge pull request #32 from meirish/f-document-title-in-document-title
jeffdaley Feb 6, 2023
3514cdf
Update Node version in README
jeffdaley Feb 6, 2023
d699481
Merge pull request #34 from hashicorp-forge/jeffdaley/update-readme-node
anubhavmishra Feb 6, 2023
2084378
Update README with security email
anubhavmishra Feb 8, 2023
293547d
Merge pull request #35 from hashicorp-forge/anubhavmishra/readme-update
anubhavmishra Feb 8, 2023
6853ca0
Merge branch 'main' into jeffdaley/subscribe-unsubscribe-feedback
jeffdaley Feb 8, 2023
f07dd4a
Revert label tweak
jeffdaley Feb 8, 2023
f8ed8e0
Merge pull request #7 from hashicorp-forge/jeffdaley/subscribe-unsubs…
jeffdaley Feb 8, 2023
32d7fc0
Update label in assertion
jeffdaley Feb 8, 2023
08fd886
Merge pull request #36 from hashicorp-forge/jeffdaley/fix-broken-test
jeffdaley Feb 8, 2023
4ea0090
Replace uses of MM/DD/YYYY (#27)
jeffdaley Feb 8, 2023
e94fd43
Remove failing test
jeffdaley Feb 9, 2023
bc2398d
Add missing yarn dependency (#29)
jrschumacher Feb 9, 2023
46ab972
Initial work for CI (#22)
anubhavmishra Feb 9, 2023
969e23c
Update README to include renaming credentials (#30)
jrschumacher Feb 10, 2023
245ad3e
add status badge (#40)
anubhavmishra Feb 10, 2023
ab7e744
Adding pull request template and CODEOWNERS file (#46)
anubhavmishra Feb 10, 2023
3210483
Remove unnecessary transition args (#15)
jeffdaley Feb 10, 2023
d27a248
Add share button to condensed sidebar (#44)
jeffdaley Feb 10, 2023
6a7b621
Show approvers in draft sidebar (#48)
jeffdaley Feb 13, 2023
67625b4
Improve RequestReview modal buttons/inputs (#39)
jeffdaley Feb 13, 2023
04ec834
Remove sortBy params from Results route (#51)
jeffdaley Feb 14, 2023
7d0d9c4
Improve redirects (#52)
jeffdaley Feb 14, 2023
8250f33
Potential fix for Latest Docs (#53)
jeffdaley Feb 15, 2023
d026636
Set modified time for Algolia doc object when requesting a review (#54)
jfreda Feb 15, 2023
fe59098
Show active filters; Toolbar refactor (#37)
jeffdaley Feb 22, 2023
05cdd9c
Add favicon (#59)
jeffdaley Feb 23, 2023
8c23e34
Add trigger deployment workflow (#60)
anubhavmishra Feb 24, 2023
2182d1f
Fix bug where updating the review status of a document with custom fi…
jfreda Mar 1, 2023
9e26f20
Fix upserting documents with custom fields (#68)
jfreda Mar 1, 2023
db3f8ee
Fix docs and facets on `/my` route (#65)
jeffdaley Mar 2, 2023
15c3585
Sidebar: Show CustomField data to non-owners (#67)
jeffdaley Mar 2, 2023
fe2552a
Continue fixing upserting documents with custom fields (#69)
jfreda Mar 2, 2023
803d903
Remove unused Algolia function (#64)
jeffdaley Mar 3, 2023
f66c391
Fixes errors caused by special characters (#17)
jeffdaley Mar 3, 2023
2fb54fc
Latest Updates cache clearing (#55)
jeffdaley Mar 7, 2023
5d6db15
Acceptance-test setup with PageTitle tests (#57)
jeffdaley Mar 7, 2023
80468bc
Add alert-style badges to user menu (#73)
jeffdaley Mar 7, 2023
1e23d30
`New::DocForm` updates: TypeScript, error handling, documentation, di…
jeffdaley Mar 7, 2023
66f9c72
Fix typo (#78)
anubhavmishra Mar 8, 2023
4c3fa64
Bugfix: Add json transformation on new doc form (#79)
jeffdaley Mar 8, 2023
ed0b25c
Reset MockDates after tests (#77)
jeffdaley Mar 8, 2023
8fd7e79
Scrollable FacetDropdowns with keyboard support (#56)
jeffdaley Mar 10, 2023
922fee1
Fix indexer logic by refreshing doc headers before indexing (#89)
jfreda Mar 10, 2023
683ec6d
Delete `bg-red-500` style from FacetDropdowns (#90)
jeffdaley Mar 13, 2023
535f341
Add Fetch path to `tsconfig`; update response types (#80)
jeffdaley Mar 13, 2023
ec1761f
Move `SESSION_STORAGE_KEY` out of SessionService (#84)
jeffdaley Mar 14, 2023
fe71d4e
Add ExternalLink component (#92)
jeffdaley Mar 14, 2023
6b807fb
Add 404 screen (#76)
jeffdaley Mar 20, 2023
a324f5f
Update test context names (#87)
jeffdaley Mar 20, 2023
1c0c1d8
Remove unused imports from AlgoliaService (#85)
jeffdaley Mar 20, 2023
6a4bacd
Include `page:1` in filterLink queryParams (#88)
jeffdaley Mar 20, 2023
e2e8d27
Move Mirage `me` response through a factory (#86)
jeffdaley Mar 20, 2023
a2ac192
Use `{{auto-height-textarea}}` modifier on sidebar (#70)
jeffdaley Mar 20, 2023
2fd6c91
Remove unnecessary headers from AuthenticatedUserService (#91)
jeffdaley Mar 20, 2023
c217322
Retry `searchDirectory` if Google doesn't respond (#47)
jeffdaley Mar 20, 2023
f31ce7e
Set default list styles (#97)
jeffdaley Mar 21, 2023
089d82f
Set default anchor style (#96)
jeffdaley Mar 21, 2023
14bf025
Authorize contributors to view and patch draft documents (#98)
jfreda Mar 22, 2023
17e4ce5
Cleanup: Remove console log; Fix typo (#99)
jeffdaley Mar 22, 2023
fa55d61
Adds types to FetchService (#45)
jeffdaley Mar 22, 2023
3cfaf2e
Add `tooltip` modifier (#93)
jeffdaley Mar 22, 2023
b52f73e
Include Drafts in Recently Viewed Documents (#38)
jeffdaley Mar 23, 2023
5627a73
Add exponential backoff to Google Drive list files call (#101)
jfreda Mar 23, 2023
b143ea1
Switch Redirect storage SessionStorage to LocalStorage (#94)
jeffdaley Mar 23, 2023
6bdd115
Remove deleted drafts from Recently Viewed (#102)
jeffdaley Mar 23, 2023
c3a8055
Improved sidebar scrollbars and padding (#100)
jeffdaley Mar 24, 2023
efa3dce
Disallow duplicates in PeopleSelect (#95)
jeffdaley Mar 24, 2023
8b4aa7d
Doc::Thumbnail component (#75)
jeffdaley Mar 25, 2023
a142649
Fix incorrect TestContextNames (#110)
jeffdaley Mar 29, 2023
eebaf9e
Enable changing product of a draft document via the API (#111)
jfreda Mar 29, 2023
5cc7a39
Remove unused `Doc::Tag` component (#112)
jeffdaley Mar 29, 2023
4ad8f21
Update document number when patching product of a draft document (#113)
jfreda Mar 29, 2023
3a0dc3c
Combine Session and LocalStorage for redirect handling (#103)
jeffdaley Mar 31, 2023
d38d4ec
Update to actions/checkout@v3 (#115)
anubhavmishra Apr 3, 2023
0a920c0
Update Ember Simple Auth (#117)
jeffdaley Apr 4, 2023
7da94e6
Poll for expired session (#82)
jeffdaley Apr 5, 2023
7e6c8c4
Document sidebar header refactor (tooltips, scroll border, copy butto…
jeffdaley Apr 5, 2023
37f1cc2
Await Session Setup (#116)
jeffdaley Apr 5, 2023
420840e
Tweak CSS `z-index` of FacetDropdowns and DocThumbnail outline (#119)
jeffdaley Apr 5, 2023
2270a93
Add leading slash to share link (#120)
jeffdaley Apr 5, 2023
ad74fbf
Lowercase share link docNumber (#121)
jeffdaley Apr 5, 2023
b674f7a
Move shareLink slash (#122)
jeffdaley Apr 5, 2023
e49bd6c
Simplify session/localStorage logic; Add isLoggedIn check (#126)
jeffdaley Apr 6, 2023
d2e0c1e
Move storage call to Application route (#127)
jeffdaley Apr 7, 2023
23f854b
Separate front- and back-end redirect handling (#128)
jeffdaley Apr 7, 2023
8cf1a2e
Upgrade Design System Components (#123)
jeffdaley Apr 11, 2023
edf4c6b
Add shortLinkBaseURL checks (trailingSlack, isValidURL) and test them…
jeffdaley Apr 11, 2023
fe2544a
Add checks to approvers (#129)
jeffdaley Apr 11, 2023
ca668d0
Remove leftover tooltips during modifier cleanup (#130)
jeffdaley Apr 11, 2023
40c30bf
Extend Torii `restore` method; Remove unnecessary `invalidate` call (…
jeffdaley Apr 11, 2023
1702585
Fixes visual bug on search popover (#133)
jeffdaley Apr 12, 2023
736a278
Auth: Ignore saving certain transitions (#134)
jeffdaley Apr 12, 2023
48db772
Fix DocThumbnail z-index bug (#137)
jeffdaley Apr 13, 2023
8ab4cc9
Add HTMLElement Helper (#135)
jeffdaley Apr 14, 2023
27a0d20
Tweak `me` handling in Mirage (#142)
jeffdaley Apr 14, 2023
d48af13
Convert Application route to TS (#114)
jeffdaley Apr 14, 2023
790f65f
Add Google Analytics config (#104)
jeffdaley Apr 14, 2023
bf06ebc
Add API endpoint for recently viewed docs (#132)
jfreda Apr 17, 2023
e91ab3b
Reconfigure Ember Metrics / Google Analytics (#143)
jeffdaley Apr 18, 2023
48392c3
Continue getting other recently viewed docs on a database error (#145)
jfreda Apr 19, 2023
69510fb
Add generic FloatingUI components (#136)
jeffdaley Apr 21, 2023
3a7dcf8
Return a full user for `/me` response (#153)
jeffdaley Apr 25, 2023
8bad0de
Bypass Google auth when Okta is configured (#144)
jfreda Apr 27, 2023
8209b7d
Log warning on error when updating recently viewed docs (#159)
jfreda Apr 27, 2023
fb5851b
Return a generic response for the /drafts route (#154)
jeffdaley Apr 28, 2023
3daa08e
Configure a Mirage response for products (#152)
jeffdaley Apr 28, 2023
a2550e9
Add `ember-element-helper` (#150)
jeffdaley Apr 28, 2023
04eafa6
Remove unused IDs from tests (#148)
jeffdaley Apr 28, 2023
739fbbb
Tweak FloatingUI API (#149)
jeffdaley Apr 28, 2023
aa7b143
Replace incorrect config reference (#146)
jeffdaley Apr 28, 2023
8b6c623
Don't error when user has no photos (#160)
jfreda Apr 28, 2023
d168203
Show documents where the user is a contributor in My Drafts (#147)
jfreda Apr 28, 2023
678499e
Make nav image conditional (#161)
jeffdaley Apr 28, 2023
86766dd
Change some more error logs to warnings (#163)
jfreda Apr 28, 2023
3043a5e
Component-ize document modals (#74)
jeffdaley May 2, 2023
082b56f
Clean up `Doc` components (#156)
jeffdaley May 2, 2023
7fc25f0
Improve document fetch error (#162)
jeffdaley May 2, 2023
a70231d
`X::DropdownList` Components (#151)
jeffdaley May 2, 2023
4de3d02
Add Glint (#158)
jeffdaley May 2, 2023
07dd258
Try a /document redirect on /draft fetchError (#155)
jeffdaley May 2, 2023
4ed34bf
Add id reference values to DropdownList components; DropdownList clea…
jeffdaley May 2, 2023
5977dd3
Parse person smart chips (#164)
jfreda May 2, 2023
0a97892
Bug fix: no recently viewed docs can cause dashboard to not load (#169)
jfreda May 4, 2023
7cb8fa8
Only disable requesting a review via checkbox value when a check is c…
jfreda May 5, 2023
95b0bb2
Configure Torii via the web config API (#170)
jfreda May 5, 2023
903bab1
Small updates for v0.1.0 (#172)
jfreda May 5, 2023
ca7ff20
Bump version to 0.1.0 (#173)
jfreda May 5, 2023
333f00e
Add support for FloatingUI offset (#175)
jeffdaley May 17, 2023
93f7d2b
Refactor FacetDropdownList (#166)
jeffdaley May 17, 2023
a388311
Add `maybe-query` and `model-or-models` helpers (#176)
jeffdaley May 17, 2023
0672f21
Improve `pollForExpiredAuth` and reauthenticate UX (#141)
jeffdaley May 17, 2023
4f36c4d
Improve "request review" state (#177)
jeffdaley May 17, 2023
a6bc807
Fix logic to update recently viewed documents (#179)
jfreda May 19, 2023
e1be522
Improve subscriber email subject (#183)
jfreda May 30, 2023
b134674
Use http.StatusOK for w.WriteHeader (#168)
syntaqx May 30, 2023
add24d0
Approver list refactor and bug fix (#184)
jeffdaley May 30, 2023
acfe60a
Register some helpers with Glint (#186)
jeffdaley May 31, 2023
f987f55
Add BadgeDropdownList component (#185)
jeffdaley May 31, 2023
919d63f
Add FlightIcon component to Glint registry (#190)
jeffdaley May 31, 2023
3280deb
Fix approver checkmarks (#191)
jeffdaley Jun 1, 2023
c8f2b8b
Lock documents in a bad state (#182)
jfreda Jun 1, 2023
8397471
Add more logging around locked documents (#193)
jfreda Jun 2, 2023
9a1b5cc
Add ProductSelect component (#187)
jeffdaley Jun 2, 2023
b4c7a8d
Add X affordance to PeopleSelect (#195)
jeffdaley Jun 2, 2023
0bb49f3
Fix Glint imports (#196)
jeffdaley Jun 2, 2023
8364751
Fix post-auth redirect (Google auth, testing environment) (#194)
jeffdaley Jun 2, 2023
f3ff29f
Register template helpers (#192)
jeffdaley Jun 2, 2023
e6a51f5
WIP: Tweak front-end error messages (#198)
jeffdaley Jun 5, 2023
4c140a1
Check if a document is locked when approving (#197)
jfreda Jun 5, 2023
eac44ec
Revert "Tweak front-end error messages" (#200)
jeffdaley Jun 6, 2023
928acc5
Clean up API error messages (#203)
jfreda Jun 6, 2023
32d58cd
Implement ProductSelect component; allow draft authors to edit their …
jeffdaley Jun 7, 2023
c7d7e44
Tweak ProductSelect placeholder text and element width (#204)
jeffdaley Jun 7, 2023
1eb2acb
Add most type definitions for most HDS components (#205)
jeffdaley Jun 9, 2023
64d6d65
Register Dashboard components (#208)
jeffdaley Jun 9, 2023
bf6d127
Type header components (#209)
jeffdaley Jun 9, 2023
4858ff7
Type Sidebar (#206)
jeffdaley Jun 9, 2023
e98cac5
Fix a couple ProductAreaDropdown bugs (#210)
jeffdaley Jun 9, 2023
18c7a97
Type Doc components (#207)
jeffdaley Jun 9, 2023
4149a39
Add more detail around Algolia (#31)
jrschumacher Jun 13, 2023
fcc1ac3
Add error handling to save function (#211)
jeffdaley Jun 14, 2023
c8fc94e
Lock documents on other types of suggestions in the header (#212)
jfreda Jun 14, 2023
8c8c926
Add keyboard nav to search; improve search productArea suggestions (#…
jeffdaley Jun 14, 2023
5f4dd34
Register internal modifiers with Glint (#215)
jeffdaley Jun 14, 2023
a6913a4
Register ExternalLink component with Glint (#214)
jeffdaley Jun 14, 2023
6cca286
Register Action component with Glint (#213)
jeffdaley Jun 14, 2023
71af5b3
RenderOut the productArea dropdown (#216)
jeffdaley Jun 15, 2023
4d20aa3
Prevent duplicate flashErrors (#217)
jeffdaley Jun 15, 2023
8c7cd06
Fix Google reauthentication (#220)
jfreda Jun 15, 2023
da10981
Prepare for 0.2.0 release (#221)
jfreda Jun 15, 2023
9c30af7
Fix HeaderComponent boilerplate (#218)
jeffdaley Jun 16, 2023
5533a37
Update README.md to include response times (#222)
anubhavmishra Jun 16, 2023
1625dbf
Add FloatingUI Glint types (#224)
jeffdaley Jun 21, 2023
d25cef4
Add `ember-animated` (#227)
jeffdaley Jun 21, 2023
ef7cc05
Fix Toolbar Dropdown offsets (#228)
jeffdaley Jun 21, 2023
ea3db4e
Github CI/CD actions added..intial push
Jun 22, 2023
65173f5
Github CI/CD actions added..test and minor change in readme related t…
Jun 22, 2023
41e7b06
Create ci.yml
yashcode00 Jun 22, 2023
f4a521f
CI/CD made now testing
Jun 22, 2023
d0b7ae6
Update ci.yml
yashcode00 Jun 22, 2023
36ac053
Merge branch 'main' of github.com:razorpay/hermes
anuragprafulla Jul 10, 2023
35c618f
Merge branch 'main' of github.com:razorpay/hermes
anuragprafulla Aug 11, 2023
393dfb3
Use public dockerhub
anuragprafulla Aug 11, 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
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_PERSONAL_USERNAME }}
password: ${{ secrets.DOCKER_PERSONAL_PASSWORD }}
username: ${{ secrets.PUBLIC_DOCKER_USERNAME }}
password: ${{ secrets.PUBLIC_DOCKER_PASSWORD }}

- name: Set up Docker Buildx
id: buildx
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Build and push to Dockerhub
uses: docker/build-push-action@v2
with:
tags: anuragprafulla/hermes_server:${{ github.sha }}
tags: razorpay/hermes_server:${{ github.sha }}
push: true
file: Dockerfile.server
build-args: GIT_COMMIT_HASH=${{ github.sha }}
Expand All @@ -97,13 +97,13 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_PERSONAL_USERNAME }}
password: ${{ secrets.DOCKER_PERSONAL_PASSWORD }}
username: ${{ secrets.PUBLIC_DOCKER_USERNAME }}
password: ${{ secrets.PUBLIC_DOCKER_PASSWORD }}

- name: Build and push to Dockerhub
uses: docker/build-push-action@v2
with:
tags: anuragprafulla/hermes_indexer:${{ github.sha }}
tags: razorpay/hermes_indexer:${{ github.sha }}
push: true
file: Dockerfile.indexer
build-args: GIT_COMMIT_HASH=${{ github.sha }}
build-args: GIT_COMMIT_HASH=${{ github.sha }}