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

[WiP] First class data types / extra extension points / extensible router #362

Closed
wants to merge 35 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7a4cc9c
Add component type filter for extensionPoints
kzantow Jun 30, 2016
8d3c0e0
Merge remote-tracking branch 'primary/master' into JENKINS-35860-exte…
kzantow Jun 30, 2016
f41a636
Bump js-extensions beta version
kzantow Jun 30, 2016
4ebf1cf
Merge remote-tracking branch 'primary/master' into JENKINS-35860-exte…
kzantow Jul 5, 2016
c24dfaf
Address @tfennelly's comments:
kzantow Jul 5, 2016
7e21eda
Merge remote-tracking branch 'primary/master' into JENKINS-35860-exte…
kzantow Jul 7, 2016
d09af3e
Merge remote-tracking branch 'primary/master' into JENKINS-35860-exte…
kzantow Jul 11, 2016
8983233
Split ClassMetadataStore, modify extension filtering to a common method
kzantow Jul 11, 2016
a91b41e
Update js-extensions version
kzantow Jul 11, 2016
3397771
Burned through some npm versions to get this published with a tag, d'oh
kzantow Jul 11, 2016
fdbe5a6
Separate componentType to its own file
kzantow Jul 15, 2016
479bc8e
Merge remote-tracking branch 'primary/master' into JENKINS-35860-exte…
kzantow Jul 15, 2016
2a808b2
Merge remote-tracking branch 'primary/master' into JENKINS-35860-exte…
kzantow Jul 17, 2016
b566f3d
Dynamic page elements based on top-level types PoC
kzantow Jul 18, 2016
e063944
Try dynamic routes
kzantow Jul 18, 2016
d90eb68
Update JDL
kzantow Jul 18, 2016
56d0816
Migrate react router to obejcts
kzantow Jul 18, 2016
20e5fd3
Almost route working
kzantow Jul 18, 2016
a856e6b
Dynamic routes working!
kzantow Jul 18, 2016
dc9139a
Add extension point for run details
kzantow Jul 18, 2016
7459fc3
fix: get /pipelines to render
Jul 18, 2016
cc5a1a0
fix: get top-level route and org/orgName route to redirect to 'pipeli…
Jul 18, 2016
250da96
fix: default route for run detail redirects to 'pipeline'
Jul 18, 2016
37d4ba3
add TODO
Jul 18, 2016
afd9abd
Fix the data reference for RunDetailsPipeline
kzantow Jul 18, 2016
13c91c7
Move individual run tabs to extension point
kzantow Jul 18, 2016
a2fadf1
Run details tabs extensible
kzantow Jul 18, 2016
15d0254
Merge branch 'san-jose-hackfest' into first-class-project-types-proto…
kzantow Jul 18, 2016
e7ba99f
Merge remote-tracking branch 'primary/master' into first-class-projec…
kzantow Jul 19, 2016
944ad55
Merge remote-tracking branch 'primary/master' into first-class-projec…
kzantow Jul 20, 2016
4083806
Merge branch 'first-class-project-types-prototype' into extensibility…
kzantow Jul 20, 2016
7725409
Tweak
kzantow Jul 21, 2016
183c83a
Merge remote-tracking branch 'primary/master' into first-class-projec…
kzantow Jul 25, 2016
4264c72
Fix lint issues
kzantow Jul 25, 2016
7f9cf64
Update pom
kzantow Jul 25, 2016
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
Prev Previous commit
Next Next commit
Bump js-extensions beta version
  • Loading branch information
kzantow committed Jun 30, 2016
commit f41a63649248e3841290337cd78860ad77d6b4a5
2 changes: 1 addition & 1 deletion js-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jenkins-cd/js-extensions",
"version": "0.0.17-beta-1",
"version": "0.0.17-beta-2",
"description": "Jenkins Extension Store",
"main": "index.js",
"files": [
Expand Down