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

Linting #30

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
ffa7633
Initial app skeleton and user management
nishchayp Nov 30, 2017
248d18a
removed commented out code
nishchayp Nov 30, 2017
976af79
implemented random state
nishchayp Dec 1, 2017
756b2d3
Merge pull request #6 from nishchayp/random-state
nishchayp Dec 1, 2017
19d146b
changed router to julienschmidt and added rules to model.go
nishchayp Dec 2, 2017
669c15e
Resolved merge request
nishchayp Dec 2, 2017
6b2506b
Added admin routes and models
nishchayp Dec 3, 2017
8e4da41
Merge pull request #8 from nishchayp/admin-routes
nishchayp Dec 3, 2017
2e84913
added scripts that can copy and remove ssh keys
nishchayp Dec 4, 2017
632b698
intergrated scripts with api
nishchayp Dec 8, 2017
4034ea5
Merge pull request #11 from nishchayp/integrate-scripts
nishchayp Dec 8, 2017
8c80e90
Added admin page's frontend and routes to get admin data
pranavtharoor Dec 11, 2017
87bc881
Added theme color
pranavtharoor Dec 11, 2017
c454808
Removed redirect for admins to admin page
pranavtharoor Dec 11, 2017
bc95686
Merge pull request #16 from nishchayp/admin-frontend
nishchayp Dec 11, 2017
8dd34f8
logout functionality
nishchayp Dec 11, 2017
4652c22
Merge pull request #17 from nishchayp/logout
nishchayp Dec 11, 2017
f1d76ff
Added angularjs app for admin
pranavtharoor Dec 13, 2017
bc91303
Merge pull request #18 from nishchayp/admin-frontend
nishchayp Dec 13, 2017
af88275
allow only google verified gmail accounts
nishchayp Dec 13, 2017
df5a67b
Merge pull request #19 from nishchayp/verified-email
nishchayp Dec 13, 2017
d59d3af
Fixed issues and routing structure
pranavtharoor Dec 14, 2017
5cb97cf
Merge pull request #20 from nishchayp/admin-frontend
nishchayp Dec 15, 2017
c820f55
test connection with dest server before proceeding to copy/remove ssh…
nishchayp Dec 15, 2017
718c031
Merge pull request #22 from nishchayp/test-connection
nishchayp Dec 15, 2017
1683bf3
Added some styles
pranavtharoor Dec 15, 2017
3ccda40
Merge pull request #23 from nishchayp/admin-frontend
nishchayp Dec 15, 2017
5e9de79
Documentation and refactoring
nishchayp Dec 20, 2017
e00d1f1
Merge pull request #24 from nishchayp/error-handling
nishchayp Dec 20, 2017
522485e
Documentation
nishchayp Dec 20, 2017
31cfedd
Resolving some fuck up
nishchayp Dec 20, 2017
d315cec
Documentation
nishchayp Dec 20, 2017
d7c1495
Refactoring and fixed admin making admin request
nishchayp Dec 20, 2017
53671a6
Merge pull request #26 from nishchayp/refactoring
nishchayp Dec 20, 2017
cb0118d
Added login page styles and direct to admin page
pranavtharoor Dec 20, 2017
553a3a7
Merge branch 'master' into frontend
pranavtharoor Dec 20, 2017
613a1f2
Merge pull request #27 from nishchayp/frontend
nishchayp Dec 20, 2017
cb4b934
Removed a stray debug and minor improvement
nishchayp Dec 20, 2017
719333c
Added sw and app shell
pranavtharoor Dec 21, 2017
575a443
Merge branch 'master' into frontend
pranavtharoor Dec 21, 2017
3ab6c4a
Changed some styles and refresh
pranavtharoor Dec 22, 2017
4421fec
Merge pull request #28 from nishchayp/frontend
nishchayp Dec 22, 2017
d793742
Added background sync
pranavtharoor Dec 23, 2017
5e81968
Fixed bug
pranavtharoor Dec 23, 2017
77e9701
Merge pull request #29 from nishchayp/frontend
nishchayp Dec 23, 2017
6784ede
Linting Code
ekamwalia Dec 26, 2017
1929acf
Linting Code
ekamwalia Dec 26, 2017
77c2b57
Added dep for dependency management
ekamwalia Dec 27, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file added .gitignore
Empty file.
8 changes: 8 additions & 0 deletions .idea/DAMN.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

166 changes: 166 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"


[[constraint]]
name = "github.com/codeskyblue/go-sh"
version = "0.2.0"

[[constraint]]
name = "github.com/gorilla/securecookie"
version = "1.1.0"

[[constraint]]
name = "github.com/jinzhu/gorm"
version = "1.0.0"

[[constraint]]
name = "github.com/julienschmidt/httprouter"
version = "1.1.0"

[[constraint]]
branch = "master"
name = "golang.org/x/oauth2"
Loading