Commit Graph

  • 31392e59b8 update to a separate catalog extension and add support for replacing Aramis 2024-01-30 10:59:28 -05:00
  • d8a54d0a83 feat(catalog): add support for entity policies in the new backend. Aramis 2024-01-27 22:34:40 -05:00
  • 647250cbf9 bep: split backends discovery api aramissennyeydd 2024-02-16 19:40:49 -05:00
  • 44c817ae23 chore: update my account for contributions Aramis 2024-02-16 18:19:45 -05:00
  • b1789a2d6a Merge pull request #23029 from backstage/dependabot/npm_and_yarn/undici-5.28.3 Fredrik Adelöw 2024-02-17 00:11:09 +01:00
  • ddd963a940 Changing the route that we need for the GCP telemetry armandocomellas1 2024-02-16 16:31:08 -06:00
  • 7ae4cf6d13 Package json deconstructed dynamically with variable armandocomellas1 2024-02-16 16:17:56 -06:00
  • b6df34e402 Package json deconstructed creating a new file containing only the version armandocomellas1 2024-02-16 15:52:31 -06:00
  • f1a5f33cec Add a better description inside unit test armandocomellas1 2024-02-16 13:51:24 -06:00
  • 3e57ca7b65 Add a better unit test for headers validation armandocomellas1 2024-02-16 13:48:39 -06:00
  • 4642cb7ac2 Added support to fetch data for Daemon Sets and display an accordion in the same way as with Deployments Andres Mauricio Gomez P 2024-02-16 13:28:32 -05:00
  • 504b54e4dd Bump undici from 5.26.3 to 5.28.3 dependabot[bot] 2024-02-16 16:57:26 +00:00
  • 7917cbe801 Merge pull request #22965 from backstage/blam/remove-immer Ben Lambert 2024-02-16 17:49:09 +01:00
  • 1cfcb469cd chore: fixing knip report blam 2024-02-16 17:28:03 +01:00
  • 30b2519a6e Merge pull request #21890 from ch007m/issue-21866 Ben Lambert 2024-02-16 14:48:42 +01:00
  • fa7ea3f2f0 break out the providers router into a separate file Fredrik Adelöw 2024-02-16 14:33:10 +01:00
  • e39eb80da9 better docs David Roberts 2024-02-16 13:26:34 +00:00
  • c52f7ac1ca Make catalog logging a little quiter where entities are erroring Brian Fletcher 2024-02-16 13:11:10 +00:00
  • 9eb7cacef7 Regenerated the API report cmoulliard 2024-02-16 13:49:40 +01:00
  • ff40ada6ba fix(deps): update dependency mysql2 to v3 renovate[bot] 2024-02-16 12:20:10 +00:00
  • f5e04e39d2 move away from deprecated types, import from auth-node Fredrik Adelöw 2024-02-16 12:59:21 +01:00
  • 8db9fdaf29 Add git repository to the package.json file of the module cmoulliard 2024-02-16 12:31:22 +01:00
  • 905f470831 Remove files to be published cmoulliard 2024-02-15 21:07:32 +01:00
  • 446dba2323 Only export index.ts and not alpha.ts cmoulliard 2024-02-15 16:36:07 +01:00
  • 06c1fce211 Migrate the module to new Backend System cmoulliard 2024-02-14 19:05:54 +01:00
  • 2d0e7cdc69 Add new changeset file to document what changed for @backstage/integration cmoulliard 2024-02-01 11:40:47 +01:00
  • b4748b36eb Refactoring the code to include the maxDuration within the function checking if gitea repository is available cmoulliard 2024-01-30 17:40:06 +01:00
  • 9b0bf20dba Removed non relevant information from changeset and splitting changes into 2 changeset files cmoulliard 2024-01-30 16:33:40 +01:00
  • d7b0c272c3 Revert "Adding to tsc --skipLibCheck false --incremental false" cmoulliard 2024-01-18 16:23:29 +01:00
  • 95b4910cf8 Adding to tsc --skipLibCheck false --incremental false cmoulliard 2024-01-18 16:12:30 +01:00
  • 4ed5ffebdf Removing the export prefix for the function: checkAvailabilityGiteaRepository as it used internally cmoulliard 2024-01-16 14:27:14 +01:00
  • 842b9c00b7 Removing ScmIntegrationsGroup & GiteaIntegration from import as non used cmoulliard 2024-01-10 12:38:13 +01:00
  • 8c9b90bb3e Declaring the variables username, password earlier and change the message to pass the host for the missing credentials cmoulliard 2024-01-10 12:24:49 +01:00
  • 48ecd88b13 Declaring const { username, password } earlier within the file cmoulliard 2024-01-10 12:22:24 +01:00
  • 107050672c Add a function to test if while don't exceed 20s and test if signal is aborted cmoulliard 2024-01-10 12:19:20 +01:00
  • 25c3850edf Removing import of node-fetch to use the node built in fetch function directly cmoulliard 2024-01-10 11:09:16 +01:00
  • 6f145d5097 Removed non needed text from the template example and improved the changes todo in a template cmoulliard 2024-01-10 10:59:21 +01:00
  • b39db7dc78 Change to launch backstage with launching backstage cmoulliard 2024-01-10 10:52:37 +01:00
  • a755bf4bf7 Remove the non needed code block as createBuiltinActions.ts is a new function exported from latest backstage distribution and gitea will be included when this PR will be merged cmoulliard 2024-01-10 10:51:31 +01:00
  • 71c68535ae Revert Basic to basic as the word checked by gitea api is basic cmoulliard 2024-01-10 10:41:38 +01:00
  • 0c211065dd Better documented the changes of this PR part of the changeset file cmoulliard 2024-01-10 10:40:39 +01:00
  • e300ddacd9 Revert change Token to token as gitea checks token word only. "https://docs.gitea.com/next/development/api-usage\#authentication" cmoulliard 2024-01-10 10:28:04 +01:00
  • 317d62675d Fixing errors reported by documentation quality check github job cmoulliard 2024-01-05 17:04:59 +01:00
  • a6b552b407 Adding a new rest.get to allow gitea to check if the URL of the repo exists cmoulliard 2024-01-05 16:31:18 +01:00
  • 73295aa0df Change the request to test if the URL is reposning after the repo has been created. We dont get anymore Error: Unknown encoding: undefined during register action step cmoulliard 2024-01-04 19:48:35 +01:00
  • 2b2fdccaa6 Fixing the issue about the branch name not included to the url converted. Wrong: "https://localhost:3333/api/v1/repos/org1/repo1/contents/?ref=catalog-info.yaml" and good: "https://localhost:3333/api/v1/repos/org1/repo1/contents/catalog-info.yaml?ref=maincatalog-info.yaml" cmoulliard 2024-01-04 19:15:53 +01:00
  • a72521bae8 Adding a new test case covering the url we are looking for when we register a new entry to the catalog using the action. Removing the gerrit stuff cmoulliard 2024-01-04 19:03:31 +01:00
  • 82ae17b19c Use the proper repoContentsUrl to access gitea repo and enhance the test case cmoulliard 2024-01-04 18:27:24 +01:00
  • 1a49b1d137 Added a TODO task as the code using while condition is failing like a mention to pass the branch name to the catalogInfoPath cmoulliard 2024-01-04 18:16:26 +01:00
  • 39bc3d0d7d Updated the instructions to use the publish:gitea action cmoulliard 2024-01-04 14:54:41 +01:00
  • 458bf21b7f Added a new changeSet cmoulliard 2024-01-04 14:01:05 +01:00
  • 8a88e91817 Switched the sleep 3s to a while condition to check if we got from the repository created the metadata cmoulliard 2024-01-04 09:54:00 +01:00
  • ca0ac99493 Add a sleep of 2s to let the step to register the newly catalog created from the gitea server cmoulliard 2024-01-03 17:04:08 +01:00
  • 17235fcaec Removing the non needed import for logger cmoulliard 2024-01-03 17:03:10 +01:00
  • 701eefc71e Switched the logic to create a repository using api/v1/orgs/OWNER/repos. Adapt the test case to check if there is an org too cmoulliard 2024-01-03 15:18:58 +01:00
  • 3a40f3c5df Removing owner as non needed cmoulliard 2023-12-20 16:59:50 +01:00
  • 3bff96fc38 Fixing matching condition cmoulliard 2023-12-20 14:25:30 +01:00
  • 31e0e51bb9 Fix url typo error: ../repo => ../repos cmoulliard 2023-12-20 12:05:20 +01:00
  • 38ebfd1980 Remove non needed declarations cmoulliard 2023-12-20 12:00:48 +01:00
  • 331c4c242a Try catch the method calling fetch cmoulliard 2023-12-20 11:49:55 +01:00
  • 1c91c52a09 Updating the test case to create a git repo cmoulliard 2023-12-20 10:53:00 +01:00
  • 51fec95f33 Add test to valid the baseURL cmoulliard 2023-12-20 10:52:28 +01:00
  • 07bd2fbeb4 Rename token to Token cmoulliard 2023-12-20 09:40:08 +01:00
  • 3e20f53e49 Rename basic to Basic cmoulliard 2023-12-20 09:36:09 +01:00
  • 90836c82e4 Update plugins/scaffolder-backend-module-gitea/src/actions/gitea.ts Charles Moulliard 2023-12-19 15:23:37 +01:00
  • 11d697be77 Updating the api-report.md file cmoulliard 2023-12-19 15:12:41 +01:00
  • 827d88fce1 Removing the CHANGELOG.md file as the releasing flow will create it cmoulliard 2023-12-19 15:03:42 +01:00
  • 4d2c01bfbf Changing the version from 0.1.0-next.0 to 0.0.0 cmoulliard 2023-12-19 15:02:25 +01:00
  • a37b65c79e Reverted name cgange from gitea.tst to example.ts, example.test.ts cmoulliard 2023-12-19 15:00:47 +01:00
  • f8afc5c059 Align default branch name. master -> main cmoulliard 2023-12-19 14:58:08 +01:00
  • f1645f3e0a Register the missing gitea action to publish cmoulliard 2023-12-15 18:19:39 +01:00
  • b2953bd108 Update package.json to add gitea module cmoulliard 2023-12-15 17:02:14 +01:00
  • bb0b6568af Registering new publish gitea action within createBuiltinActions.ts cmoulliard 2023-12-15 16:48:30 +01:00
  • 49d4e7617f Import mising package to create the setupServer. Update yarn.locl and package.json cmoulliard 2023-12-15 15:56:44 +01:00
  • f6426a32f9 WIP. Create action to publish on gitea server cmoulliard 2023-12-15 15:23:26 +01:00
  • 211ec25212 New plugin to publish a git repository on gitea cmoulliard 2023-12-14 19:03:53 +01:00
  • a5e494cbaf Merge pull request #22961 from swnia/patch-2 Fredrik Adelöw 2024-02-16 11:48:59 +01:00
  • 16946a35c5 Merge pull request #23011 from backstage/freben/limiter Fredrik Adelöw 2024-02-16 11:45:47 +01:00
  • 69064659de Merge pull request #22967 from johanneswuerbach/scaffolder-github-oidc-customization Ben Lambert 2024-02-16 11:43:36 +01:00
  • 95ecfee1b2 Merge pull request #22990 from backstage/renovate/typescript-json-schema-0.x Fredrik Adelöw 2024-02-16 11:42:33 +01:00
  • 06cd9fe35f Merge pull request #22983 from backstage/renovate/github-codeql-action-3.x Fredrik Adelöw 2024-02-16 11:40:35 +01:00
  • 562b7691cc Merge pull request #23012 from backstage/renovate/swagger-ui-react-5.x-lockfile backstage-goalie[bot] 2024-02-16 10:38:25 +00:00
  • d3d947b14d Merge pull request #23005 from backstage/renovate/swr-2.x-lockfile backstage-goalie[bot] 2024-02-16 10:23:35 +00:00
  • 7cac636c92 fix(deps): update dependency swagger-ui-react to v5.11.7 renovate[bot] 2024-02-16 10:11:37 +00:00
  • ec160939f7 add cmd limiter to the cli Fredrik Adelöw 2024-02-16 11:07:31 +01:00
  • 5de7349bbb Merge pull request #23003 from awanlin/topic/readme-use-new-backend-import Ben Lambert 2024-02-16 11:04:01 +01:00
  • 24f0777e71 Merge pull request #23008 from backstage/renovate/sass-1.x-lockfile backstage-goalie[bot] 2024-02-16 09:55:21 +00:00
  • 786c9c498f fix(deps): update dependency luxon to v3 renovate[bot] 2024-02-16 09:29:25 +00:00
  • 59fecda9aa fix(deps): update dependency sass to v1.71.0 renovate[bot] 2024-02-16 09:20:46 +00:00
  • 53602c8553 Merge pull request #22987 from backstage/renovate/webpack-5.x-lockfile Fredrik Adelöw 2024-02-16 10:13:08 +01:00
  • 360ed78998 Merge pull request #22976 from backstage/rugvip/auth-final-v3 Patrik Oldsberg 2024-02-16 10:07:52 +01:00
  • 0b1e0b1028 refactor(org): remove individual cards screenshots Camila Belo 2024-02-15 13:43:23 +01:00
  • 540d4820ac refactor(org): apply review suggestions Camila Belo 2024-02-14 15:11:01 +01:00
  • 526f00a9be docs(org): create alpha readme file Camila Belo 2024-02-14 12:56:46 +01:00
  • 8c67048987 Merge pull request #22973 from drodil/notification_signal_type Patrik Oldsberg 2024-02-16 09:43:03 +01:00
  • 533563474d changeset updated Deepankumar Loganathan 2024-02-16 09:35:35 +01:00
  • 9873c44c24 feat: define signal type for notifications Heikki Hellgren 2024-02-15 14:39:44 +02:00
  • f3a63d07d6 chore(deps): update dependency swr to v2.2.5 renovate[bot] 2024-02-16 01:15:49 +00:00
  • b64ce5a485 Updated to use default import Andre Wanlin 2024-02-15 18:50:07 -06:00
  • 85ec23ebad fix(deps): update dependency json-schema-to-ts to v3 renovate[bot] 2024-02-15 22:13:00 +00:00