Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0224fae
adding github action
noellelc Aug 13, 2020
d30f32d
add version .1
noellelc Aug 13, 2020
5741765
Update .github/workflows/rich-nav-dev.yml
noellelc Aug 13, 2020
03c18d2
remove node step
noellelc Aug 13, 2020
1f38a95
remove use node step
noellelc Aug 13, 2020
0df296f
change to prod environment
noellelc Aug 13, 2020
9581a81
updated github yml
noellelc Aug 13, 2020
7d85aae
point to specific version
noellelc Aug 13, 2020
bc10f09
test pointing to branch version only
noellelc Aug 13, 2020
f14f915
test prod update
noellelc Aug 14, 2020
f0d1d16
Change branch from master to main
xuachen Sep 8, 2020
3423ff5
test deploy for 10/13/2020
noellelc Oct 13, 2020
a043b65
update version for GitHub Actions
noellelc Oct 13, 2020
46f4b5a
update name to distinguish between environments
noellelc Oct 13, 2020
6cd4f24
remove specific package from azdo dev pipeline
noellelc Oct 13, 2020
559ffe7
specify isPrivateFeed for dev
noellelc Oct 13, 2020
c08fe1e
added comment to test int
noellelc Oct 14, 2020
2b2d932
added comment
noellelc Oct 14, 2020
0fe4b81
Update README.md
BertanAygun Oct 23, 2020
bf1b0c2
Update README.md
BertanAygun Oct 23, 2020
906241a
test update for deployment 11/23/2020
noellelc Nov 23, 2020
4f4529b
Merge branch 'dev/noecald/testDeployment' of https://github.com/xuach…
noellelc Nov 23, 2020
36d3216
remove github actions
noellelc Nov 23, 2020
aa81416
comment for deployment testing
noellelc Nov 23, 2020
45e841d
comment for deployment testing
noellelc Nov 23, 2020
e5bbe9d
test for int deployment
noellelc Nov 24, 2020
3f8faa7
updated comment for 3/10/2021 deployment, test int
noellelc Mar 10, 2021
289710b
update comment for deployment testing 4/20/21
noellelc Apr 20, 2021
d7ef3e8
Merge branch 'main' of https://github.com/xuachen/RichCodeNavIndexCod…
noellelc Apr 21, 2021
859484b
remove log dir
noellelc Apr 21, 2021
dca5e66
updated comment
noellelc Apr 21, 2021
0fd7ef5
update dev pipeline
noellelc Apr 21, 2021
928079a
add package.json file
noellelc Apr 22, 2021
8b5d0bf
testing new int diagnostic endpoint
noellelc May 4, 2021
45d36e3
removed unnecessary using
noellelc Jun 22, 2021
a3d6a88
adding github workflow
noellelc Jun 23, 2021
8532abd
remove extra hyphen
noellelc Jun 23, 2021
f9a2e85
point to dev nugetfeed
noellelc Jun 23, 2021
2e84e4b
testing typescript 15
noellelc Aug 5, 2021
2059516
run on typescript only
noellelc Aug 5, 2021
ba71d37
remove specific patch version of indexer tool
noellelc Aug 5, 2021
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
34 changes: 34 additions & 0 deletions .github/workflows/codextest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run.
on:
pull_request:
push:
branches:
- main

jobs:
build:
runs-on: windows-latest

steps:
# - name: Setup Java JDK
# uses: actions/setup-java@v2.1.0
# with:
# java-version: '11'
# distribution: 'zulu'
- uses: actions/checkout@v2
# - uses: jepetty/debug-action@master
- uses: actions/setup-node@v2
with:
node-version: 14
- name: Rich Code Nav Indexer
uses: microsoft/RichCodeNavIndexer@v0.1
with:
languages: typescript
environment: production
repo-token: ${{ secrets.GITHUB_TOKEN }}
typescriptVersion: 0.6.0-next.15

6 changes: 2 additions & 4 deletions azure-pipelines-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

trigger:
branches:
include: ["master", "*"]
include: ["main", "*"]
paths:
exclude: ["doc", "*.md"]

Expand All @@ -11,7 +11,7 @@ schedules:
displayName: Weekly Development Environment Validation Run
branches:
include:
- master
- main
always: true

queue:
Expand All @@ -30,8 +30,6 @@ steps:
serviceConnection: 'richCodeNav-Token-Dev'
languages: 'csharp,typescript,java,cpp'
githubServiceConnection: 'xuachen'
nugetFeed: 'https://devdiv.pkgs.visualstudio.com/Personal/_packaging/richnav/nuget/v3/index.json'
isPrivateFeed: true
nugetVersion: '0.1.1617-alpha'
environment: development
continueOnError: true
4 changes: 2 additions & 2 deletions azure-pipelines-int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

trigger:
branches:
include: ["master", "*"]
include: ["main", "*"]
paths:
exclude: ["doc", "*.md"]

Expand All @@ -11,7 +11,7 @@ schedules:
displayName: Weekly Staging Environment Validation Run
branches:
include:
- master
- main
always: true

queue:
Expand Down
9 changes: 2 additions & 7 deletions azure-pipelines-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

trigger:
branches:
include: ["master", "*"]
include: ["main", "*"]
paths:
exclude: ["doc", "*.md"]

Expand All @@ -11,19 +11,14 @@ schedules:
displayName: Weekly Production Environment Validation Run
branches:
include:
- master
- main
always: true

queue:
name: Hosted VS2017
timeoutInMinutes: 60

steps:
- task: NodeTool@0
displayName: 'Use Node 10.x'
inputs:
versionSpec: 10.x

- task: MS-RichCodeNav.Indexer.build-task.RichCodeNavIndexer@0
displayName: Rich Code Navigation Upload to Production
inputs:
Expand Down
2 changes: 0 additions & 2 deletions csharp/src/GameObject.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;

namespace game
{
class GameObject: Drawable, Interactive
Expand Down
2 changes: 1 addition & 1 deletion csharp/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Program
{
static void Main(string[] args)
{
Interactive block = new GameObject(10, 10);
Interactive block = new GameObject(10, 10); // comment!!
block.interact();
}
}
Expand Down
6 changes: 3 additions & 3 deletions java/src/main/java/com/test/sort/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*/
public class App
{
public static void main( String[] args )
public static void main(String[] args)
{
System.out.println( "Hello World!" );
System.out.println("Hello World!");
}
}

Expand All @@ -18,7 +18,7 @@ public <T extends Comparable<T>> T[] sort(T[] array) {
}

public static void main(String[] args) {
SomeSort pancakeSort = new SomeSort();
SomeSort pancakeSort = new SomeSort(); // comment
pancakeSort.sort(arr);
}
}
Expand Down
11 changes: 11 additions & 0 deletions typescript/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "typescript",
"version": "1.0.0",
"description": "sample project for deployment testing RichNav for TypeScript ",
"main": "App.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}