Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
projectoperations committed Mar 10, 2024
1 parent 431967e commit 719a300
Show file tree
Hide file tree
Showing 31 changed files with 310 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .docker copy/.token_seed
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"registry-1.docker.io": {
"Seed": "p7gbie6TKUMet03RZJwXKQ=="
}
}
Empty file added .docker copy/.token_seed.lock
Empty file.
1 change: 1 addition & 0 deletions .docker copy/buildx/.buildNodeID
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
84103e0977cf4a67
Empty file added .docker copy/buildx/.lock
Empty file.
1 change: 1 addition & 0 deletions .docker copy/buildx/activity/default
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-02-19T13:55:11Z
1 change: 1 addition & 0 deletions .docker copy/buildx/current
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Key":"npipe:////./pipe/docker_engine","Name":"","Global":false}
12 changes: 12 additions & 0 deletions .docker copy/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"auths": {
"https://index.docker.io/v1/": {}
},
"credsStore": "desktop",
"currentContext": "default",
"plugins": {
"-x-cli-hints": {
"enabled": "true"
}
}
}
9 changes: 9 additions & 0 deletions .docker copy/daemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false
}
1 change: 1 addition & 0 deletions .docker copy/desktop-build/.lastaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-02-17T22:37:11Z
Empty file.
1 change: 1 addition & 0 deletions .docker copy/devenvironments/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions .docker copy/npm-install
Submodule npm-install added at 237ded
5 changes: 5 additions & 0 deletions .docker/.docker/.token_seed
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"registry-1.docker.io": {
"Seed": "p7gbie6TKUMet03RZJwXKQ=="
}
}
Empty file.
1 change: 1 addition & 0 deletions .docker/.docker/buildx/.buildNodeID
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
84103e0977cf4a67
Empty file added .docker/.docker/buildx/.lock
Empty file.
1 change: 1 addition & 0 deletions .docker/.docker/buildx/activity/default
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-02-19T13:55:11Z
1 change: 1 addition & 0 deletions .docker/.docker/buildx/current
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Key":"npipe:////./pipe/docker_engine","Name":"","Global":false}
12 changes: 12 additions & 0 deletions .docker/.docker/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"auths": {
"https://index.docker.io/v1/": {}
},
"credsStore": "desktop",
"currentContext": "default",
"plugins": {
"-x-cli-hints": {
"enabled": "true"
}
}
}
9 changes: 9 additions & 0 deletions .docker/.docker/daemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false
}
1 change: 1 addition & 0 deletions .docker/.docker/desktop-build/.lastaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-02-17T22:37:11Z
Empty file.
1 change: 1 addition & 0 deletions .docker/.docker/devenvironments/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions .docker/.docker/npm-install
Submodule npm-install added at 237ded
17 changes: 17 additions & 0 deletions .github/workflows/docker-login-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ci

on:
push:
branches: main

jobs:
login:
runs-on: ubuntu-latest
steps:
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
```
155 changes: 155 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,159 @@
"asciidoc.extensions.registerWorkspaceExtensions": true,
"asciidoc.useWorkspaceRootAsBaseDirectory": true,
"asciidoc.antora.enableAntoraSupport": true
}
{
"workbench.editor.showIcons": true,
"workbench.startupEditor": "none",
"editor.fontSize": 12,
"editor.minimap.enabled": false,
"editor.mouseWheelZoom": true,
"editor.tabSize": 4,
"editor.renderWhitespace": "all",
"editor.insertSpaces": true,
"editor.rulers": [
140, 180
],
"editor.renderLineHighlight": "all",
"editor.renderIndentGuides": true,
"editor.selectionHighlight": true,
"window.zoomLevel": 0,
"powershell.integratedConsole.focusConsoleOnExecute": false,
"git.ignoreMissingGitWarning": true,
"files.trimTrailingWhitespace": true,
"powershell.powerShellExePath": "",
"vscodeWorkspaceSwitcher.paths": [
"C:\\Users\\igewebs\\Documents\\Batch Scripts",
"C:\\webserver"
],
"window.titleBarStyle": "custom",
"sync.askGistName": true,
"todo-tree.defaultHighlight": {
"foreground": "green",
"type": "none"
},
"todo-tree.customHighlight": {
"TODO": {},
"FIXME": {}
},
"cSpell.userWords": [
"apple",
"icon",
"logo",
"msapplication",
"mstile",
"precomposed",
"square",
"touch",
"x"
],
"workbench.editor.highlightModifiedTabs": true,
"insertDateString.format": "YYYY-MM-DD HH:mm:ssA",
"insertDateString.formatTime": "HH:mm:ssA",
"textmarker.savedHighlights": [
{
"pattern": {
"type": "string",
"expression": "\"d\"",
"ignoreCase": false,
"wholeMatch": false
},
"color": "darkgoldenrod"
},
{
"pattern": {
"type": "string",
"expression": "\"n\"",
"ignoreCase": false,
"wholeMatch": false
},
"color": "darkmagenta"
},
{
"pattern": {
"type": "string",
"expression": "\"c\"",
"ignoreCase": false,
"wholeMatch": false
},
"color": "darkolivegreen"
},
{
"pattern": {
"type": "string",
"expression": "\"s\"",
"ignoreCase": false,
"wholeMatch": false
},
"color": "darkslateblue"
},
{
"pattern": {
"type": "string",
"expression": "\"f\"",
"ignoreCase": false,
"wholeMatch": false
},
"color": "darkslategray"
}
],
"editor.fontLigatures": true,
"editor.quickSuggestionsDelay": 3000000,
"sync.gist": "1b81a58406632b329caa4807abceb896",
"workbench.statusBar.feedback.visible": false,
"terminal.integrated.rendererType": "dom",
"sync.forceUpload": true,
"editor.wordWrap": "on",
"todo-tree.highlights.customHighlight": {
"TODO": {},
"FIXME": {}
},
"todo-tree.highlights.defaultHighlight": {
"foreground": "green",
"type": "none"
},
"cSpell.enabledLanguageIds": [
"adblock",
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"git-commit",
"go",
"handlebars",
"haskell",
"html",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"pug",
"python",
"restructuredtext",
"rust",
"scala",
"scss",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml"
],
"git.enableSmartCommit": true,
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
"editor.defaultFormatter": "null",
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"editor.fontFamily": "Iosevka",
"markdown.preview.fontFamily": "Iosevka",
"debug.console.fontFamily": "Iosevka"
}
28 changes: 28 additions & 0 deletions .vscode/workspace/.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"terminal.integrated.defaultProfile.windows": "WSL",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
"WSL": {
"path": [
"C:\\WINDOWS\\System32\\wsl.exe"
],
"args": [],
"icon": "terminal-ubuntu-wsl"
}
}
}

27 changes: 27 additions & 0 deletions .vscode/workspace/.code-workspace-pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"terminal.integrated.defaultProfile.windows": "WSL",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
"WSL": {
"path": [
"C:\\WINDOWS\\System32\\wsl.exe"
],
"args": [],
"icon": "terminal-ubuntu-wsl"
}
}
}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
platform-samples
================
config
======

This is a public place for all sample projects related to the GitHub Platform.
This is a public place for all config projects related to the GitHub Platform.

## Hierarchy

The directories are organized to correlate with guides found on developer.github.com.
But here it is, broken down:

* _api_: here's a bunch of sample code relating to the GitHub API. Subdirectories in this
category are broken up by language. Do you have a language sample you'd like added?
Make a pull request and we'll consider it.
category are broken up by language. Do you have a language sample you'd like added?
Make a pull request and we'll consider it.
* _graphql_: here's a bunch of sample GraphQL queries that can be run against our [GitHub GraphQL API](https://docs.github.com/graphql).
* _hooks_: want to find out how to write a consumer for [our web hooks](https://docs.github.com/webhooks-and-events/webhooks/about-webhooks)? The examples in this subdirectory show you how. We are open for more contributions via pull requests.
* _microsoft-graph-api_: here's a bunch of sample [Microsoft Graph](https://learn.microsoft.com/en-us/graph/use-the-api) commands related to integrations for GitHub, such as EMU (Enterprise Managed User) OIDC authentication for Azure AD/Entra.
* _microsoft-graph-api_: here's a bunch of sample [Microsoft Graph](https://learn.microsoft.com/en-us/graph/use-the-api) commands related to integrations for GitHub, such as EMU (Enterprise Managed User) OIDC authentication for Azure AD/Entra.
* _pre-receive-hooks_: this one contains [pre-receive-hooks](https://docs.github.com/enterprise-server/admin/policies/enforcing-policy-with-pre-receive-hooks) that can block commits on GitHub Enterprise that do not fit your requirements. Do you have more great examples? Create a pull request and we will check it out.
* _scripts_: want to analyze or clean-up your Git repository? The scripts in this subdirectory show you how. We are open for more contributions via pull requests.
* _sql_: here are sql scripts for custom reporting for GitHub Enterprise Server. We are open for more contributions via pull requests.
5 changes: 5 additions & 0 deletions igewebs@84.247.143.39.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,0
[InternetShortcut]
IDList=
URL=ssh://igewebs;IdentityFile=C%3a%5cUsers%5cigewe%5c.ssh%5cid_rsa@84.247.143.39/?conpty=True&buffer=True
8 changes: 8 additions & 0 deletions webServerApiSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"webServerPort": 8080,
"webSocketPort": 3000,
"FilesDirectory": "DesignTool",
"useTerminalOutputCapture": true,
"useTerminalOutputAnsiStrip": false,
"useTerminalOutputToHtml": true
}

0 comments on commit 719a300

Please sign in to comment.